Re: [CMake] error compiling 2.8.10.1 on SunOS/sparc

2012-12-04 Thread Bill Hoffman
On 12/4/2012 5:16 PM, Martin Koller wrote: I'm trying to compile cmake on Solaris 5.10 (uname -a: SunOS eisux111 5.10 Generic_144500-19 sun4v sparc SUNW,SPARC-Enterprise-T5120 Solaris) but I get: [ 1%] Built target cmIML_test [ 4%] Built target cmsys [ 4%] Built target cmsysTestDynload Linki

[CMake] error compiling 2.8.10.1 on SunOS/sparc

2012-12-04 Thread Martin Koller
I'm trying to compile cmake on Solaris 5.10 (uname -a: SunOS eisux111 5.10 Generic_144500-19 sun4v sparc SUNW,SPARC-Enterprise-T5120 Solaris) but I get: [ 1%] Built target cmIML_test [ 4%] Built target cmsys [ 4%] Built target cmsysTestDynload Linking C static library libcmsys_c.a Error runnin

[CMake] ActiveQt with CMake?

2012-12-04 Thread Stephen Kelly
Hi there, I'm attempting to write a unit test for the Qt 5 ActiveQt module: https://codereview.qt-project.org/#change,41554 The problem is that I don't have any prior experience with ActiveQt, and in particular ActiveQt with CMake. It seems that as part of the build, qmake is invoking the b

Re: [CMake] Linker trouble - no -L added from target_link_libraries

2012-12-04 Thread terje loe
Sorry for double posting. My workaround for now is to add -L/usr/lib64 with target_link_libraries( -L/usr/lib64). But this seems to be a bug or am I doing it wrong? T. From: terje...@hotmail.com To: cmake@cmake.org Date: Mon, 3 Dec 2012 23:56:07 +0100 Subject: [CMake] Linker trouble - no -L