Code::Blocks Forums

User forums => Help => Topic started by: rbksouls on July 06, 2017, 01:31:01 pm

Title: mismatch between library and program
Post by: rbksouls on July 06, 2017, 01:31:01 pm
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)
Title: Re: mismatch between library and program
Post by: stahta01 on July 06, 2017, 04:21:37 pm
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.
Title: Re: mismatch between library and program
Post by: rbksouls on July 06, 2017, 07:43:10 pm
well i forgot to tell you i'm using ubuntu mate and i used the package installer, "sudo apt-get install codeblocks"
Title: Re: mismatch between library and program
Post by: oBFusCATed on July 06, 2017, 08:27:27 pm
And the real problem is? I'm asking, because I've seen people have this message and being able to run codeblocks.
Title: Re: mismatch between library and program
Post by: rbksouls on July 06, 2017, 09:53:54 pm
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.
Title: Re: mismatch between library and program
Post by: oBFusCATed on July 06, 2017, 11:49:29 pm
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.