[CMake] Ralph Barth/AEH/DBS/GDB ist außer Haus.

2013-01-04 Thread Ralph . Barth
Ralph Barth will be out of the office starting 05.01.2013 and will be returning on 24.01.2013. Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten. WLLM related questions pls. contact Sebastian Neusüß and Jens Keil. Theo Price Feed from EDRE pls contact Jens Keil

[CMake] (no subject)

2013-01-04 Thread Parchet Michaël
Hello, I would like set the default compiler as mingw for cmake. Now, If I try to use cmake from windows command line like below. Cmake CMakeList. I have the a output such as attachement. Can you help me please. Best regards mparchet CMake Warning at CMakeLists.txt:

Re: [CMake] Cmake issue compiling CLucene

2013-01-04 Thread Bill Hoffman
On 1/4/2013 5:47 PM, Michael Jackson wrote: Don't use a "Regular Command Prompt". Use instead one of the "Visual Studio 9 Command Prompt" that are provided with a normal Visual Studio installation. Those command prompts have all the necessary paths setup for Visual Studio. This also assumes you h

Re: [CMake] Cmake issue compiling CLucene

2013-01-04 Thread Michael Jackson
Don't use a "Regular Command Prompt". Use instead one of the "Visual Studio 9 Command Prompt" that are provided with a normal Visual Studio installation. Those command prompts have all the necessary paths setup for Visual Studio. This also assumes you have Visual Studio 9 installed and not Visua

[CMake] Cmake issue compiling CLucene

2013-01-04 Thread Hatchi
During several days I am trying to compile CLucene on Windows 7 64 bit without success. I searched all over the internet but did not find a solution for my problem. I will describe all steps which I took and hope somebody can help me further. I downloaded CLucene and extracted it to the fold

[CMake] How to set the default compiler on windows ?

2013-01-04 Thread Parchet Michaël
Hello, I would like set the default compiler as mingw for cmake. Now, If I try to use cmake from windows command line like below. Cmake CMakeList. I have the a output such as attachement. Can you help me please. Best regards mparchet CMake Warning at CMakeLists.txt:

Re: [CMake] Cmake absolute paths with gcc, __FILE__ , and logging

2013-01-04 Thread Gregor Jasny
Hello Willy, On 1/4/13 4:58 PM, Willy Lambert wrote: > I am trying to convert an existing project from Manual Makefiles to > Cmake for building it. > We have a logger that rely on the __FILE__ define to say which file is > "writing" into the log but this is broken by the CMake default > behavior u

Re: [CMake] Cmake absolute paths with gcc, __FILE__ , and logging

2013-01-04 Thread Andreas Mohr
Hi, On Fri, Jan 04, 2013 at 11:47:40AM -0500, cmake-requ...@cmake.org wrote: > Date: Fri, 4 Jan 2013 16:58:05 +0100 > From: Willy Lambert > Hi all, > > Short Story : > > I am trying to convert an existing project from Manual Makefiles to > Cmake for building it. > We have a logger that rely on

Re: [CMake] Cmake absolute paths with gcc, __FILE__ , and logging

2013-01-04 Thread Willy Lambert
2013/1/4 Willy Lambert : > Hi all, > > Short Story : > > I am trying to convert an existing project from Manual Makefiles to > Cmake for building it. > We have a logger that rely on the __FILE__ define to say which file is > "writing" into the log but this is broken by the CMake default > behavior

Re: [CMake] AC_C_RESTRICT

2013-01-04 Thread Kornel Benko
Am Freitag, 4. Januar 2013 um 14:59:23, schrieb Mateusz Loskot > On 4 January 2013 14:46, Bill Hoffman wrote: > > On 1/4/2013 9:24 AM, Mateusz Loskot wrote: > >> > >> It tests if C compiler supports C99 restrict keyword, > >> perhaps also implementation-specific form, e.g. __restrict, etc. > >>

Re: [CMake] AC_C_RESTRICT

2013-01-04 Thread Mateusz Loskot
On 4 January 2013 14:46, Bill Hoffman wrote: > On 1/4/2013 9:24 AM, Mateusz Loskot wrote: >> >> It tests if C compiler supports C99 restrict keyword, >> perhaps also implementation-specific form, e.g. __restrict, etc. >> >> [1]http://en.wikipedia.org/wiki/Restrict > > Should be able to do it with

