Am Freitag 15 Februar 2008 schrieb Bill Hoffman: > Mehdi Rabah wrote: > > Hi everyone, > > > > I have a (simple) problem configuring cmake to generate visual studio > > project. > > > > I have configured all variables needed by the microsoft compiler to > > compile a simple Hello World program from the command line. But cmake > > can't make the compiler compile the simple test program. > > > > "c:/program files/..../cl.exe" is not able to compile a simple test > > program. ... > > ... > > LINK : fatal error : unable to open 'user32.lib' > > > > > > (even if LIB and LIBPATH variable is correctly set) > > Is anyone had this problem, and how did you solved it ? > > You need to install the windows SDK as well as visual studio express, > and there are some settings that have to be made in VS express. See the > install instructions from MS.
Is the start menu entry in the Platform SDK menu for registering with Visual Studio only available when a full Visual Studio is installed? AFAIK the latest SDKs always have them. HS _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
