Hi Brad, rc is found now that I added the path to c:\Program Files\Miscrosoft Visual Studio 8\VC\bin
but then I encounterd linker errors during the cmake -- Check for working C compiler: LINK : fatal error LNK1104: cannot open file 'kernel32.lib' So I added c:\Program Files\Miscrosoft Platform SDK\Lib and then got a LINK : fatal error LNK1104: cannot open file 'user32.lib' although user32.lib and kernel32.lib are both in that folder. Dean > > From: Brad King <[EMAIL PROTECTED]> > Date: 2006/07/28 Fri AM 11:41:54 GMT-04:00 > To: Dean Inglis <[EMAIL PROTECTED]> > CC: CMake users archives <[EMAIL PROTECTED]> > Subject: Re: [CMake] free VS8 nmake config err > > Dean Inglis wrote: > > Hi, > > > > I'm trying to run CMake 2.4.2 from > > a command prompt to get an "NMake Makefiles" build config > > (current cvs VTK) using the free MS VS8 compiler. Cmake > > keeps coughing up a > > CMake error: your RC compiler: "CMAKE_RC_COMPILER_FULPATH-NOTFOUND" > > etc. etc. > > If I edit my CMakeCache.txt to provide the correct path, > > the error re-occurs and the cache entry is overwritten. > > Not sure what to try here...? > > Don't edit the _FULLPATH version of the name in the cache. It is an > INTERNAL entry and will not be preserved. Edit the CMAKE_RC_COMPILER > entry that shows up in the advanced cache values in the GUI. > > Is "rc" in your path? Can you run "rc" from the command prompt where > you started CMakeSetup? I have a machine with VCExpress 2005 and CMake > has no problem configuring VTK or setting CMAKE_RC_COMPILER. > > -Brad > _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
