Hi, On Wed, 2009-01-07 at 09:56 -0600, Carsten Neumann wrote: > Hello Patrik, Gerrit, > > padd...@gmx.net wrote: > > if I try to compile DebugRt I got a lot of errors. > > All the projects link against "msvcprt.lib" and "msvcrt.lib". I think it > > should be "msvcprtd.lib" and "msvcrtd.lib". Some replacements are in > > "CMake/UpdateCompiler.cmake" - but it seems this will be ignored...
That is rather strange. Could you try with a clean build dir or with deleting the cache. CMake won't update/react to changes in the CMakeLists files if they concern cached variables (which the compiler settings are). > > Perhaps a problem with rev. 1647 and thhe CMakeList.Lib.<name>.txt files... > > I think the DebugRT build is broken on windows, as it seems to attempt > adding a new cmake configuration (along the existing Debug, Release, > MinSizeRel, etc.) which is only supported for Makefile generators > according to the cmake documentation :( No I'm pretty sure I it worked on windows with project files before and I'm pretty sure it pulled the correct libs. But I might only have tested it on my 32Bit system. And actually it should be better with visual studion as you can build all the targets in the same build dir and choose from within visual studio which variant you want to build without regenerating anything with cmake. > I guess we have to add our own variable that distinguishes between Debug > and DebugRT and then modifies the CMAKE_*_DEBUG variables accordingly - > similar for the *GV configurations, if Gerrit wants them on win as well? No GV is just some strange, more enforcing, compiler settings (like -Werror) which I currently won't need on Windows and which usually nobody else really needs, maybe I will but not for now. DebugRT should work the way it is in there (actually it follows the cmake FAQ) and I would prefer to get it working the way it is. Unfortunately I will be still without access to a windows dev system until late next week. kind regards, gerrit ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Opensg-users mailing list Opensg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opensg-users