Author Topic: Library mismatch on Fedora Core 5  (Read 3328 times)

shantanu_gadgil

  • Guest
Library mismatch on Fedora Core 5
« on: October 18, 2006, 08:14:44 am »
Hello,
I get the following message after I have installed the nightly build (14th OCT).
Quote
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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Library mismatch on Fedora Core 5
« Reply #1 on: October 18, 2006, 09:01:05 am »
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?
Be patient!
This bug will be fixed soon...

Offline SharkCZ

  • Almost regular
  • **
  • Posts: 131
Re: Library mismatch on Fedora Core 5
« Reply #2 on: October 18, 2006, 06:20:34 pm »
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 :-)
Code::Blocks package maintainer for Fedora and EPEL