User forums > Nightly builds

The 09 July 2007 build (4241) is out.

(1/2) > >>

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_wx284.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

The 09 July 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070709_rev4241_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070709_rev4241_Ubuntu6.10+7.04_wx2.8.4.deb
   http://prdownload.berlios.de/codeblocks/CB_20070709_rev4241_Debian4.0_wx2.8.4.deb
   http://prdownload.berlios.de/codeblocks/CB_20070709_rev4241_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070709_rev4241_fc4+5.i586.rpm (not yet)


Resolved Fixed:


* Fixed: plugin installation wouldn't create directories on windows (thanks dje)
* Fixed crash when using "Close" or "Close all" in open files list context menu (bug #11508)
* envvars plugin: fixed "envvars not unset on project close" bug (thanks Yiannis)
Regressions/Confirmed/Annoying/Common bugs:


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

Grom:
I have taken a look on to the roadmap in wiki. Do you update it sometimes or not?

stahta01:

--- Quote from: Grom on July 09, 2007, 08:52:06 pm ---I have taken a look on to the roadmap in wiki. Do you update it sometimes or not?

--- End quote ---

Yes.

It was updated in last 90 days.

Tim S

Xaviou:
Ubuntu 6.10 & 7.04 Amd64 .deb installer (build with wx263 and wx284) can be found here.

marfi:
Hi,
I'm affraid that precompiled headers support for GCC (MinGW) in C::B is broken. Only default option in Project settings ('Generate PCH alongside original header') works properly (but this option is not suitable for projects with multiple targets or for a case you want to subversion your code).

Option 'Generate PCH in a directory alongside original headers' creates directory named like the precompile header file with PCHs for every target, but only one of them is then used thus the compiler skips the PCHs for all others targets and writes warning message like this:
cc1plus.exe: warning: ./wx_pch.h.gch/Debug DLL_wx_pch_h_gch: created using different flags (for example this message apears also for Release target even a file named Release DLL_wx_pch_h_gch realy exists, etc...).

The last project option 'Generate PCH in the object output dir' doesn't work at all; the PCH created in OBJ dir is allways skiped and the original headers are used instead for all project targets.

(I use Win XP SP2 OS and the latest nightly build)

Navigation

[0] Message Index

[#] Next page

Go to full version