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] Automatic Building of dependencies

2006-05-04 Thread William A. Hoffman
At 01:01 PM 5/4/2006, [EMAIL PROTECTED] wrote: >Haven't tried yet but a general concern: To my mind it would be more "generic" >to >specify it in 'Application 1' CMakeLists.txt. Is there a reason why it doesn't >work that >way? I am not sure what you are asking here. In the Application1 CMake

Re: [CMake] Automatic Building of dependencies

2006-05-04 Thread Thomas . Voss
On Thu, May 04, 2006 at 11:28:32AM -0400, William A. Hoffman wrote: > At 09:49 AM 5/4/2006, [EMAIL PROTECTED] wrote: > >Hi, > > > >I've just started using cmake for building my projects and encountered the > >following > >problem: > > > >Assume the following dir structure: > > > >Toplevel > >|

Re: [CMake] Automatic Building of dependencies

2006-05-04 Thread William A. Hoffman
At 09:49 AM 5/4/2006, [EMAIL PROTECTED] wrote: >Hi, > >I've just started using cmake for building my projects and encountered the >following >problem: > >Assume the following dir structure: > >Toplevel >| >Application 1 >| >cmake >| >CMak

[CMake] Automatic Building of dependencies

2006-05-04 Thread Thomas . Voss
Hi, I've just started using cmake for building my projects and encountered the following problem: Assume the following dir structure: Toplevel | Application 1 | cmake | CMakeLists.txt | Library 1 | cmake

Re: [CMake] Make dist?

2006-05-04 Thread Craig Bradney
On Thursday 04 May 2006 11:11, Andy Cedilnik wrote: > Hi Craig, > > In your CMakeLists.txt set CPACK_SOURCE_GENERATOR to TBZ2.. > >Andy > I still ended up with a tar.gz, this time though it was 770mb. The whole tree was 2.7Gb ./_CPack_Packages/Linux-Source/TGZ/scribus/_CPack_Packages/Lin

Re: [CMake] Make dist?

2006-05-04 Thread Andy Cedilnik
Hi Craig, In your CMakeLists.txt set CPACK_SOURCE_GENERATOR to TBZ2.. Andy Craig Bradney wrote: On Thursday 04 May 2006 08:13, Craig Bradney wrote: On Thursday 04 May 2006 03:45, Andy Cedilnik wrote: Hello again... Ok, bzip2 is in. The generator is called TBZ2 and currently us

Re: [CMake] Make dist?

2006-05-04 Thread Craig Bradney
On Thursday 04 May 2006 08:13, Craig Bradney wrote: > On Thursday 04 May 2006 03:45, Andy Cedilnik wrote: > > Hello again... > > > > Ok, bzip2 is in. The generator is called TBZ2 and currently uses bzip2 > > executable. Once I port bzip2 library to cmake and shove it in CMake, we > > can do native