Re: [CMake] From autotools to cmake for existing project

2011-01-16 Thread Clifford Yapp
(whoops, meant to CC the list) On Tue, Jan 11, 2011 at 7:40 AM, Carlos Lopez Gonzalez wrote: > So the question is: > which is the best strategy to allow synfig to use cmake? I know that it might > be > a very complex question but I want to know which are the major roadblocks I > would find. Any

Re: [CMake] gcov: handling same file name in different directories

2011-01-16 Thread Bill Hoffman
On 1/16/2011 4:57 PM, Marco Craveiro wrote: hello cmakers, if i havent gone through the proper channels with regards to this issue, can someone point me the proper process? should i submit a bug report and attach my patch to it? A bug report with the patch would be the best thing to do. Tha

Re: [CMake] gcov: handling same file name in different directories

2011-01-16 Thread Marco Craveiro
hello cmakers, if i havent gone through the proper channels with regards to this issue, can someone point me the proper process? should i submit a bug report and attach my patch to it? cheers marco -- Constraint has encouraged not only economy, but also a certain elegance of design. -- Dennis

Re: [CMake] libtool to cmake static-libs combine howto

2011-01-16 Thread Andreas Pakulat
On 16.01.11 16:48:52, luxInteg wrote: > Greetings > > > suppose one had a libtool project that did the following Please search for cmake and 'convenience libraries', there's info about this in the FAQ and in the archive of this list. Basically: Don't use them, add the source files directly t

[CMake] libtool to cmake static-libs combine howto

2011-01-16 Thread luxInteg
Greetings suppose one had a libtool project that did the following 1) filaA1.c fileA2.c ---compiled into liaA.a (links libA.a to say libD.a (external to project)) 2) filaB1.c fileB2.c ---compiled into libB.a (links libB.a to say libA.a) 3) created libC.a from libA.a libB