News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

mismatch between library and program

Started by rbksouls, July 06, 2017, 01:31:01 PM

Previous topic - Next topic

rbksouls

Hi everyone, here i am one more time, well this time i bring you an usually problem, i tried to install codeblocks in my laptop but when i try to open it it says that there's a mismatch between the library 3.0 and the program 3.0
Both have the same specifications but the c++ ABI from the library is 1010 and the program one is 1009, i think that's the main reason of this problem but i don't know how to fix it , if someone could help me please...
(i've used this program before in this laptop and it worked fine)

stahta01

You either got an bad CB Installer or you installed it wrong.

The message means the library and program was compiled by different compiler versions or with different compiler options.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

rbksouls

#2
well i forgot to tell you i'm using ubuntu mate and i used the package installer, "sudo apt-get install codeblocks"

oBFusCATed

And the real problem is? I'm asking, because I've seen people have this message and being able to run codeblocks.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

rbksouls

when i try to run codeblocks from the console it shows me that message and it just open and close itself if i run the .exe so i can't use it.

oBFusCATed

Can we see a log?
The missmatch is something that ubuntu/mate developers need to fix, if all packages related to codeblocks are coming from their repos.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]