User forums > Nightly builds

The 02 November 2007 build (4592) is out.

(1/5) > >>

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

Before you use a nightly make sure you understand how it works.

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

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

The 02 November 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20071102_rev4592_win32.7z
  - Linux :
   none

Resolved Fixed:


* Set the fallback encoding to ISO-8859-1 on Linux
* add script to surpress stupid wx warnings when building with MinGW 4.2.1
* removed TIXML_USE_STLM define from all cb project files (windows)
* Fallback encoding of encoding detection code is set to user-defined one
* CodeSnippets 1.2.100 2007/10/30
- Added print facility to app
- change GetAppWindow to GetAppFrame
- Fix crash in CodeSnippetsTreeCtrl::OnIdle when plugin disabled
- Fix crash in CodeSnippetsWindow::OnClose when plgn disabled & CB shuts down
- Fix crash in CodeSnippetsTreeCtrl::OnIdle when float/docked window switched
- Incorporate killerbot.cbp and ceniza valgrind mods
- Implement macro substitution requested by mariocup
- Stop crashes: disallow re-enabled plugin until CB reloads
* Possible fix for "always rebuilds files" case with gcc 4.2.x (bug #12167). You need to rebuild depslib and compiler plugin for the fix to take effect
* Do not force adding search paths for compiler if not set by the user (patch #2106)
* Enabled ARM and AVR compilers for linux (patch #2219)
* Added directory selection for implementaion file in class wizard (patch #2211)
* Re-organized class wizard a bit
* New lexers for vhdl and verilog (patch #2199)
* ./configure option --with-contrib-plugins now accepts -name to exclude plugins from list (e.g. --with-contrib-plugins=all,-help would exclude the help plugin)(patch #2190)
* Added "copy selected messages to clipboard" in build messages context menu (patch #2102)
* fixed cbThrow due to last commit: ARM and AVR compiler were registered twice (Windows only)
* Updated wxPropertyGrid to 1.2.10 and removed wxPG_COMPATIBILITY_1_0_0 flag
* Use absolute paths when adjusting LD_LIBRARY_PATH in compiler and debugger
Regressions/Confirmed/Annoying/Common bugs:


* toolbar-images-not-changing-state (is a wx problem/Win XP problem)

twoy2000:
thanks for the gcc4.2.1 build  :lol:

szczepan:

Regressions/Confirmed/Annoying/Common bugs:


* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
* wxsmith-widget-tree-items-not-changing-labels ("looks like something deeper")

SharkCZ:
As the new PropertyGrid includes directly GTK headers, it requires GTK2_CFLAGS to be used in Makefile.am for INCLUDES. I am still using wxGTK 2.6, so with 2.8 it may be unnecessary.


--- Code: ------ /opt2/src/codeblocks/src/sdk/propgrid/Makefile.am 2007-11-01 18:21:40.000000000 +0100
+++ src/sdk/propgrid/Makefile.am 2007-11-03 14:47:17.000000000 +0100
@@ -1,4 +1,4 @@
-INCLUDES = $(WX_CXXFLAGS) \
+INCLUDES = $(WX_CXXFLAGS) $(GTK2_CFLAGS) \
  -I$(top_srcdir)/src/include/propgrid/include
 
 AM_CPPFLAGS = -DWXMAKINGLIB_PROPGRID -DwxPG_USE_WXMODULE=0

--- End code ---

AntonioCS:
Is the RSS feed not being updated? I can only see until the "26 October 2007" revision

Navigation

[0] Message Index

[#] Next page

Go to full version