Re: [CMake] AC_C_RESTRICT

2013-01-04 Thread Bill Hoffman
On 1/4/2013 9:24 AM, Mateusz Loskot wrote: Bill, It tests if C compiler supports C99 restrict keyword, perhaps also implementation-specific form, e.g. __restrict, etc. [1]http://en.wikipedia.org/wiki/Restrict Should be able to do it with a CheckCSourceCompiles: http://www.cmake.org/cmake/hel

Re: [CMake] Object library doesn't work with CMake 2.8.10.2 Xcode generator

2013-01-04 Thread Brad King
On 01/03/2013 04:33 PM, Bin Chen wrote: > clang: error: no such file or directory: > '/Users/bchen/share/temp/cmake-obj-lib/b-xcode/Debug/liba.a' > clang: error: no such file or directory: > '/Users/bchen/share/temp/cmake-obj-lib/b-xcode/Debug/libb.a' Xcode does not seem to recognize targets tha

Re: [CMake] AC_C_RESTRICT

2013-01-04 Thread Mateusz Loskot
On 4 January 2013 14:12, Bill Hoffman wrote: > On 1/4/2013 6:50 AM, Kornel Benko wrote: >> >> Hi, I am searching for something appropriate to the >> >> autoconf AC_C_RESTRICT macro. >> >> Kornel >> > What does it do? Bill, It tests if C compiler supports C99 restrict keyword, perhaps also implem

Re: [CMake] MSYS and Intel Fortran/MSVC/C++

2013-01-04 Thread Arjen Markus
Hi Bill, I will try that later and I will let you know the results. Regards, Arjen On Fri, 04 Jan 2013 09:09:58 -0500 Bill Hoffman wrote: On 1/4/2013 3:31 AM, Arjen Markus wrote: Hi Bill, Alan, just to make sure, I checked that there is an e-drive and a directory temp on that drive. These

Re: [CMake] AC_C_RESTRICT

2013-01-04 Thread Bill Hoffman
On 1/4/2013 6:50 AM, Kornel Benko wrote: Hi, I am searching for something appropriate to the autoconf AC_C_RESTRICT macro. Kornel What does it do? -Bill -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please ke

Re: [CMake] MSYS and Intel Fortran/MSVC/C++

2013-01-04 Thread Bill Hoffman
On 1/4/2013 3:31 AM, Arjen Markus wrote: Hi Bill, Alan, just to make sure, I checked that there is an e-drive and a directory temp on that drive. These settings are the same as always when I use the MSVC/C++ or Intel Fortran compilers. My guess is that the use of the forward slash is messing up

[CMake] AC_C_RESTRICT

2013-01-04 Thread Kornel Benko
Hi, I am searching for something appropriate to the autoconf AC_C_RESTRICT macro. Kornel signature.asc Description: This is a digitally signed message part. -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Plea

[CMake] OBJECT target - usage of translation units in libraries and executables

2013-01-04 Thread Andreas Pokorny
Hi, I just stumbled across the OBJECT flag in add_library. Now I wonder whether it also works for windows builds with dlexport and dlimport flags attached to symbols. Based on the documentation it seems like object files are built immediately. Is it possible that an object library is used in a dyna

Re: [CMake] MSYS and Intel Fortran/MSVC/C++

2013-01-04 Thread Arjen Markus
Hi Bill, Alan, here is some further information: As the MSYS environment/shell is started with a batch file that takes care of several options and using the set-up batch file needed for MSVC/C++ can not be used in the default MSYS shell, I have adapted the stock batch file (msys.bat in c:\mingw

Re: [CMake] MSYS and Intel Fortran/MSVC/C++

2013-01-04 Thread Arjen Markus
Hi Bill, Alan, just to make sure, I checked that there is an e-drive and a directory temp on that drive. These settings are the same as always when I use the MSVC/C++ or Intel Fortran compilers. My guess is that the use of the forward slash is messing up the argument parsing: - cl uses both "