Re: [CMake] Problem with ASM and COMPILE_DEFINITIONS

2009-06-02 Thread Marcel Loose
Done. See http://www.cmake.org/Bug/view.php?id=9092 Best regards, Marcel Loose. -Original Message- From: Alexander Neundorf Reply-to: a.neundorf-w...@gmx.net To: cmake@cmake.org Subject: Re: [CMake] Problem with ASM and COMPILE_DEFINITIONS Date: Fri, 29 May 2009 00:20:40 +0200 On

Re: [CMake] Problem with ASM and COMPILE_DEFINITIONS

2009-05-28 Thread Alexander Neundorf
On Wednesday 27 May 2009, Marcel Loose wrote: > Hi all, > > I've done some more digging and found the culprit: using > add_definitions() with a quoted string containing more than one > argument. > > So, for example, the following command defines preprocessor variables > that are NOT discarded by CM

Re: [CMake] Problem with ASM and COMPILE_DEFINITIONS

2009-05-27 Thread Marcel Loose
Best regards, Marcel Loose. -Original Message- From: Marcel Loose To: torsten.mae...@gmx.de Cc: cmake@cmake.org Subject: Re: [CMake] Problem with ASM and COMPILE_DEFINITIONS Date: Wed, 27 May 2009 15:34:14 +0200 Hi Torsten, Thanks for the info, but CMake 2.6.4 doesn't solve my

Re: [CMake] Problem with ASM and COMPILE_DEFINITIONS

2009-05-27 Thread Marcel Loose
ect: Re: [CMake] Problem with ASM and COMPILE_DEFINITIONS Date: Wed, 27 May 2009 10:04:47 +0200 Hello Marcel, you've stumpled on a bug in CMake <http://www.cmake.org/Bug/view.php?id=8107>, which has been fixed in CMake 2.6.4. Best regards, Torsten Marcel Loose schrieb: > Hi all, &g

Re: [CMake] Problem with ASM and COMPILE_DEFINITIONS

2009-05-27 Thread Torsten Maehne
Hello Marcel, you've stumpled on a bug in CMake , which has been fixed in CMake 2.6.4. Best regards, Torsten Marcel Loose schrieb: Hi all, I have a problem compiling assembly files. I followed the directions on the Wiki http://www.cmake.org/Wiki/

Re: [CMake] Problem with ASM and COMPILE_DEFINITIONS

2009-05-26 Thread Marcel Loose
bject: Re: [CMake] Problem with ASM and COMPILE_DEFINITIONS Date: Mon, 25 May 2009 09:22:36 -0700 On Mon, May 25, 2009 at 12:13:13PM +0200, Marcel Loose wrote: > I get compilation errors, because CMake passes -D definitions to > the assembler, but the assembler doesn't accept preprocess

Re: [CMake] Problem with ASM and COMPILE_DEFINITIONS

2009-05-25 Thread Tyler Roscoe
On Mon, May 25, 2009 at 12:13:13PM +0200, Marcel Loose wrote: > I get compilation errors, because CMake passes -D definitions to > the assembler, but the assembler doesn't accept preprocessor > definitions. These definitions were set a number of directory levels > higher, using add_definitions(). H

[CMake] Problem with ASM and COMPILE_DEFINITIONS

2009-05-25 Thread Marcel Loose
Hi all, I have a problem compiling assembly files. I followed the directions on the Wiki http://www.cmake.org/Wiki/CMake/Assembler to create the required CMake files. I get compilation errors, because CMake passes -D definitions to the assembler, but the assembler doesn't accept preprocessor defi