> 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
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
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
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.
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
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
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
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