User forums > Nightly builds

The 17 october 2006 build is out.

(1/6) > >>

killerbot:
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 17 October 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061017_rev3099_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061017_rev3099_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20061017_rev3099_suse100+101.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061017_rev3099_fc4+5.rpm (not yet)


Resolved Fixed:


* Fixed broken single-file compilation (without project)
* DragScroll 1.0.30 2006/10/17 : Added focus follow mouse option for MSW (default off)
* Warning and error log messages are now printed in both the main app log and the debug log (if enabled), using blue and red colour respectively
* If errors or warnings are logged during startup, an InfoWindow pops up informing the user about the fact
Regressions/Confirmed/Annoying/Common bugs:


* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
* menu items with icon not correctly aligned (since wx263)

sethjackson:
Windows ANSI build is here.

SharkCZ:
running this build on Fedora required the following patch for the profiler plugin:

--- Code: ------ src/plugins/contrib/profiler/resources/Makefile.am.orig 2006-10-17 21:38:53.000000000 +0200
+++ src/plugins/contrib/profiler/resources/Makefile.am 2006-10-17 21:40:34.000000000 +0200
@@ -1,7 +1,7 @@
 EXTRA_DIST = configuration.xrc main_dialog.xrc manifest.xml
 
-pkgdata_DATA = CBProfiler.zip
+pkgdata_DATA = profiler.zip
 CLEANFILES = $(pkgdata_DATA)
 
-CBProfiler.zip:
- PWD=`pwd` cd $(srcdir) && zip $(PWD)/CBProfiler.zip manifest.xml *.xrc > /dev/null
+profiler.zip:
+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/profiler.zip manifest.xml *.xrc > /dev/null

--- End code ---

and the lib_finder plugin requires this to build and install (create and install the manifest and the config files):

--- Code: ------ /tmp/codeblocks/configure.in 2006-10-10 14:13:47.000000000 +0200
+++ configure.in 2006-10-15 14:02:01.000000000 +0200
@@ -195,6 +195,7 @@
  src/plugins/contrib/help_plugin/Makefile
  src/plugins/contrib/keybinder/Makefile
  src/plugins/contrib/lib_finder/Makefile
+ src/plugins/contrib/lib_finder/lib_finder/Makefile
  src/plugins/contrib/profiler/Makefile
  src/plugins/contrib/profiler/resources/Makefile
  src/plugins/contrib/source_exporter/Makefile
--- /tmp/codeblocks/src/plugins/contrib/lib_finder/lib_finder/Makefile.am 1970-01-01 01:00:00.000000000 +0100
+++ src/plugins/contrib/lib_finder/lib_finder/Makefile.am 2006-10-15 13:59:28.000000000 +0200
@@ -0,0 +1,3 @@
+pkgdatadir = $(datadir)/@PACKAGE@/lib_finder
+
+dist_pkgdata_DATA = $(srcdir)/*.xml
--- /tmp/codeblocks/src/plugins/contrib/lib_finder/Makefile.am 2006-10-07 17:39:42.000000000 +0200
+++ src/plugins/contrib/lib_finder/Makefile.am 2006-10-15 14:33:41.000000000 +0200
@@ -1,3 +1,5 @@
+SUBDIRS = lib_finder
+
 if PRECOMPILE_HEADERS
 BUILT_SOURCES = $(srcdir)/pch.h.gch
 else
@@ -38,8 +40,11 @@
  license.txt \
  manifest.xml
 
+pkgdata_DATA = lib_finder.zip
+CLEANFILES = $(pkgdata_DATA)
+
 lib_finder.zip:
- PWD=`pwd` cd $(srcdir) && zip $(PWD)/lib_finder.zip manifest.xml *.xrc > /dev/null
+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/lib_finder.zip manifest.xml > /dev/null
 
 $(srcdir)/pch.h.gch: $(srcdir)/pch.h $(srcdir)/../../../sdk/sdk.h.gch
  -rm -rf $(srcdir)/pch.h.gch

--- End code ---

cyplo:
Hi

I am having problems while trying to build this revision on my gentoo linux

revision 3099, i've got it from svn directly

make stops after:


--- Code: ---Making all in wxFlatNotebook
make[4]: Entering directory `/root/tmp_compilations/codeblocks/src/sdk/wxFlatNotebook'
make[4]: *** No rule to make target `wxFlatNotebook.cpp', needed by `wxFlatNotebook.lo'.  Stop.

--- End code ---

it appears always, also after ./bootstrap => ./configure [with no parameters] => make clean => make

i was having no problems with compiling previous releases;
however i am still affected by 'libcairo on dualcore processor' bug but it got less annoying few revisions ago

ps
thanks for all of the work you've done for us :)

SamT:

--- Quote from: killerbot on October 17, 2006, 08:08:01 pm ---
* If errors or warnings are logged during startup, an InfoWindow pops up informing the user about the fact

--- End quote ---

I got several error by checking the log during startup.

[07:17:26.525]: ERROR: Plugin resource not found: compilergcc.zip
[07:17:26.735]: ERROR: Plugin resource not found: debuggergdb.zip
[07:17:27.065]: ERROR: Plugin resource not found: pluginwizard.zip

Could you please tell me where could I get those? Thank you very much!

Note: I found in my C:\Program Files\CodeBlocks\share\CodeBlocks folder, there are something similar as described above:
- compiler_gcc.zip
- debugger_gdb.zip
- plugin_wizard.zip

but the all the date are old.
[/list]

Navigation

[0] Message Index

[#] Next page

Go to full version