Author Topic: The 28 September 2007 build will NOT be out.  (Read 12303 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 28 September 2007 build will NOT be out.
« on: September 28, 2007, 09:04:12 pm »
project page seems to be inaccessible --> tomorrow ;-)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 28 September 2007 build will NOT be out.
« Reply #1 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
« Last Edit: September 29, 2007, 01:18:06 am by stahta01 »
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 stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 28 September 2007 build will NOT be out.
« Reply #2 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>
« Last Edit: September 29, 2007, 06:43:03 pm by stahta01 »
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 Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 28 September 2007 build will NOT be out.
« Reply #3 on: September 29, 2007, 06:36:32 pm »
@ Tim,

Applied your patch. Thanks. :)
Be a part of the solution, not a part of the problem.

Offline Grom

  • Almost regular
  • **
  • Posts: 206
Re: The 28 September 2007 build will NOT be out.
« Reply #4 on: September 30, 2007, 06:38:38 am »
I want to have an automatic updater for new code::blocks nighties :twisted:
gcc+winXP+suse.

Offline jpaterso

  • Multiple posting newcomer
  • *
  • Posts: 57
Re: The 28 September 2007 build will NOT be out.
« Reply #5 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!

Offline wwolf

  • Multiple posting newcomer
  • *
  • Posts: 34
Re: The 28 September 2007 build will NOT be out.
« Reply #6 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...

Offline jpaterso

  • Multiple posting newcomer
  • *
  • Posts: 57
Re: The 28 September 2007 build will NOT be out.
« Reply #7 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.

Offline lubos

  • Almost regular
  • **
  • Posts: 131
Re: The 28 September 2007 build will NOT be out.
« Reply #8 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:

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: The 28 September 2007 build will NOT be out.
« Reply #9 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.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline Grom

  • Almost regular
  • **
  • Posts: 206
Re: The 28 September 2007 build will NOT be out.
« Reply #10 on: September 30, 2007, 04:33:43 pm »
So you can write a script for autoupdate every one-two weeks.
gcc+winXP+suse.

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: The 28 September 2007 build will NOT be out.
« Reply #11 on: September 30, 2007, 04:58:41 pm »
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.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)