Re: Problem using GCC 4.2

2008-11-21 Thread Påhl Melin
Thanks, that solved the problem. I guess google is my friend... / Påhl 2008/11/21 Roland King <[EMAIL PROTECTED]>: > google says this > > http://www.cocoabuilder.com/archive/message/xcode/2008/9/11/24570 > > Påhl Melin wrote: > >> I tried to upgrade a small test project from gcc 4.0 to gcc 4.2 by

RE: Problem using GCC 4.2

2008-11-21 Thread Luca Ciciriello
I'd a similar problem. I've solved it removing all the pre-define preprocessor macro expecially __gnu_debug_def. Try this way. Luca. www.mitosrl.com> Date: Fri, 21 Nov 2008 10:23:56 +0100> From: [EMAIL PROTECTED]> To: cocoa-dev@lists.apple.com> Subject: Problem using

Re: Problem using GCC 4.2

2008-11-21 Thread Roland King
google says this http://www.cocoabuilder.com/archive/message/xcode/2008/9/11/24570 Påhl Melin wrote: I tried to upgrade a small test project from gcc 4.0 to gcc 4.2 by changin the compiler version in the Project Info window but I get a strange compiler error: error: current namespace 'std' do

Problem using GCC 4.2

2008-11-21 Thread Påhl Melin
I tried to upgrade a small test project from gcc 4.0 to gcc 4.2 by changin the compiler version in the Project Info window but I get a strange compiler error: error: current namespace 'std' does not enclose strongly used namespace '__gnu_debug_def' ... in the file which is included from . If I c