Author Topic: The 28 June 2007 build (4193) is out.  (Read 12493 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 28 June 2007 build (4193) is out.
« on: June 28, 2007, 09:54:17 pm »
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)

« Last Edit: June 29, 2007, 07:14:18 am by killerbot »

Offline Xaviou

  • Regular
  • ***
  • Posts: 401
    • X@v's wxStuff
Re: The 28 June 2007 build (4193) is out.
« Reply #1 on: June 28, 2007, 11:14:07 pm »
Ubuntu 6.10 & 7.04 Amd64 .deb installer (build with wx263 and wx284) can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 28 June 2007 build (4193) is out.
« Reply #2 on: June 29, 2007, 02:15:51 am »

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 28 June 2007 build (4193) is out.
« Reply #3 on: June 29, 2007, 09:16:26 am »
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

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7576
    • My Best Post
Re: The 28 June 2007 build (4193) is out.
« Reply #4 on: June 29, 2007, 07:55:21 pm »
Patch needed to compile SVN 4197 on windows without using Pre Compiled Headers.
Tim S

Code
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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
Re: The 28 June 2007 build (4193) is out.
« Reply #5 on: June 29, 2007, 08:17:47 pm »
done

Offline tutes

  • Single posting newcomer
  • *
  • Posts: 3
Re: The 28 June 2007 build (4193) is out.
« Reply #6 on: June 30, 2007, 05:03:58 am »
Can anybody build a Debian Etch i686 package with wx263??  :oops:

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 28 June 2007 build (4193) is out.
« Reply #7 on: June 30, 2007, 11:51:27 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 :)

Have fun!  8)
Nightly builds for openSUSE