News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 28 September 2007 build will NOT be out.

Started by killerbot, September 28, 2007, 09:04:12 PM

Previous topic - Next topic

killerbot

project page seems to be inaccessible --> tomorrow ;-)

stahta01

#1
Lots of red on site.

Edit: Most of the Red items have turned Green.

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

Tim S
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]

stahta01

#2
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>

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]

Biplab

Be a part of the solution, not a part of the problem.

Grom

I want to have an automatic updater for new code::blocks nighties :twisted:
gcc+winXP+suse.

jpaterso

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!

wwolf

Right... I guess we could also all just write our own IDE as well, while we are at it...

jpaterso

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.

lubos

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:

thomas

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.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Grom

So you can write a script for autoupdate every one-two weeks.
gcc+winXP+suse.

TDragon

Hah...check this 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.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)