User forums > Nightly builds
The 06 august 2007 build (4352) is out.
afb:
The *.xrc breaks the Mac build, since I build once for PPC and once for X86.
--- Code: (patch I used) ---Index: src/plugins/todo/resources/Makefile.am
===================================================================
--- src/plugins/todo/resources/Makefile.am (revision 4351)
+++ src/plugins/todo/resources/Makefile.am (arbetskopia)
@@ -1,7 +1,7 @@
pkgdata_DATA = todo.zip
CLEANFILES = $(pkgdata_DATA)
-EXTRA_DIST = manifest.xml *.xrc
+EXTRA_DIST = manifest.xml $(srcdir)/*.xrc
todo.zip: $(EXTRA_DIST)
PWD=`pwd` cd $(srcdir) && zip $(PWD)/todo.zip manifest.xml *.xrc > /dev/null
--- End code ---
manni:
Hi.
I would like to report a problem. On Ubuntu 704, the program's window freezes before aligning its content, with the error message:
--- Quote ---(codeblocks:6552): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed
--- End quote ---
If I start it in safe-mode (with plugins disabled), no error. Then I starts the plugins one by one, all plugins starts except "Compiler" (which would be great to have).
Thanks for working so much,
Manni
xaji:
killerbot - could you make some cleanup to rss, because now my rss reader hangs on it for about minute.
killerbot:
--- Quote from: xaji on August 07, 2007, 07:17:56 pm ---killerbot - could you make some cleanup to rss, because now my rss reader hangs on it for about minute.
--- End quote ---
bad RSS reader :shock:
stingx:
--- Quote from: manni on August 07, 2007, 10:38:40 am ---(codeblocks:6552): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed
--- End quote ---
I have this problem to.
This is due to some libwxgtk version issue. Currently ubuntu provides libwxgtk version 2.8.1, but codeblocks written for version 2.8.4.
Here are steps to solve this:
Open sources.list by typing:
sudo gedit /etc/apt/sources.list
(use vim or kwrite if you are KUbuntu user)
add this line to the end of file:
deb http://apt.tt-solutions.com/ubuntu/ feisty main
Run in console:
wget http://www.tt-solutions.com/vz/key.asc
sudo apt-key add key.asc
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install wx2.8-headers
Last command does install not only headers, but automatically all new wx2.8.4 packages
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version