News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

compiling codeblocks error in slackware box

Started by liuyg, August 06, 2006, 04:23:13 PM

Previous topic - Next topic

liuyg

g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/sdk -I/usr/local/lib/wx/include/gtk2
-unicode-release-2.6 -I/usr/local/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK_
_ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DXTHREADS -D_REEN
TRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr
/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/fr
eetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include -I../../../src/sdk -I../../../src/sdk/wxscintilla/include -I../../..
/src/sdk/scripting/include -I../../../src/sdk/scripting/sqplus -O2 -ffast-math -
g -O2 -fPIC -DPIC -MT gdb_tipwindow.lo -MD -MP -MF .deps/gdb_tipwindow.Tpo -c gd
b_tipwindow.cpp  -fPIC -DPIC -o .libs/gdb_tipwindow.o
gdb_tipwindow.cpp: In member function `void GDBTipWindowView::Adjust(const
   wxString&, const wxString&, const wxString&, const wxString&, int)':
gdb_tipwindow.cpp:441: error: `_' undeclared (first use this function)
gdb_tipwindow.cpp:441: error: (Each undeclared identifier is reported only once
   for each function it appears in.)
make[4]: *** [gdb_tipwindow.lo] Error 1
make[4]: Leaving directory `/root/codeblocks/src/plugins/debuggergdb'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/codeblocks/src/plugins/debuggergdb'

mandrav

Fixed in HEAD. Run "svn update" and try again...
Be patient!
This bug will be fixed soon...