Re: [CMake] Re: FindSDL.cmake and mingw / msys

2007-03-31 Thread E. Wing
Maybe this could be implemented in a major release of CMake, thus developers would be aware that changes are required to their scripts. As soon as it is advertized enought, it's ok. I'm more inclined to leave the current behavior, and when SDL 1.3 finally rolls around, try a fresh start then sin

[CMake] CMAKE_CXX_COMPILER-NOTFOUND

2007-03-31 Thread Manfred Rebentisch
Hello, on my Debian-Backup-Server I dont need g++ but only gcc. How can I avoid the following error: -- Check for working CXX compiler: CMAKE_CXX_COMPILER-NOTFOUND CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler pat

Re: [CMake] CMAKE_CXX_COMPILER-NOTFOUND

2007-03-31 Thread Thomas Christian Chust
Manfred Rebentisch wrote: > [...] > on my Debian-Backup-Server I dont need g++ but only gcc. How can I avoid the > following error: > > -- Check for working CXX compiler: CMAKE_CXX_COMPILER-NOTFOUND > CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. > > Please set

Re: [CMake] Why the target is named to "liblib" instead to "lib"? (Linux) [SOLVED]

2007-03-31 Thread Manfred Rebentisch
Hello, Am Samstag, 31. März 2007 17:36 schrieb [EMAIL PROTECTED]: > I have never seen such behaviour apparently cmake "thinks" that the name of > the library is "libstd3000c". > Did you copy these lines from your files or is it possible that you do > set(TARGETPART libstd3000c) > instead ? > oh,

Re: [CMake] help with FindBoost.cmake

2007-03-31 Thread kdsfinger
On 3/31/07, Tristan Carel <[EMAIL PROTECTED]> wrote: On 3/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On 3/31/07, Filipe Sousa <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] wrote: > > > hi, > > > I am using cmake and some library of boost on a linux box. When I use > > > the boost::s

Re: [CMake] Why the target is named to "liblib" instead to "lib"? (Linux)

2007-03-31 Thread a . neundorf-work
On Saturday 31 March 2007 12:47, Manfred Rebentisch wrote: > Hello, > I am new to this list, so I beg your pardon, if the question is a > recurrence. > > I use cmake version 2.4-patch 3 on Suse 10.1 . > > I want to generate a library with the name "libstd3000c.so". So I define: > > CMakeLists.

Re: [CMake] Why the target is named to "liblib" instead to "lib"? (Linux)

2007-03-31 Thread Brandon J. Van Every
Manfred Rebentisch wrote: Hello, I am new to this list, so I beg your pardon, if the question is a recurrence. I use cmake version 2.4-patch 3 on Suse 10.1 . I want to generate a library with the name "libstd3000c.so". So I define: CMakeLists.txt BEGIN project(Std3000C) set(USEAPR 1) set(

Fwd: [CMake] Re: FindSDL.cmake and mingw / msys

2007-03-31 Thread PA Galmes
-- Forwarded message -- From: PA Galmes <[EMAIL PROTECTED]> Date: Mar 31, 2007 4:07 PM Subject: Re: [CMake] Re: FindSDL.cmake and mingw / msys To: "E. Wing" <[EMAIL PROTECTED]> On 3/28/07, E. Wing <[EMAIL PROTECTED]> wrote: So I'm concerned about breaking backwards compatibil

Re: [CMake] Why the target is named to "liblib" instead to "lib"? (Linux)

2007-03-31 Thread Bill Hoffman
Manfred Rebentisch wrote: On Debian Etch with apt-get install I get the version: cmake --version cmake version 2.4-patch 5 On SuSE 10.1 with smart upgrade cmake I get the version: It does not seem to be a version thing. So, if you could provide a small contained example that shows the pro

Re: [CMake] help with FindBoost.cmake

2007-03-31 Thread Tristan Carel
On 3/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: On 3/31/07, Filipe Sousa <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > hi, > > I am using cmake and some library of boost on a linux box. When I use > > the boost::shared_ptr, everything is fine. But when I try to > > #include

Re: [CMake] Why the target is named to "liblib" instead to "lib"? (Linux)

2007-03-31 Thread Manfred Rebentisch
Hello, Am Samstag, 31. März 2007 13:27 schrieb Filipe Sousa: > > > > After "cmake ." and make there is a file named "liblibstd3000c.so". > > Please, try a more recent version. > On Debian Etch with apt-get install I get the version: cmake --version cmake version 2.4-patch 5 On SuSE 10.1 with sm

Re: [CMake] help with FindBoost.cmake

2007-03-31 Thread kdsfinger
On 3/31/07, Filipe Sousa <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: > hi, > I am using cmake and some library of boost on a linux box. When I use > the boost::shared_ptr, everything is fine. But when I try to > #include > #include , > the cmake generates lots of "undefined reference to

Re: [CMake] help with FindBoost.cmake

2007-03-31 Thread Filipe Sousa
[EMAIL PROTECTED] wrote: > hi, > I am using cmake and some library of boost on a linux box. When I use > the boost::shared_ptr, everything is fine. But when I try to > #include > #include , > the cmake generates lots of "undefined reference to > 'boost::filesystem::...' errors. Is there something

Re: [CMake] Why the target is named to "liblib" instead to "lib"? (Linux)

2007-03-31 Thread Filipe Sousa
Manfred Rebentisch wrote: > Hello, > I am new to this list, so I beg your pardon, if the question is a recurrence. > > I use cmake version 2.4-patch 3 on Suse 10.1 . > > I want to generate a library with the name "libstd3000c.so". So I define: > > CMakeLists.txt BEGIN > project(Std3000C) >

[CMake] Why the target is named to "liblib" instead to "lib"? (Linux)

2007-03-31 Thread Manfred Rebentisch
Hello, I am new to this list, so I beg your pardon, if the question is a recurrence. I use cmake version 2.4-patch 3 on Suse 10.1 . I want to generate a library with the name "libstd3000c.so". So I define: CMakeLists.txt BEGIN project(Std3000C) set(USEAPR 1) set(TARGETPART std3000c) set(SOU