Code::Blocks Forums
User forums => Help => Topic started by: shantanu_gadgil on October 18, 2006, 08:14:44 am
-
Hello,
I get the following message after I have installed the nightly build (14th OCT).
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.2,compatible with 2.4),
and your program used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4).
Aborted
I did see another thread with the same problem, but that was a problem between the Unicode and ANSI libraries, right?
The installed wxGTK version is reported as "wxGTK-2.6.3-2.6.3.2.2.fc5"
Looking at the message, the "compatible with 2.2" thing seems to be the missing part. Any help on how to go about solving it would be appreciated.
Regards,
Shantanu
-
The message is clear: the wxGTK version on your system is different than the one codeblocks was compiled with.
Did you build codeblocks yourself or installed a RPM?
-
Or you can use the nightly build from 8th Oct (rev 3030) which is available in Fedora Extras. There could not be such problems as it will take the right wxGTK library too :-)