hi, all
After some hard try, I could compile with unicode on my ibook on ubuntu 5.10,
but I open a wx simple example, I obtain the following error.
--------------------------------------------------------------------------------
Switching to target: default
Compiling: main.cpp
g++: `wx-config: No such file or directory
cc1plus: error: unrecognized command line option "-fcflags`"
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
How could I fix it??
By the way, the font in the message section is too small, could I modify it??
Thanks.
Well, I have the lib.
In command line, I could use
g++ `wx-config --libs --cxxflags --unicode=yes` -O3 main.cpp
to compile my code. That is to say, the path is correct. :D
cc1plus: error: unrecognized command line option "-fcflags`"
is the main problem?? what does the flags mean?? My gcc seem doesnt have this flag.