User forums > General (but related to Code::Blocks)
Downloading Code::Blocks
Big Brother:
I try to install a library myself, I don't know if it worked (maybe no because this problem is not solves) but I don't compile it, I haved just install the files myself.
The first command return nothing, the second this :
--- Code: ---Le programme 'wx-config' peut être trouvé dans les paquets suivants :
* libwxbase2.6-dbg
* libwxgtk2.6-dbg
* libwxbase2.6-dev
* libwxgtk2.4-dbg
* libwxgtk2.6-dev
* libwxgtk2.8-dev
* libwxbase2.8-dev
* libwxgtk2.8-dbg
* libwxbase2.4-dev
* libwxbase2.4-dbg
* libwxgtk2.4-dev
* libwxbase2.8-dbg
Essayez : sudo apt-get install <paquet sélectionné>
bash: wx-config : commande introuvable
--- End code ---
Biplab:
--- Quote from: Big Brother on January 25, 2008, 02:46:08 am ---
--- Code: ---Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6).
Abandon (core dumped)
--- End code ---
--- End quote ---
Try compiling wxWidgets with --enable-compat26 --disable-compat24 (Use this while configuring wx) and then install it. Please do check for the correct options in case configure returns any error message. It should solve your problem.
Big Brother:
Thank for all, I installed libwxgtk2.8-dev and it works then!
Navigation
[0] Message Index
[*] Previous page
Go to full version