#7173 closed defect (fixed)
DEVTOOLS - Cannot build create_project with MSVC
Reported by: | SF/quietust | Owned by: | sev- |
---|---|---|---|
Priority: | normal | Component: | Tools |
Version: | Keywords: | ||
Cc: | Game: |
Description
All attempts to build devtools/create_project with MSVC (tried both 2010 Express and 2015 Community) are failing due to an inresolved external "public: __thiscall CreateProjectTool::CMakeProvider::CMakeProvider(class std::list
Ticket imported from: bugs/7173.
Change History (7)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 by , 8 years ago
Thanks for looking into this. I just committed the fix. Could you please test it? I both fixed the project files and cmake.cpp
comment:4 by , 8 years ago
The committed fix was not sufficient - I got a chance to do some research, and it looks like the required fix is to add "#include
comment:7 by , 6 years ago
Component: | → Tools |
---|
Note:
See TracTickets
for help on using tickets.
At first glance, create_project.vcxproj was missing the newly added "cmake.cpp", but upon adding that, I instead get 4 instances of "C3861: 'back_inserter': identifier not found" in cmake.cpp (lines 123, 138, 146, 168).