project page seems to be inaccessible --> tomorrow ;-)
Lots of red on site.
Edit: Most of the Red items have turned Green.
http://monitor.berlios.de/berlios-status/index.php
Tim S
Patches needed to compile under windows with no pre-compiled headers
Finished, seems to be just the three items.
Tim S
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>
@ Tim,
Applied your patch. Thanks. :)
I want to have an automatic updater for new code::blocks nighties :twisted:
Quote from: Grom on September 30, 2007, 06:38:38 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!
Right... I guess we could also all just write our own IDE as well, while we are at it...
Quote from: 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...
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.
Quote from: 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...
:lol:
Quote from: Grom on September 30, 2007, 06:38:38 AM
I want to have an automatic updater for new code::blocks nighties :twisted:
Quote from: 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...
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.
So you can write a script for autoupdate every one-two weeks.
Hah...check this (http://forums.next.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.