Re: [CMake] linking error after upgrading to snow leopard

2009-09-17 Thread Bill Hoffman
Boudewijn Rempt wrote: Hm, I downgraded from the CVS version to 2.6.4 and the problem doesn't seem to occur, so I suspect a bug in CMake, after all. How can I reproduce this? Can you give a verbose output of the link line with 2.6.4 and with CVS CMake, I would like to figure out the

Re: [CMake] linking error after upgrading to snow leopard

2009-09-14 Thread Boudewijn Rempt
On Friday 11 September 2009, Michael Jackson wrote: You are not specifying the libraries that contain those symbols. Looking at your link line you are missing at least the Qt libraries/ Frameworks and maybe some others. Weird, though, since the same CMakeLists.txt worked fine with Leopard,

Re: [CMake] linking error after upgrading to snow leopard

2009-09-14 Thread Boudewijn Rempt
On Mon, 14 Sep 2009, Boudewijn Rempt wrote: my target_link_libraries looks like this: target_link_libraries(HyvesDesktop HyvesDesktopLib ${QT_LIBRARIES}) HyvesDesktopLib provides the CrashHandler object, and I've checked whether ${QT_LIBRARIES} was set correctly, and it points to the

Re: [CMake] linking error after upgrading to snow leopard

2009-09-14 Thread Boudewijn Rempt
Hm, I downgraded from the CVS version to 2.6.4 and the problem doesn't seem to occur, so I suspect a bug in CMake, after all. Boudewijn ___ Powered by www.kitware.com Visit other Kitware open-source projects at

[CMake] linking error after upgrading to snow leopard

2009-09-11 Thread Boudewijn Rempt
Hi, I'm getting weird linking errors after I upgraded to Snow Leopard. I'm using the CVS version of cmake. If I have the MACOSX_BUNDLE flag in ADD_EXECUTABLE, there are lots of weird visiblity errors like: nking CXX executable HyvesDesktop.app/Contents/MacOS/HyvesDesktop /usr/local/bin/cmake -E

Re: [CMake] linking error after upgrading to snow leopard

2009-09-11 Thread James C. Sutherland
On Sep 11, 2009, at 8:24 AM, Boudewijn Rempt wrote: I'm getting weird linking errors after I upgraded to Snow Leopard. This is probably because the library you are linking to is 32-bit and Snow Leopard's development environment will produce 64-bit binaries. Try recompiling the

Re: [CMake] linking error after upgrading to snow leopard

2009-09-11 Thread Boudewijn Rempt
On Friday 11 September 2009, James C. Sutherland wrote: On Sep 11, 2009, at 8:24 AM, Boudewijn Rempt wrote: I'm getting weird linking errors after I upgraded to Snow Leopard. This is probably because the library you are linking to is 32-bit and Snow Leopard's development environment will

Re: [CMake] linking error after upgrading to snow leopard

2009-09-11 Thread Sean McBride
On 9/11/09 4:24 PM, Boudewijn Rempt said: I'm getting weird linking errors after I upgraded to Snow Leopard. I'm using the CVS version of cmake. If I have the MACOSX_BUNDLE flag in ADD_EXECUTABLE, there are lots of weird visiblity errors like: nking CXX executable

Re: [CMake] linking error after upgrading to snow leopard

2009-09-11 Thread James C. Sutherland
On Sep 11, 2009, at 12:16 PM, Boudewijn Rempt wrote: On Friday 11 September 2009, James C. Sutherland wrote: On Sep 11, 2009, at 8:24 AM, Boudewijn Rempt wrote: I'm getting weird linking errors after I upgraded to Snow Leopard. This is probably because the library you are linking to is

Re: [CMake] linking error after upgrading to snow leopard

2009-09-11 Thread S Roderick
On Sep 11, 2009, at 14:27 , Sean McBride wrote: On 9/11/09 4:24 PM, Boudewijn Rempt said: I'm getting weird linking errors after I upgraded to Snow Leopard. I'm using the CVS version of cmake. If I have the MACOSX_BUNDLE flag in ADD_EXECUTABLE, there are lots of weird visiblity errors