Author Topic: compiling codeblocks error in slackware box  (Read 3520 times)

Offline liuyg

  • Multiple posting newcomer
  • *
  • Posts: 12
compiling codeblocks error in slackware box
« on: August 06, 2006, 04:23:13 pm »
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'
« Last Edit: August 06, 2006, 04:25:03 pm by liuyg »

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: compiling codeblocks error in slackware box
« Reply #1 on: August 06, 2006, 04:50:44 pm »
Fixed in HEAD. Run "svn update" and try again...
Be patient!
This bug will be fixed soon...