Advertisement

Codeblocks wtf

Started by May 01, 2005 09:37 AM
0 comments, last by me22 19 years, 4 months ago
Has anyone here been able to compile code blocks? I have installed wxGTK via emerge (Gentoo).....

Compiling sdk/Managers/Managers.cpp...
In file included from sdk/Managers/../projectbuildtarget.h:5,
                 from sdk/Managers/../cbproject.h:9,
                 from sdk/Managers/../editormanager.h:14,
                 from sdk/Managers/StdAfx.h:18,
                 from sdk/Managers/Managers.cpp:4:
sdk/Managers/../globals.h:63: error: default argument for `const wxString&separator' has type `const char[2]'
sdk/Managers/../globals.h:64: error: default argument for `const wxString&separator' has type `const char[2]'
make: *** [.objs/sdk/Managers/Managers.o] Error 1

Any ideas? Man it drives me crazy when I can't code due to this crap....
Look on the Code::Blocks wiki -- I wrote a little howto that explains what you need to do to get it to compile in gentoo. Perhaps I should make an ebuild for it...

( If you're wondering, the problem is unicode support. They're working on it. )

This topic is closed to new replies.

Advertisement