Hi all,
OS: CentOS 5
gcc: g++ (GCC) 4.1.1 20070105 (Red Hat 4.1.1-52)
wxWidgets : 2.6.4 ( is the support for 2.6.4 stopped ? )
make[4]: Leaving directory `/home/dimitris/Codeblocks/trunk/src/plugins/compilergcc/resources'
make[4]: Entering directory `/home/dimitris/Codeblocks/trunk/src/plugins/compilergcc'
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/include -I/opt/wx264/lib/wx/include/gtk2-unicode-release-2.6 -I/opt/wx264/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I../../../src/include -I../../../src/include/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -Ulinux -Uunix -DDEPSLIB_UNIX -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT compilergcc.lo -MD -MP -MF ".deps/compilergcc.Tpo" -c -o compilergcc.lo compilergcc.cpp; \
then mv -f ".deps/compilergcc.Tpo" ".deps/compilergcc.Plo"; else rm -f ".deps/compilergcc.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/include -I/opt/wx264/lib/wx/include/gtk2-unicode-release-2.6 -I/opt/wx264/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I../../../src/include -I../../../src/include/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -Ulinux -Uunix -DDEPSLIB_UNIX -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT compilergcc.lo -MD -MP -MF .deps/compilergcc.Tpo -c compilergcc.cpp -fPIC -DPIC -o .libs/compilergcc.o
compilergcc.cpp: In member function 'void CompilerGCC::SetEnvironmentForCompiler(const wxString&, wxString&)':
compilergcc.cpp:804: error: 'class wxPathList' has no member named 'Index'
compilergcc.cpp:814: error: 'class wxPathList' has no member named 'Index'
compilergcc.cpp:819: error: 'class wxPathList' has no member named 'Index'
make[4]: *** [compilergcc.lo] Error 1
make[4]: Leaving directory `/home/dimitris/Codeblocks/trunk/src/plugins/compilergcc'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/dimitris/Codeblocks/trunk/src/plugins/compilergcc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/dimitris/Codeblocks/trunk/src/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dimitris/Codeblocks/trunk/src'
make: *** [all-recursive] Error 1