News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 28 June 2007 build (4193) is out.

Started by killerbot, June 28, 2007, 09:54:17 PM

Previous topic - Next topic

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 28 June 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070628_rev4193_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070628_rev4193_Ubuntu6.10+7.04_wx2.8.4.deb
   http://prdownload.berlios.de/codeblocks/CB_20070628_rev4193_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070628_rev4193_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • fixed nasty crash in OW compiler (command generator)
  • Applied: [Patch #2081] Project properties -> line counter fix
  • Fixed some issues for non-pch project using wxSmith generated by wizard

Regressions/Confirmed/Annoying/Common bugs:


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


Xaviou

Ubuntu 6.10 & 7.04 Amd64 .deb installer (build with wx263 and wx284) can be found here.
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

cstudent


TheTuxKeeper

Finally one of my first packages on the opensuse buildservice!  :D They need some testing (changed the spec file in a rush), but I hope they work. ;)

The packages are rev4195 and available for FC5-6 (i586), FC7 (i586 and x84_64), opensuse 10.2 and factory (i586 and x84_64):

Have fun!  8)
Nightly builds for openSUSE

stahta01

Patch needed to compile SVN 4197 on windows without using Pre Compiled Headers.
Tim S


Index: src/src/environmentsettingsdlg.cpp
===================================================================
--- src/src/environmentsettingsdlg.cpp (revision 4197)
+++ src/src/environmentsettingsdlg.cpp (working copy)
@@ -37,6 +37,7 @@
#endif

#ifndef CB_PRECOMP
+    #include <wx/dir.h>
     #include "cbplugin.h" // cgCompiler, cgDebugger...
#endif

Index: src/src/app.cpp
===================================================================
--- src/src/app.cpp (revision 4197)
+++ src/src/app.cpp (working copy)
@@ -71,6 +71,7 @@
#include "appglobals.h"

#ifndef CB_PRECOMP
+    #include <wx/dir.h>
     #include "xtra_res.h"
     #include "filemanager.h" // LoaderBase
#endif
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]

killerbot


tutes

Can anybody build a Debian Etch i686 package with wx263??  :oops:

TheTuxKeeper

Quote from: tutes on June 30, 2007, 05:03:58 AM
Can anybody build a Debian Etch i686 package with wx263??  :oops:
Package rev4198 is finally building ;)
Here are the links you need to get the package when it's built :)
Quote from: daniel2000 on June 29, 2007, 09:16:26 AM

Have fun!  8)
Nightly builds for openSUSE