[CMake] Boost_ADDITIONAL_VERSIONS works not correctly

2012-01-31 Thread Jan Dinger
Hello Folks, I've issue with my CMake. I'm looking for a boost installation and components. I the right version of boost, but there is some mistake. CMake links my program against libboost_thread.so.1.46.1 that is not correct. The correct version is libboost_thread.so.1.4.7.0. Every boost library

Re: [CMake] Install library

2008-09-25 Thread Jan Dinger
Hello I've put this in my CMakeLists.txt ### snip ### SET(CMAKE_INSTALL_SO_NO_EXE "0") ### snap ### It works fine, thanks a lot so long jd ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Install library

2008-09-25 Thread Jan Dinger
Hallo folks, I've build my library with cmake, and I'll install (make install) my library, it works fine, but I've a permission problem, the builded library has the following permissions: ### snip ### lrwxrwxrwx 1 jan jan 21 2008-09-25 15:48 libcorealgorithm.so -> libcorealgorithm.so.0 lrwxrwxr

Re: [CMake] Qt-Sources and non Qt-Source

2008-08-12 Thread Jan Dinger
Special thanks for the fast answer. so long jd ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Qt-Sources and non Qt-Source

2008-08-12 Thread Jan Dinger
Thats right. So, I ignore this. Can I disable this warning in my release version? This warning looks not so good. so long jd ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Qt-Sources and non Qt-Source

2008-08-12 Thread Jan Dinger
> Your path is wrong for the header file. It should be ./src not .src > > John > Sorry my fault. Ok now it works fine, but I got a waring: ### snip ### /home/jan/workspace/cpp/autoluncher/src/xmlhandler/xmlhandler.h:0: Warning: No relevant classes found. No output generated. ### snap ### Can I i

[CMake] Qt-Sources and non Qt-Source

2008-08-12 Thread Jan Dinger
Hello folks, I've a CMakeLists.txt, this file works fine. Now I've added a small wrapper, this wrapper is no Qt-Code (no Q_OBJECT flag). How can I merge this in my CMakeLists.txt? make crashes with the this error: ### snip ### make[2]: *** No rule to make target `../.src/xmlhandler/xmlhandler.h',

Re: [CMake] QT_WRAP_UI no generated file Bug or Mistake

2008-08-04 Thread Jan Dinger
Special thanks at all. It works fine without any error or warning. so long jd ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] QT_WRAP_UI no generated file Bug or Mistake

2008-08-02 Thread Jan Dinger
Hello, sorry, but it don't works, same error. I've no idea what I can do. I've toke a look at other QtApps that use cmake, I can't see any mistakes in my CMakeLists.txt (after changes by Leo). I've uploaded my dummy program, this is only a test program. All needed files included. I hope someone h

[CMake] QT_WRAP_UI no generated file Bug or Mistake

2008-08-02 Thread Jan Dinger
Hi, folks Iam using cmake-2.6.0 and there is somthing wrong... QT_WRAP_UI generates no File, so I can't compile my souce code. Here is my CMakeLists.txt ###snip### PROJECT( dummy ) CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0) #set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules" ) FIND_

[CMake] cmake on different systems

2008-08-01 Thread Jan Dinger
Hello folks, I'll use cmake for my qt-apps, but I've a little trouble. If I run cmake under Debian-sid all works fine, next tray I run cmake under Debian-lenny, and now I'vr trouble. Cmake failed with an error: ###snip### Please set the following variables: QT_X11_Xext_LIBRARY (ADVANCED) ###snap#

Re: [CMake] Some Errors using cmake-2.6

2008-08-01 Thread Jan Dinger
Special thanks for the fast answere. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Some Errors using cmake-2.6

2008-08-01 Thread Jan Dinger
Hello folks, I've wrote a test program for testing cmake in Qt4. Iam using cmake-2.6 Debian-sid. In the first time cmake crashs with some errors. RegularExpression::compile(): Nested *?+. RegularExpression::compile(): Error in compile. CMake Error at /usr/share/cmake-2.6/Modules/FindQt4.cmake:10