Re: [CMake] need two compilation to achieve success

2009-05-31 Thread Tyler Roscoe
> gmake[2]: *** No rule to make target in/libs/libAgathaUtils.so', needed > by in/AgathaHud'. Stop. Looks like your dependencies aren't set up correctly. You probably need something like: add_dependencies (AgathaHud AgathaUtils) The first run does eventually get around to creating libAgahtaUtils

Re: [CMake] need two compilation to achieve success

2009-05-31 Thread e...@cs.bgu.ac.il
On Mon 01 Jun 0:01 2009 Tyler Roscoe wrote: > On Sun, May 31, 2009 at 11:56:18PM +0300, e...@cs.bgu.ac.il wrote: > > I've got a strange problem, when I try to compile a clean version of > > my program it fails without any explanation but if I try to compile > > again without running clean I compil

Re: [CMake] need two compilation to achieve success

2009-05-31 Thread John Drescher
On Sun, May 31, 2009 at 5:01 PM, Tyler Roscoe wrote: > On Sun, May 31, 2009 at 11:56:18PM +0300, e...@cs.bgu.ac.il wrote: >> I've got a strange problem, when I try to compile a clean version of >> my program it fails without any explanation but if I try to compile >> again without running clean I

Re: [CMake] need two compilation to achieve success

2009-05-31 Thread Tyler Roscoe
On Sun, May 31, 2009 at 11:56:18PM +0300, e...@cs.bgu.ac.il wrote: > I've got a strange problem, when I try to compile a clean version of > my program it fails without any explanation but if I try to compile > again without running clean I compiles fine... We need way more information to help you.

[CMake] need two compilation to achieve success

2009-05-31 Thread e...@cs.bgu.ac.il
hello. I've got a strange problem, when I try to compile a clean version of my program it fails without any explanation but if I try to compile again without running clean I compiles fine... can anyone think why it is happening? ___ Powered by www.ki

Re: [CMake] set_property() scope qualifier question...

2009-05-31 Thread Philip Lowman
On Sat, May 30, 2009 at 4:48 PM, Sean Chittenden wrote: > Is set_property(TEST foo_bar_test SOURCE foo_bar.c APPEND PROPERTY >> COMPILE_FLAGS "-DTESTING") an an inclusive AND of the test requirements (for >> property to be set we must be building the TEST foo_bar_test *and* the >> SOURCE foo_bar.c

Re: [CMake] Adding additional libraries at configuration or building time

2009-05-31 Thread Alberto Luaces
El Viernes 29 Mayo 2009ES 21:59:15 Alexander Neundorf escribió: > Hmm, can you give some more details ? > What system is this ? > It sounds like you need a specific cmake platform file for your combination > of OS and compiler (the stuff in CMake/Modules/Platform/ ) Hi, it's not a new system (arm

Re: [CMake] VS2010 support

2009-05-31 Thread Bill Hoffman
Ross, Thomas wrote: It's not only the file format that has changed, it's the complete build process for C/C++ that got switched from VCBuild to MSBuild. The convert wizard seems to have some trouble with escaped characters like '\"' which is used for enclosing the value of CMAKE_INTDIR for exam