User forums > Help

Codeblock does not want to start... Suse 10

(1/3) > >>

c64zottel:
Hello,

I tried to install Codeblocks, the newest version.

After my fought with configure script, the compiling runs fine. But when i try to run codeblocks i got the this msg:

linux:~ # codeblocks Fatal Error: Mismatch between the program and library build versions detected.The library used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4),and wxNet used 2.6 (no debug,ANSI,compiler with C++ ABI 1002,wx containers,compatible with 2.4).Abgebrochen
linux:~ #

Im using Suse 10, normal system, nothing in special.

Muito Obrigado...

thomas:
2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4)
2.6 (no debug,ANSI,compiler with C++ ABI 1002,wx containers,compatible with 2.4)

This is quite strange  :shock:
All libraries have to be either Unicode, or ANSI, you can't mix those two. I wonder how you managed to get them both installed/mixed though... RPM shouldn't allow you to.

c64zottel:
Hi,

The codeblock was compiled, but i had some problems, because the config.status script was build in dos style.

Ok, in the last days, i did the folowing:
I uninstalled the Suse RPMs wxGtk, wxWindow, compat-wxGtk...
then i compiled the downloaded packages ( wxGtk, wxWindow ) with unicode
but he interrupted, and told me that there is a shared lib missing,
but when i watched ldconfig -v | grep libwxgtku-xrs-2.6 ( something like that ) appears.
I am not in front of my computer, so next time i will put here some traces...

But is there someone how had had the same problems?

Or any ideas?

Thanks a lot...

cu...

TheTuxKeeper:

--- Quote from: thomas on May 23, 2006, 05:04:33 pm ---2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4)
2.6 (no debug,ANSI,compiler with C++ ABI 1002,wx containers,compatible with 2.4)

This is quite strange  :shock:
All libraries have to be either Unicode, or ANSI, you can't mix those two. I wonder how you managed to get them both installed/mixed though... RPM shouldn't allow you to.

--- End quote ---
Getting them installed is no problem, there are two packages, which don't conflict (libs with unicode have a "u" in the name). But mixing them in one build is really strange  :lol:

I didn't run codeblocks on suse for a longer time (and also have no build atm), but you don't have to recompile wxGTK.

Try to build it once more with the original suse 10.0 wxGTK packages (wxGTK, wxGTK-compat, wxGTK-devel, wxGTK-gl). If it doesn't run again, post the configure command line, please.

I'm building codeblocks on suse to be able to test this.

thomas:

--- Quote ---The codeblock was compiled, but i had some problems, because the config.status script was build in dos style.
--- End quote ---
This means that you are using a version that is 8 months old (unless someone messed with it of late by accident). Since you're building from source anyway, this makes no sense, you should rather use current sources.
svn checkout svn://svn.berlios.de/codeblocks/trunk  will get you there.

Navigation

[0] Message Index

[#] Next page

Go to full version