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
>> 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
>> change back to gcc 4.0 the build succeeds and if I try to get the
>> error in a new project it works as well.
>>
>> Any ideas?
>>
>> / Påhl
>> ___
>>
>> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>>
>> Please do not post admin requests or moderator comments to the list.
>> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>>
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/cocoa-dev/rols%40rols.org
>>
>> This email sent to [EMAIL PROTECTED]
>>
>
>
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


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 GCC 4.2> > 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> change back to gcc 4.0 the build succeeds and if I try to 
get the> error in a new project it works as well.> > Any ideas?> > / Påhl> 
___> > Cocoa-dev mailing list 
(Cocoa-dev@lists.apple.com)> > Please do not post admin requests or moderator 
comments to the list.> Contact the moderators at 
cocoa-dev-admins(at)lists.apple.com> > Help/Unsubscribe/Update your 
Subscription:> 
http://lists.apple.com/mailman/options/cocoa-dev/luca_ciciriello%40hotmail.com> 
> This email sent to [EMAIL PROTECTED]
_
See the most popular videos on the web 
http://clk.atdmt.com/GBL/go/115454061/direct/01/___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


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' does not enclose strongly used
namespace '__gnu_debug_def'

... in the file  which is included from . If I
change back to gcc 4.0 the build succeeds and if I try to get the
error in a new project it works as well.

Any ideas?

/ Påhl
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/rols%40rols.org

This email sent to [EMAIL PROTECTED]
 



___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]