News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

C::B build problem with wxGTK-2.8.3

Started by diilbert, April 30, 2007, 03:59:58 AM

Previous topic - Next topic

stahta01

Quote from: diilbert on May 11, 2007, 03:50:12 AM
Where do I get wxGTK 2.8.4 from ?  I can't find it anyway.  I have tried the SVN version, but that does not compile at all.

Thanks ;)

Linux Users try
ftp://biolpc22.york.ac.uk/pub/2.8.4-rc2
I would suggest
ftp://biolpc22.york.ac.uk/pub/2.8.4-rc2/wxGTK-2.8.4-rc2.tar.bz2
Note: rc2 was broken for windows users.

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

diilbert

How did you find that ?  Considering it is not published on the wxWidgets website.   Just for future reference.

Thanks

Deschamps

#17
Quote from: diilbertHow did you find that ?  Considering it is not published on the wxWidgets website.   Just for future reference.

It's the "official" wxWidgets snapshots repository that you find behind the "Daily Snapshot" link at the bottom of the http://www.wxwidgets.org/downloads/ webpage, i.e.: http://wxwindows.sourceforge.net/snapshots/ that redirects to that site, and then, going to "parent directory".

You'll find also this link at the "wxWidgets Mirror Sites" page, so don't be afraid, cos has been published on the wxWidgets site :)


Those who were seen dancing were thought to be insane by those who could not hear the music

diilbert

After building with wxGTK-2.8.4-rc2 (and several bugs in wx) I was able to get code::blocks to load, with the following errors:


---CUT---
[22:09:10.509]: ERROR: /usr/share/codeblocks/plugins/libwxsmithcontribitems.so: not loaded (missing symbols?)
---CUT---
[22:09:16.235]: Initializing plugins...
[22:09:16.330]: KeyBinder failed UpdateById on[1621][Compiler]
[22:09:16.334]: KeyBinder failed UpdateById on[1303][Build options...]
[22:09:16.336]: KeyBinder failed UpdateById on[1300][_Build]
[22:09:16.338]: KeyBinder failed UpdateById on[1308][Compile current _file]
[22:09:16.341]: KeyBinder failed UpdateById on[1320][_Run]
[22:09:16.343]: KeyBinder failed UpdateById on[1319][Bui_ld and run]
[22:09:16.345]: KeyBinder failed UpdateById on[1310][Rebuil_d]
[22:09:16.347]: KeyBinder failed UpdateById on[1315][_Clean]
[22:09:16.349]: KeyBinder failed UpdateById on[1313][Build _workspace]
[22:09:16.351]: KeyBinder failed UpdateById on[1314][Reb_uild workspace]
[22:09:16.353]: KeyBinder failed UpdateById on[1316][Clean workspace]
[22:09:16.355]: KeyBinder failed UpdateById on[1321][_Abort]
[22:09:16.357]: KeyBinder failed UpdateById on[1324][_Previous error]
[22:09:16.359]: KeyBinder failed UpdateById on[1323][_Next error]
[22:09:16.361]: KeyBinder failed UpdateById on[1325][_Clear all errors]
[22:09:16.364]: KeyBinder failed UpdateById on[1620][_Errors]
[22:09:16.365]: KeyBinder failed UpdateById on[1322][Select target]
[22:09:16.368]: KeyBinder failed UpdateById on[1326][E_xport Makefile]
[22:09:16.372]: KeyBinder failed UpdateById on[1619][Compiler...]


On with the show.  This is a wxSmithContrib problem, and I am not sure where to start.

Although C::B is now usable so it is not that big of a deal.
Still only using SVN 3949

Diilbert

Pecan

#19
Quote from: diilbert on May 13, 2007, 03:13:18 AM
After building with wxGTK-2.8.4-rc2 (and several bugs in wx) I was able to get code::blocks to load, with the following errors:


---CUT---
[22:09:10.509]: ERROR: /usr/share/codeblocks/plugins/libwxsmithcontribitems.so: not loaded (missing symbols?)
---CUT---
[22:09:16.235]: Initializing plugins...
[22:09:16.330]: KeyBinder failed UpdateById on[1621][Compiler]
[22:09:16.334]: KeyBinder failed UpdateById on[1303][Build options...]
[22:09:16.336]: KeyBinder failed UpdateById on[1300][_Build]
[22:09:16.338]: KeyBinder failed UpdateById on[1308][Compile current _file]
[22:09:16.341]: KeyBinder failed UpdateById on[1320][_Run]
[22:09:16.343]: KeyBinder failed UpdateById on[1319][Bui_ld and run]
[22:09:16.345]: KeyBinder failed UpdateById on[1310][Rebuil_d]
[22:09:16.347]: KeyBinder failed UpdateById on[1315][_Clean]
[22:09:16.349]: KeyBinder failed UpdateById on[1313][Build _workspace]
[22:09:16.351]: KeyBinder failed UpdateById on[1314][Reb_uild workspace]
[22:09:16.353]: KeyBinder failed UpdateById on[1316][Clean workspace]
[22:09:16.355]: KeyBinder failed UpdateById on[1321][_Abort]
[22:09:16.357]: KeyBinder failed UpdateById on[1324][_Previous error]
[22:09:16.359]: KeyBinder failed UpdateById on[1323][_Next error]
[22:09:16.361]: KeyBinder failed UpdateById on[1325][_Clear all errors]
[22:09:16.364]: KeyBinder failed UpdateById on[1620][_Errors]
[22:09:16.365]: KeyBinder failed UpdateById on[1322][Select target]
[22:09:16.368]: KeyBinder failed UpdateById on[1326][E_xport Makefile]
[22:09:16.372]: KeyBinder failed UpdateById on[1619][Compiler...]


On with the show.  This is a wxSmithContrib problem, and I am not sure where to start.

Although C::B is now usable so it is not that big of a deal.
Still only using SVN 3949

Diilbert

The KeyBinder messages just means that you should really delete your cbKeybinder10.ini file in the .codeblocks directory.

Or just resave the current key definitions.

Yours must contain some very old key definitions.

diilbert

#20
Any ideas about the wxsmithcontrib issue ?

::EDIT::
I guess that fixed the wxsmithcontrib issue as well.

Thanks a bunch.  It is nice to finally have a running SVN version of code::Blocks with 2.8.4 ;)