User forums > Help
which wxWidgets version is CB using?
(1/1)
cecilio:
Hi, I'm quite new to Linux and CB.
I managed to install CB in Ubuntu. I also compiled and installed wxWidgets from sources. But when compiling my app. I do not know which wxWidgets library version is CB using for linking with my code. Where is CB instructed about libraries to link?
In project options I have 'wx-config --version=2.8 --static=no --unicode=yes --debug=yes --libs' but I don't know where is this pointing, either to my my wxWidgets libraries or to some wxWidgets libraries installed with CB
Any help for a Linux beginner?
JGM:
On the terminal try this command:
which wx-config
cecilio:
Thank you.
the command answer is : usr/bin/wx-config
But, where are the wxWidgets libraries CB is using?
Jenna:
codeblocks should be build against wxWidgets 2.8.4
I don't know if there is an official repository for Ubuntu,
if not you can take one of these:
--- Code: ---http://apt.tt-solutions.com/ubuntu/ dapper main
http://apt.tt-solutions.com/ubuntu/ edgy main
http://apt.tt-solutions.com/ubuntu/ feisty main
--- End code ---
key-import to apt's trusted keys:
--- Code: ---wget -q http://www.tt-solutions.com/vz/key.asc -O- | sudo apt-key add -
--- End code ---
to see which version wx-config normally uses you can try
--- Code: ---wx-config --version
--- End code ---
and to see which configuration it selects use
--- Code: ---wx-config --selected-config
--- End code ---
all options of wx-config with
--- Code: ---wx-config --help
--- End code ---
cecilio:
thank you
Navigation
[0] Message Index
Go to full version