You are not logged in.
Pages: 1
Hello,
I've installed codeblocks in SliTaz Rolling but it doen't run.
From a terminal I get the message[c]
$ codeblocks
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1013,wx containers,compatible with 2.6).
Aborted
$[/c]
I must confess that I don't really understand what means the message.
Any idea?
Offline
Codeblocks-17.12 is built with gcc83 which is a mismatch to wxWidgets28 which is built with gcc4.6.3
Both codeblocks and wxWidgets28 must be built using versions of gcc with the same C++ ABI
Offsite download link for codeblocks-10.05.tazpkg:
http://www.mediafire.com/file/d4d184ogah53l4e/codeblocks-10.05.tazpkg/file
Offline
Thanks mojo! Works fine 
Offline
Pages: 1
[ Generated in 0.015 seconds, 8 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]