Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

gnu/linux (gentoo) + gcc/g++3.3.6

(1/2) > >>

basic:
I've had trouble compiling svn trunk with gcc 3.3.6 (gentoo stable). Here's a patch of the changes I made to get compiling. The changes are for:
src/sdk/configmanager.cpp -- gcc 3.3.6 doesn't like wxString().Mid() ...
src/sdk/macrosmanager.h -- missing wx/filename.h include


[attachment deleted by admin]

basic:
here's another patch. This one is for src/sdk/scriptingmanager.h #include <angelscript.h>. It causes problem when compiling src/src/app.cpp that #include <scriptingmanager.h> and can't find angelscript.h

[attachment deleted by admin]

me22:
Oops, seems I put my 3 recent threads in the wrong forum.
Mine about the AngelScript issue: http://forums.codeblocks.org/index.php?topic=1528.0
Mine about the ConfigManager: http://forums.codeblocks.org/index.php?topic=1527.0
Mine about the missing includes: http://forums.codeblocks.org/index.php?topic=1530.0

Your angelscript fix may be better, I'm not sure.  I didn't try to compile the angelscript section with my fix.
I think my ConfigManager fix is better, for reasons made clear in the thread.
And I found 2 missing includes in addition to the wxFileName one.

Now we just need to keep poking them to get these applied 8)

mandrav:

--- Quote from: me22 on December 02, 2005, 05:26:58 pm ---Now we just need to keep poking them to get these applied 8)

--- End quote ---

How often do you update SVN? ;)

me22:
Yay!  Thanks =)

* me goes off to finish the new codeblocks-svn ebuild

Navigation

[0] Message Index

[#] Next page

Go to full version