Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => CodeCompletion redesign => Topic started by: Loaden on April 18, 2010, 11:53:57 am

Title: namespace not work in linux (arch)
Post by: Loaden on April 18, 2010, 11:53:57 am
I find the 'string' tokens, the parent is -1 (Global namespace).
I don't apply any patch, just SVN 6204 in Archlinux OS.
Title: Re: namespace not work in linux (arch)
Post by: oBFusCATed on April 18, 2010, 12:05:34 pm
What is the gcc installed in ArchLinux, probably 4.5.0?
Title: Re: namespace not work in linux (arch)
Post by: Loaden on April 18, 2010, 12:10:59 pm
What is the gcc installed in ArchLinux, probably 4.5.0?
Code
4.4.3 20100316 (prerelease) (GCC)
Title: Re: namespace not work in linux (arch)
Post by: Jenna on April 18, 2010, 12:22:45 pm
What exactly do I have to do to reproduce it ?
Title: Re: namespace not work in linux (arch)
Post by: Loaden on April 18, 2010, 12:32:17 pm
What exactly do I have to do to reproduce it ?
I just compiled CB (SVN6204), then I create a new console project.
That's it.
Oh, sorry, I did apply a patch:Bug fix for GetGCCCompilerDirs failed in Archlinux (http://forums.codeblocks.org/index.php/topic,12390.0.html)
Title: Re: namespace not work in linux (arch)
Post by: Loaden on April 18, 2010, 12:39:48 pm
Sorry!Find the reason of it!
Before I installed the CodeBlocks 8.02, the old configuration does not remove!

I remove the old configure, now, it's works well.