Re: [CMake] Problems with CMake and Boost in Ubuntu 9.04

2009-10-03 Thread Mike Jackson
Isn't there a static library for the unit-testing also: libboost_test_exec_monitor-xgcc42-mt-1_39 which also needs to be linked. That library is only static so it may not be picked up by the -DBOOST_TEST_DYN_LINK flag. For my unit testing I usually have the following: SET (TEST_Boost_LIBS ${Boost_

Re: [CMake] [CPACK RPM] intermediate directories

2009-10-03 Thread Eric Noulard
2009/10/3 David : > Done ;-) > Bug 9653 on CMake 2.6 > Bug 9654 on CMake 2.8 > http://public.kitware.com/Bug/view.php?id=9653 Thanks David, You should "Monitor" those bugs if you want to get automatic follow-up. I think your patch has an issue (just tried for build RPM for CMake 2.8 itself). I t

Re: [CMake] [CPACK RPM] intermediate directories

2009-10-03 Thread David
Done ;-) Bug 9653 on CMake 2.6 Bug 9654 on CMake 2.8 http://public.kitware.com/Bug/view.php?id=9653 2009/10/3 Eric Noulard > 2009/10/3 David : > > On FC6 with cmake 2.6.4 > > > > After some checks: > > I have a INSTALL(file DESTINATION /etc/init.d) but I think that > directories > > /etc and /et

Re: [CMake] Cannot create shared lib under Windows, the error message is unreadable

2009-10-03 Thread michael kapelko
I installed Windows XP ENU and finally got the error message. It is "The parameter is incorrect" for linking. When I run it as 'mingw32-make VERBOSE=1' the cmd causing error is: http://kornerr.alfamoon.com/lf/cmake_cmd.txt Is there anything wrong with that? Or is it cmd line param length restricti

Re: [CMake] Best practices when using CMake 2.6 and Eclipse CDT 6.0

2009-10-03 Thread Alexander Neundorf
On Friday 02 October 2009, Philip Lowman wrote: > On Fri, Oct 2, 2009 at 7:38 AM, Mike Jackson wrote: > > I'm confused by the "preprocessor statement highlighting" in Cmake > > 2.8? What exactly is being highlighted? Is there a new Text Editor or > > is this something in CMake-Gui.exe? > > I'm sor

Re: [CMake] Cannot create shared lib under Windows, the error message is unreadable

2009-10-03 Thread Eric Noulard
2009/10/3 michael kapelko : > I use Windows with russian locale, setting it to english one didn't help > (only symbols instead of letters then). May be that's because it's a > pirate one :P I won't comment on that you are on your own. > Nevertheless, static lib builds just fine under Windows

[CMake] Cannot create shared lib under Windows, the error message is unreadable

2009-10-03 Thread michael kapelko
Hello. I'm trying to build Lightfeather: http://kornerr.alfamoon.com/download/lightfeather.Z_I_P with the following CMakeLists.txt: http://kornerr.alfamoon.com/download/CMakeLists.txt The shared libLightfeather.so builds just fine under Linux. But does not under Winsows XP with latest MinGW.

[CMake] CMake SWIG module

2009-10-03 Thread Mathieu Malaterre
Hi, I'd like to become the new maintainer of the swig module in cmake. I have not heard back from Tristan Carel. I have updated my name on : http://www.cmake.org/Wiki/CMake:Module_Maintainers Thank you, -- Mathieu ___ Powered by www.kitware.com Vi

Re: [CMake] [CPACK RPM] intermediate directories

2009-10-03 Thread Eric Noulard
2009/10/3 David : > On FC6 with cmake 2.6.4 > > After some checks: > I have a INSTALL(file DESTINATION /etc/init.d) but I think that directories > /etc and /etc/init.d should not be include in the files section of the spec > file > (because I have a conflict with the package chkconfig which also pr

Re: [CMake] [CPACK RPM] intermediate directories

2009-10-03 Thread David
On FC6 with cmake 2.6.4 After some checks: I have a INSTALL(file DESTINATION /etc/init.d) but I think that directories /etc and /etc/init.d should not be include in the files section of the spec file (because I have a conflict with the package chkconfig which also provides the /etc/init.d director

[CMake] Problems with CMake and Boost in Ubuntu 9.04

2009-10-03 Thread motes motes
I am trying to build an application with CMake using Boost and the boost unit-testing framework in Ubuntu 9.04. I have installed boost from synaptic. Here is what I have in my CMakeList.txt file: IF(Boost_unit_test_framework_LIBRARY) GET_FILENAME_COMPONENT(LIB_EXTENSION ${Boost_unit_test_frame

Re: [CMake] QNX Cross compiling give internal error ... ?

2009-10-03 Thread Alexander Neundorf
On Friday 02 October 2009, Dr. Stefan Sablatnög wrote: > Hi everybody, > > > > we have a weird problem here, we want to do a cross compile for > > QNX on a Win XP System, using the standard QNX supplied toolchain. > > > > So I grabbed a toolchain file from the mailing list archive and adapted it >

Re: [CMake] Crosscompile: CPack Macos and NSIS

2009-10-03 Thread Alexander Neundorf
On Friday 02 October 2009, Canga Marcelo wrote: > I am having trouble building a NSIS package running cpack from my mac > for windows xp > > This is what I have on my cross-compile setup in my mac: > > I have a cross-compile setup working in Macos, mingw-gcc > I have cpack - zip runni