User forums > Help
Use Andvanced Optios and Unicode Build of wxWidgets gives fatal error: wx/app.h:
dkaip:
Hi,
i am in Linux Mint and trying the first C++ wxWidgets 3.0 program and Use Andvanced Options and Unicode Build of wxWidgets gives fatal error: wx/app.h: no sutch file or folder.
As i see at Build options, Compiler settings are `wx-config --version=3.0 --static=yes --unicode=yes --debug=yes --cflags` and Linker settings are `wx-config --version=3.0 --static=yes --unicode=yes --debug=yes --libs.
What i must do to build and run?
The execute file, is whith this way solid and standalone?
Thanks
Jim
stahta01:
When on the command line what does the below command return?
--- Code: ---wx-config --version=3.0 --static=yes --unicode=yes --debug=yes --cflags
--- End code ---
Also, what does this command return?
--- Code: ---wx-config --list
--- End code ---
Tim S.
dkaip:
a@a-desktop ~ $ wx-config --version=3.0 --static=yes --unicode=yes --debug=yes --cflags
Warning: No config found to match: /usr/local/bin/wx-config --version=3.0 --static=yes --unicode=yes --debug=yes --cflags
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.
a@a-desktop ~ $
and
a@a-desktop ~ $ wx-config --list
Default config is gtk2-unicode-static-3.1
Default config will be used for output
Alternate matches:
gtk2-unicode-3.1
a@a-desktop ~ $
stahta01:
So, you now know the problem.
Tim S.
dkaip:
I am a beginer, so i hope that i will find it out.
Thank you very mutch.
Jim.
Navigation
[0] Message Index
[#] Next page
Go to full version