Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on September 28, 2007, 09:04:12 pm

Title: The 28 September 2007 build will NOT be out.
Post by: killerbot on September 28, 2007, 09:04:12 pm
project page seems to be inaccessible --> tomorrow ;-)
Title: Re: The 28 September 2007 build will NOT be out.
Post by: stahta01 on September 28, 2007, 10:45:27 pm
Lots of red on site.

Edit: Most of the Red items have turned Green.

http://monitor.berlios.de/berlios-status/index.php

Tim S
Title: Re: The 28 September 2007 build will NOT be out.
Post by: stahta01 on September 29, 2007, 06:02:15 pm
Patches needed to compile under windows with no pre-compiled headers

Finished, seems to be just the three items.

Tim S

Code
Index: src/sdk/projectmanager.cpp
===================================================================
--- src/sdk/projectmanager.cpp (revision 4500)
+++ src/sdk/projectmanager.cpp (working copy)
@@ -46,7 +46,6 @@
     #include "workspaceloader.h"
     #include "cbworkspace.h"
     #include "cbeditor.h"
-    #include "xtra_classes.h"
     #include <wx/dir.h>
     #include "globals.h"
     #include "cbexception.h"  // for cbassert
Index: src/sdk/manager.cpp
===================================================================
--- src/sdk/manager.cpp (revision 4500)
+++ src/sdk/manager.cpp (working copy)
@@ -47,7 +47,6 @@
     #include "uservarmanager.h"
     #include "filemanager.h"
     #include "globals.h"
-    #include "xtra_classes.h" // Our custom set of wxWidgets classes
     #include "xtra_res.h" // our new ToolBarAddOn handler
 #endif
 
Index: src/sdk/editormanager.cpp
===================================================================
--- src/sdk/editormanager.cpp (revision 4500)
+++ src/sdk/editormanager.cpp (working copy)
@@ -47,7 +47,6 @@
     #include "cbproject.h"
     #include "cbeditor.h"
     #include "globals.h"
-    #include "xtra_classes.h"
     #include "sdk_events.h"
     #include <wx/file.h>
     #include <wx/dir.h>
Title: Re: The 28 September 2007 build will NOT be out.
Post by: Biplab on September 29, 2007, 06:36:32 pm
@ Tim,

Applied your patch. Thanks. :)
Title: Re: The 28 September 2007 build will NOT be out.
Post by: Grom on September 30, 2007, 06:38:38 am
I want to have an automatic updater for new code::blocks nighties :twisted:
Title: Re: The 28 September 2007 build will NOT be out.
Post by: jpaterso on September 30, 2007, 07:58:03 am
I want to have an automatic updater for new code::blocks nighties :twisted:
Build your own! A little script can update your svn every night and re-build C::B from scratch, so that when you wake up you'll always be running the latest version!
Title: Re: The 28 September 2007 build will NOT be out.
Post by: wwolf on September 30, 2007, 12:00:19 pm
Right... I guess we could also all just write our own IDE as well, while we are at it...
Title: Re: The 28 September 2007 build will NOT be out.
Post by: jpaterso on September 30, 2007, 12:12:44 pm
Right... I guess we could also all just write our own IDE as well, while we are at it...
I meant that as a temporary measure. Seriously, it's not hard to do. It would be nice in some future version to have an automatic updater, but for the moment a script works just as well.
Title: Re: The 28 September 2007 build will NOT be out.
Post by: lubos on September 30, 2007, 01:40:58 pm
Right... I guess we could also all just write our own IDE as well, while we are at it...
:lol:
Title: Re: The 28 September 2007 build will NOT be out.
Post by: thomas on September 30, 2007, 03:43:48 pm
I want to have an automatic updater for new code::blocks nighties :twisted:
Right... I guess we could also all just write our own IDE as well, while we are at it...
Guys, if downloading a nightly build every day is too much hassle for you, then just download one every two weeks. Downloading every nightly build is hilarious, to be honest.
If it was me making them, I'd only publish a weekly or bi-weekly build anyway. That's still more than enough. I update the copy of Code::Blocks that I use for development roughly once every 4 weeks.
Title: Re: The 28 September 2007 build will NOT be out.
Post by: Grom on September 30, 2007, 04:33:43 pm
So you can write a script for autoupdate every one-two weeks.
Title: Re: The 28 September 2007 build will NOT be out.
Post by: TDragon on September 30, 2007, 04:58:41 pm
Hah...check this (http://forums.codeblocks.org/index.php/topic,2239.0.html) out. I still use it, though I've done a few further tweaks. I just run it whenever I'm aware of new features or bug fixes that affect me, but you could set it up as a scheduled task if you wanted.