|
Forum List • Thread List • Refresh • New Topic • Search • Previous • Next 1  |
1. wx-config command not found#3284 |
I have linux DEBIAN woody 3.0 installed on my station. In HELLOWORLD application I've read folowing: to compile use: $> g++ hworld.cpp `wx-config --libs` `wx-config --cxxflags` -o hworld
Problem is - wx-config COMMAND NOT FOUND ! ! !
In man pages of "wx-config" (what makes me curious it is installed !?!?!) I have found that it is symlink of wxbase-config or wxGTK-config "find" command returned NO RESULT for both
I am desperate I've spent 6 hours for searching them with no result. Please help and give me some the power to stay by wxWindows
-RB- |
2. Re: wx-config command not found#3352 Posted by: 2004-02-11 21:35:09 |
I'll answer to myself :)
I needed to install wxGTK too:
apt-get install "wxgtk*" |
Forum List • Thread List • Refresh • New Topic • Search • Previous • Next 1  |