Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B
FATAL ERROR : Mismatch between the program and library build versions
BlueHazzard:
--- Quote from: kpone on January 27, 2016, 09:37:36 am ---i don't understand why this not work :(
--- End quote ---
--- Quote from: stahta01 on January 26, 2016, 08:16:19 pm ---You need to build Code::Blocks with the same compiler used to build wxWidgets.
--- End quote ---
If you want to come quick to your target: https://launchpad.net/~pasgui/+archive/ubuntu/ppa
if you want compile codeblocks by yourself you have to tell use your exact steps how you compiled codeblocks and wxWidgets. Only
--- Quote from: kpone on January 27, 2016, 09:37:36 am ---I have try follow this tuto
--- End quote ---
won't help us or you, because we don't know what you have tried, and where your error is...
greetings
[EDIT:]
Now i see, you are trying to install codeblocks from a nightly... You can try the ppa, or you follow this steps:
http://wiki.codeblocks.org/index.php/Installing_Code::Blocks_from_source_on_Linux
kpone:
i have try the 2 and nothing works é_è i need it fast because i'm in IT class and i'm forced to use eclipse :( (eclipse so bad for C++)...
You can't tell me how to uninstall all and make an installation with all links (downloads) etc...
I'm sorry to ask this but i understand nothing in the woking of codeblocks and i have 3 school programming project, i don't have time to search 3-4 hours per day to find a solution :s
BlueHazzard:
--- Quote from: kpone on January 28, 2016, 02:36:44 pm ---i have try the 2 and nothing works é_è i need it fast because i'm in IT class and i'm forced to use eclipse :( (eclipse so bad for C++)...
You can't tell me how to uninstall all and make an installation with all links (downloads) etc...
I'm sorry to ask this but i understand nothing in the woking of codeblocks and i have 3 school programming project, i don't have time to search 3-4 hours per day to find a solution :s
--- End quote ---
i am willing to help but you have also to do your part...
tell me exactly what you have done... else i can't help you...
kpone:
i have install many libraries (all on this link : http://wiki.codeblocks.org/index.php/Installing_Code::Blocks_from_source_on_Linux )
I have try follow this tuto : http://wiki.codeblocks.org/index.php/Installing_Code::Blocks_nightly_build_on_Ubuntu
I've installed all the packages, all dependancies with this build (codeblocks-13.12-1_i386.debian.stable.tar.xz) : http://www.codeblocks.org/downloads/binaries
But the error is :
--- Code: ---Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,wx containers,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6).
--- End code ---
I need to find how to upgrade the compiler of codeblocks from "compiler with C++ ABI 1002" to "compiler with C++ ABI 1009" or downgrade the compiler of the library from "compiler with C++ ABI 1009" to "compiler with C++ ABI 1002".
BlueHazzard:
so you mixed all possible steps together.... well we possibly we have a pile of trash that we have to clean up...
We can try to install a nightly, or to compile from source...
to install a nightly:
1) go to your synaptic packet manager and deinstall (remove) all things you find under codeblocks and wxWidgets
2) restart and search again in synaptic if you find something with wxWidgets or codeblocks and remove it also *)
3) **) Install the nightly from pasguis ppa: https://launchpad.net/~pasgui/+archive/ubuntu/ppa
3a) Add the repository to your sources by following this steps https://launchpad.net/+help-soyuz/ppa-sources-list.html, but add use the pasgui ppa (it is described here https://launchpad.net/~pasgui/+archive/ubuntu/ppa under Adding this PPA to your system
3b) Install codeblocks nightly by typing in your terminal:
--- Code: ---sudo apt-get update
sudo apt-get install codeblocks
--- End code ---
3ba) or search in your software center for codeblocks and make sure, you have install the nightly (there should somewhere be written that you install a nightly)
Or Compile from source:
1) Follow this steps, and ONLY this steps from TOP to BOTTOM, all steps http://wiki.codeblocks.org/index.php/Installing_Code::Blocks_from_source_on_Linux
this should work...
if you have problems, please post the exact error and the exact steps you have done..
greetings
*) restart is not 100% necessary but it will help...
**) @dev: why are there no ubuntu release deb? Can he use the debian release?
Navigation
[0] Message Index
[*] Previous page
Go to full version