Cannot make install in KDE4 because CMake sets the wrong install-dir

2007-06-07 Thread Carsten Niehaus
Moin kdelibs from 2 days ago, Qt 4.3-final, CMake 2.4.6. OpenSUSE 10.2, latest svn of kdeedu. As you can see here http://rafb.net/p/KsCM3V63.html I am using a clean build-dir and using -DCMAKE_INSTALL_PREFIX=/home/kde4/kde/ I have not the slightest idea why make install wants the files to

Splitting a CMakeLists.txt into two files

2006-10-19 Thread Carsten Niehaus
the CMakeLists.txt? I would really love to have one easy CMakeLists.txt-file with the usual commands and then a second with all those mumbo-jambo-code Laurent hacked... The file is attached. Please CC me, I am not subscribed. -- Gruß, Carsten Niehaus include_directories( ${CMAKE_SOURCE_DIR}/libkdeedu

Re: Problem in KDEEDU with OpenBabel2

2006-06-12 Thread Carsten Niehaus
Hi Pino Toscano helped me in IRC and we finally fixed it. At least on two computers (mine and his) OB2 is found. Thanks for your support, Carsten pgp7u5Fw5Su9K.pgp Description: PGP signature ___ Kde-buildsystem mailing list Kde-buildsystem@kde.org

Re: Problem in KDEEDU with OpenBabel2

2006-06-11 Thread Carsten Niehaus
openbabel-2.0 /usr/local/include/openbabel-2.0/openbabel/obconversion.h ) but it still doesn't find anything... But the file exists... -rw-r--r-- 1 root root 15519 2006-06-07 22:49 /usr/local/include/openbabel-2.0/openbabel/obconversion.h -- Gruß, Carsten Niehaus pgpCLoZHtGuMn.pgp

find_path (from Alex) works

2006-06-11 Thread Carsten Niehaus
: ${OPENBABEL2_LIBRARIES}) MESSAGE(STATUS OPENBABEL2_DIR:: ${OPENBABEL2_DIR}) gives me -- OPENBABEL2_INCLUDE_DIR :/usr/local/include/openbabel-2.0 -- OPENBABEL2_LIBRARIES : -- OPENBABEL2_DIR:: So the first step is taken :) -- Gruß, Carsten Niehaus pgprJn23AsoKz.pgp Description: PGP

Problem in KDEEDU with OpenBabel2

2006-06-10 Thread Carsten Niehaus
pointers or fixes? -- Gruß, Carsten Niehaus pgpq7u5eB02dJ.pgp Description: PGP signature ___ Kde-buildsystem mailing list Kde-buildsystem@kde.org https://mail.kde.org/mailman/listinfo/kde-buildsystem

Re: Problem in KDEEDU with OpenBabel2

2006-06-10 Thread Carsten Niehaus
Am Samstag 10 Juni 2006 16:54 schrieben Sie: On Saturday 10 June 2006 16:01, Carsten Niehaus wrote: Hi You use macro_optional_find_package and I think that it's not found but you try to use openbabel dir when it's not found. use if(OPENBABEL2_FOUND) include_directories

OCaml and CMake

2006-03-28 Thread Carsten Niehaus
Hi Kalzium of KDE 3.5 supports a solver for chemical equations. The solver is written by Thomas Nagy in OCaml. AFAIK (and google tells me) CMake does not support OCaml right now. Unsermake/autotools didn't support it either, so we created a static Makefile (attached) which worked on most