Not logged inOpenClonk Forum
Up Topic Development / Developer's Corner / Can't generate .vsproj with CMake/VS10
- - By Profpatsch [de] Date 2011-01-29 23:24
When I click on configure I get the error:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
DBGHELP_INCLUDE_DIR
   used as include directory in directory C:/Users/Philip/Desktop/OpenClonkSource

I have no idea of these makefiles.
Maybe it's because I use false deps? I've got v0.9.
Reply
Parent - - By Caesar [de] Date 2011-01-29 23:38
Untick GENERATE_MINIDUMP in Ungrouped Entries.

I'd be interested in getting that library for crosscompilation, btw.
Parent - - By Clonk-Karl [de] Date 2011-01-30 00:02
It's included in mingw-w64.
Reply
Parent - - By Caesar [de] Date 2011-01-30 11:57
Blar, Lenny/stale here...
Parent - - By Clonk-Karl [de] Date 2011-01-30 13:15
I simply copied the header and library from there.
Reply
Parent - By Caesar [de] Date 2011-01-30 16:43
Hm, obviously a better Idea than copying them from windows.
Parent - - By Profpatsch [de] Date 2011-01-30 09:35
What does it normally do?
Reply
Parent - By Caesar [de] Date 2011-01-30 11:29
Generate a stackdump and write it to the log file when a crash occurs. Which is relatively useless for you, as you can always use the RelWithDebInfo configuration and attach the debugger after the crash has occured.
Up Topic Development / Developer's Corner / Can't generate .vsproj with CMake/VS10

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill