Re: [CMake] non default architecture builds

2007-07-09 Thread Mathias Froehlich
On Monday 09 July 2007 14:34, Alexander Neundorf wrote: > On Monday 09 July 2007 08:10, Mathias Froehlich wrote: > > Hi, > > > > I need to do no default binary type builds with a cmake based build > > system (OpenSceneGraph's cmake build system). > > With non default binary type, I am talking about

Re: [CMake] cmake install - problem at copy

2007-07-09 Thread Clark J. Wang
On 7/9/07, digicapt - cmake <[EMAIL PROTECTED]> wrote: Hi, I'm using the version 2.4-patch 6 of cmake on a Fedora core 6 and I have a problem with the INSTALL : the generated target works fine (in the build directory) but the copy in the destination is changed so that some libraries are not fou

Re: [CMake] gcc34 compiler and static executable

2007-07-09 Thread Alan W. Irwin
On 2007-07-09 14:31-0400 Ajay Divekar wrote: I am not exactly sure if this is related to cmake but here is the problem. At the time i had manual make file i was able to generate static executables with gcc34 and g++34. With cmake though this is not possible. The error is as follows /us

Re: [CMake] vs 2k5 express problems

2007-07-09 Thread Brandon Van Every
On 7/9/07, Olaf Petzold <[EMAIL PROTECTED]> wrote: >From principle point of view, my installation of VS 2k5 Express works and can build binaries! It seems, the problem is related to the paths used by cmake on win32. Is it bug or does something wrong here at me? Have you installed the Micros

Re: [CMake] Bugs in cmake-2.4.6, please solve for 2.4.7

2007-07-09 Thread Hendrik Sattler
Am Montag 09 Juli 2007 23:32 schrieb Alan W. Irwin: > On 2007-07-09 22:03+0200 Hendrik Sattler wrote: > >> Where to install your own pkgconfig files ? > >> I think you have to decide this yourself, probably in most cases to > >> DESTINATION share/pkgconfig/. > >> Can you please explain a bit more w

Re: [CMake] Bugs in cmake-2.4.6, please solve for 2.4.7

2007-07-09 Thread Alan W. Irwin
On 2007-07-09 22:03+0200 Hendrik Sattler wrote: Where to install your own pkgconfig files ? I think you have to decide this yourself, probably in most cases to DESTINATION share/pkgconfig/. Can you please explain a bit more what you'd like to have ? The pkg-config manpage lists several directo

Re: [CMake] Bugs in cmake-2.4.6, please solve for 2.4.7

2007-07-09 Thread Hendrik Sattler
Am Montag 09 Juli 2007 21:39 schrieb Alexander Neundorf: > On Monday 09 July 2007 15:22, Hendrik Sattler wrote: > > Am Montag 09 Juli 2007 14:59 schrieb Hendrik Sattler: > > > I am currently writing CMakeLists.txt files for an autotools project. > > > I found several bugs while doing that and I wan

Re: [CMake] Bugs in cmake-2.4.6, please solve for 2.4.7

2007-07-09 Thread Alexander Neundorf
On Monday 09 July 2007 15:22, Hendrik Sattler wrote: > Am Montag 09 Juli 2007 14:59 schrieb Hendrik Sattler: > > I am currently writing CMakeLists.txt files for an autotools project. > > I found several bugs while doing that and I want to share them with you: > > The first two issues are already so

Re: [CMake] Bugs in cmake-2.4.6, please solve for 2.4.7

2007-07-09 Thread Hendrik Sattler
Am Montag 09 Juli 2007 14:59 schrieb Hendrik Sattler: > I am currently writing CMakeLists.txt files for an autotools project. > I found several bugs while doing that and I want to share them with you: The first two issues are already solved in CVS. > 3. install( TARGET foo . OPTIONAL ) always

[CMake] gcc34 compiler and static executable

2007-07-09 Thread Ajay Divekar
I am not exactly sure if this is related to cmake but here is the problem. At the time i had manual make file i was able to generate static executables with gcc34 and g++34. With cmake though this is not possible. The error is as follows /usr/bin/ld: cannot find -lgcc_s Anybody experi

Re: [CMake] Deb and RPM package generation modules

2007-07-09 Thread Vitor Vasconcelos Araujo Silva
Hi everyone, In case someone is interested in linux package generation within cmake, I've started to improve the existing scripts (http://www.cmake.org/Wiki/CMakeUserUseRPMTools and http://www.cmake.org/Wiki/CMakeUserUseDebian) to make both

Re: [CMake] cmake install - problem at copy

2007-07-09 Thread Alan W. Irwin
On 2007-07-09 14:37+0200 digicapt - cmake wrote: Hi, I'm using the version 2.4-patch 6 of cmake on a Fedora core 6 and I have a problem with the INSTALL : the generated target works fine (in the build directory) but the copy in the destination is changed so that some libraries are not found

[CMake] vs 2k5 express problems

2007-07-09 Thread Olaf Petzold
Hi, the follwing error occour on re-build of cmake: D:\Temp\dl\cmake-2.4.6-win32-x86\build>..\cmake-2.4.6-win32-x86\bin\cmake.exe -G "NMake Makefiles" ..\cmake-2.4.6\ -- Check for CL compiler version -- Check for CL compiler version - failed -- Check if this is a free VC compiler -- Check if thi

[CMake] Bugs in cmake-2.4.6, please solve for 2.4.7

2007-07-09 Thread Hendrik Sattler
Hi, I am currently writing CMakeLists.txt files for an autotools project. I found several bugs while doing that and I want to share them with you: 1. add_library( foo STATIC EXCLUDE_FROM_ALL foo.c) complains about EXCLUDE_FROM_ALL. I found posts about this in the archive, is this solved for 2.4

Re: [CMake] non default architecture builds

2007-07-09 Thread Jack Kelly
Alexander Neundorf wrote: Now my question: How can I make cmake look into the lib/pa20_64 or lib/sparcv9 directory instead of the plain lib directory? After running cmake, can't you do a `make edit_cache` and manually set the appropriate cache entries (such as OPENGL_LIBRARIES, OPENGL_INCLUDE

[CMake] cmake install - problem at copy

2007-07-09 Thread digicapt - cmake
Hi, I'm using the version 2.4-patch 6 of cmake on a Fedora core 6 and I have a problem with the INSTALL : the generated target works fine (in the build directory) but the copy in the destination is changed so that some libraries are not found anymore. When I check them, the size of the copied

Re: [CMake] non default architecture builds

2007-07-09 Thread Alexander Neundorf
On Monday 09 July 2007 08:10, Mathias Froehlich wrote: > Hi, > > I need to do no default binary type builds with a cmake based build system > (OpenSceneGraph's cmake build system). > With non default binary type, I am talking about 64 bit builds on hp-ux or > sparc solaris for example. > On hp-ux I

[CMake] non default architecture builds

2007-07-09 Thread Mathias Froehlich
Hi, I need to do no default binary type builds with a cmake based build system (OpenSceneGraph's cmake build system). With non default binary type, I am talking about 64 bit builds on hp-ux or sparc solaris for example. On hp-ux I have 64 bit libs in .../lib/pa20_64 or on sparc solaris they are