Re: Compiling on Mac, assert.h

2008-04-30 Thread Jean-Marc Lasgouttes
Andre Poenitz <[EMAIL PROTECTED]> writes: > On Tue, Apr 29, 2008 at 01:58:21PM +0200, Stefan Schimanski wrote: >> Hi! >> >> Probably intentionally assert.h shares its name with the system header. > > Not really. If that is a problem just rename the header. I did that. JMarc

Re: Compiling on Mac, assert.h

2008-04-30 Thread Jean-Marc Lasgouttes
Giura Gauss <[EMAIL PROTECTED]> writes: >> > > HI, > > I have problem with assert.h and trunk does not compile for me. > Information below. I saw the same on mac os 10.4. This file has to be renamed. JMarc

Re: Compiling on Mac, assert.h

2008-04-29 Thread Giura Gauss
> HI, I have problem with assert.h and trunk does not compile for me. Information below. === At revision 24557. > make [skipped] /usr/include/c++/4.0.0/bits/locale_facets.tcc:2498: instantiated from here /usr/include/c++/4.0.0/bits/basic_string.h:681: error: 'assert' was not declare

Re: Compiling on Mac, assert.h

2008-04-29 Thread Andre Poenitz
On Tue, Apr 29, 2008 at 01:58:21PM +0200, Stefan Schimanski wrote: > Hi! > > Probably intentionally assert.h shares its name with the system header. Not really. If that is a problem just rename the header. > But > this leads to compile problems on Mac as the LinkBack.m file is not C++ > based (

Compiling on Mac, assert.h

2008-04-29 Thread Stefan Schimanski
Hi! Probably intentionally assert.h shares its name with the system header. But this leads to compile problems on Mac as the LinkBack.m file is not C++ based (switching it to Objective-C++ is not trivial because cmake does not know the .mm extension, if I remember right. Tried it before..