| Anonymous | Login | Signup for a new account | 2013-05-21 14:04 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
| 0001027 | VCMI | Other | public | 2012-07-02 18:19 | 2012-07-03 00:29 | |||||||
| Reporter | monsignore | |||||||||||
| Assigned To | Ivan | |||||||||||
| Priority | normal | Severity | minor | Reproducibility | N/A | |||||||
| Status | resolved | Resolution | fixed | |||||||||
| Platform | x86_64 | OS | Gentoo | OS Version | Linux 3.3.8 | |||||||
| Product Version | 0.89 | |||||||||||
| Target Version | Fixed in Version | |||||||||||
| Summary | 0001027: Boost & c++11 compile problems | |||||||||||
| Description | ERMInterpreter.cpp line 379 (in void ERMInterpreter::scanForScripts()): you should replace std::string name = dir->path().leaf(); with std::string name = dir->path().string(); leaf() function no longer convert path to string. and something is wrong with typedef decltype in VCAI.cpp line 997 (in VCAI::makeTurnInternal()) typedef decltype(*safeCopy.begin()) TItrType; auto lockedHeroesSorter = [](TItrType h1, TItrType h2) -> bool { return compareMovement (h1.first, h2.first); }; I replaced it just with auto lockedHeroesSorter = [](std::pair<HeroPtr, CGoal> h1, std::pair<HeroPtr, CGoal> h2) -> bool { return compareMovement (h1.first, h2.first); }; I'm using boost 1.48 and gcc 4.6 | |||||||||||
| Additional Information | I dk if bugtracker is right place for it, but i cannot register on forum due to captha error(screenshot below) | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Notes |
|
|
(0002785) Ivan (developer) 2012-07-02 19:20 |
I agree that "captcha" is a bit confusing. Read carefully: Validation: To make sure you are not a robot, please type the name of our project (4 letters, case doesn't matter) |
|
(0002787) monsignore (reporter) 2012-07-02 20:34 |
omg, yes i really must read more carefully, but i quess constant text is not good validation, is it? This broken image so confusing btw. |
|
(0002789) Ivan (developer) 2012-07-02 23:56 |
Compilation should be fixed in rev 2771. Regarding validation - feel free to post this on forums. I'm not admin so I can't do anything. |
|
(0002790) Tow (administrator) 2012-07-03 00:29 |
> i quess constant text is not good validation, is it? Quite the opposite. Before I "broke" captcha lots of spambots had been getting through, now they manage to validate very rarely. > This broken image so confusing btw. Yes, I am going to put there an image with the description. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-07-02 18:19 | monsignore | New Issue | |
| 2012-07-02 18:19 | monsignore | File Added: screen.png | |
| 2012-07-02 19:20 | Ivan | Note Added: 0002785 | |
| 2012-07-02 20:34 | monsignore | Note Added: 0002787 | |
| 2012-07-02 23:56 | Ivan | Note Added: 0002789 | |
| 2012-07-02 23:56 | Ivan | Status | new => resolved |
| 2012-07-02 23:56 | Ivan | Resolution | open => fixed |
| 2012-07-02 23:56 | Ivan | Assigned To | => Ivan |
| 2012-07-03 00:29 | Tow | Note Added: 0002790 | |
| Copyright © 2000 - 2012 MantisBT Group |