Re: [CMake] CMake: C-code and Visual Studio 2005 problem.

2006-05-04 Thread Andrew Maclean
Thankyou.    In initial runs it looks a lot better - I still have some linking issues but they are a different problem.    I am glad it wasn't a major problem.     As an aside, CMake is now generally accepted here. It's cross-platform utility is well recognised and we are setting up automated dart

RE: [CMake] CMake: C-code and Visual Studio 2005 problem.

2006-05-04 Thread William A. Hoffman
At 11:32 PM 5/3/2006, Andrew Maclean wrote: >1) The extension of the source files is .c >2) Test COnly works Ok. It compiles and links Ok. OK, I fixed the problem. Although it was not quite as bad as it seemed. In the conly project, the target conly said use /TP, however, the individual files con

RE: [CMake] CMake: C-code and Visual Studio 2005 problem.

2006-05-03 Thread Andrew Maclean
[mailto:[EMAIL PROTECTED] Sent: Thursday, 4 May 2006 13:11 To: [EMAIL PROTECTED]; cmake@cmake.org Subject: Re: [CMake] CMake: C-code and Visual Studio 2005 problem. At 10:29 PM 5/3/2006, Andrew Maclean wrote: >I am having difficulty linking pure c-code using CMake and Visual Studio >2005. >

Re: [CMake] CMake: C-code and Visual Studio 2005 problem.

2006-05-03 Thread William A. Hoffman
At 10:29 PM 5/3/2006, Andrew Maclean wrote: >I am having difficulty linking pure c-code using CMake and Visual Studio >2005. > >I have set the following: >PROJECT ( gpsbabel C ) > >So in theory the compiler should be set for C code only. However this does >not seem to be the case, because in the [p