Author Topic: wxWidgets compile problem (/usr/bin/locale)  (Read 6113 times)

Clojster

  • Guest
wxWidgets compile problem (/usr/bin/locale)
« on: January 04, 2006, 08:09:45 pm »
Hi, when I try to compile default wxWidget application (using gcc and makefiles), I get following errors:

Code
Project   : wxWidgets application
Compiler  : GNU GCC Compiler (using GNU "make")
Directory : /home/clojster/projects/calculator/
--------------------------------------------------------------------------------
Compiling app.cpp...
In file included from /usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/ostream.tcc:45,
                 from /usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/ostream:544,
                 from /usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/iostream:44,
                 from /usr/include/wx-2.6/wx/ioswrap.h:17,
                 from /usr/include/wx-2.6/wx/textctrl.h:40,
                 from /usr/include/wx-2.6/wx/wx.h:64,
                 from /usr/include/wx-2.6/wx/wxprec.h:49,
                 from ./wx_pch.h:9,
                 from <command line>:1:
/usr/bin/locale:1: error: stray '\127' in program
/usr/bin/locale:1: error: stray '\1' in program
/usr/bin/locale:1: error: stray '\1' in program
/usr/bin/locale:1: error: stray '\1' in program
/usr/bin/locale:1: error: stray '\2' in program
/usr/bin/locale:1: error: stray '\3' in program
/usr/bin/locale:1: error: stray '\1' in program
/usr/bin/locale:1: error: stray '\128' in program
/usr/bin/locale:1: error: stray '\147' in program
/usr/bin/locale:1: error: stray '\4' in program
/usr/bin/locale:1: error: stray '\8' in program
/usr/bin/locale:1: error: stray '\152' in program
/usr/bin/locale:1: error: stray '\8' in program
/usr/bin/locale:1: error: stray '\26' in program
/usr/bin/locale:1: error: stray '\25' in program
/usr/bin/locale:1: error: stray '\6' in program
/usr/bin/locale:1: error: stray '\128' in program
/usr/bin/locale:1: error: stray '\4' in program
/usr/bin/locale:1: error: stray '\8' in program
/usr/bin/locale:1: error: stray '\128' in program
/usr/bin/locale:1: error: stray '\4' in program
/usr/bin/locale:1: error: stray '\8' in program
/usr/bin/locale:1: error: stray '\1' in program
/usr/bin/locale:1: error: stray '\1' in program
/usr/bin/locale:1: error: stray '\5' in program
/usr/bin/locale:1: error: stray '\4' in program
/usr/bin/locale:1: error: stray '\3' in program
/usr/bin/locale:1: error: stray '\1' in program
/usr/bin/locale:1: error: stray '\129' in program
/usr/bin/locale:1: error: stray '\4' in program
/usr/bin/locale:1: error: stray '\8' in program
/usr/bin/locale:1: error: stray '\129' in program
/usr/bin/locale:1: error: stray '\4' in program
/usr/bin/locale:1: error: stray '\8' in program
/usr/bin/locale:1: error: stray '\19' in program
/usr/bin/locale:1: error: stray '\19' in program
/usr/bin/locale:1: error: stray '\4' in program
/usr/bin/locale:1: error: stray '\1' in program
/usr/bin/locale:1: error: stray '\1' in program
/usr/bin/locale:1: error: stray '\128' in program
/usr/bin/locale:1: error: stray '\4' in program
/usr/bin/locale:1: error: stray '\8' in program
/usr/bin/locale:1: error: stray '\128' in program
/usr/bin/locale:1: error: stray '\4' in program
/usr/bin/locale:1: error: stray '\8' in program
/usr/bin/locale:1: error: stray '\5' in program
/usr/bin/locale:1: error: stray '\16' in program
/usr/bin/locale:1: error: stray '\1' in program
/usr/bin/locale:1: error: stray '\20' in program
/usr/bin/locale:1: error: stray '\20' in program

And then I have to kill the app.
Anyone know what's wrong? I didn't find anything on this forum nor google...  :?