One more issue during the link. The linker complains about a file @CMakeFiles\LJS_049.dir\objects1.rsp that cannot be found. When looking at the makefile the link command looks okay except for the new @CMakeFiles\LJS_049.dir\objects1.rsp command that seems to be added when using CMake 2.6.4 but does not exist. Thank you -Dieter
-----Original Message----- > From: Bill Hoffman [mailto:[email protected]] > Sent: Saturday, April 25, 2009 9:19 PM > To: [email protected] > Cc: [email protected] > Subject: Re: [CMake] Problem with NMake generator after > upgrade from 2.4.6 to 2.6.3 > > Dieter Oberkofler wrote: > > I'm also having problems with a library in the format > > "D:\MyDev\ljs_app\trunk\tools\..\xvt\win\lib\tls12dvc71". > > This library was successfully processed in CMake 2.4.6 but > when using > > 2.6.4 nmake issues the following error message: > > NMAKE : fatal error U1073: don't know how to make > > 'D:\MyDev\ljs_app\trunk\tools\..\xvt\win\lib\tls12dvc71' > > Could this be related to a change in CMake's behaviour? > > Thank you > > -Dieter > > That should be: > > D:\MyDev\ljs_app\trunk\tools\..\xvt\win\lib\tls12dvc71.lib > > right? > > -Bill > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
