Author Topic: The 27 December 2007 build will NOT be out.  (Read 12377 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 27 December 2007 build will NOT be out.
« on: December 27, 2007, 09:24:59 pm »
no core commits

Offline Grom

  • Almost regular
  • **
  • Posts: 206
Re: The 27 December 2007 build will NOT be out.
« Reply #1 on: December 27, 2007, 11:07:35 pm »
I am worrying that after holidays all commits will be done in drunk way :lol:.
gcc+winXP+suse.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 27 December 2007 build will NOT be out.
« Reply #2 on: December 28, 2007, 08:30:33 pm »
Patch needed by Windows NON PCH build.

Code
Index: src/plugins/debuggergdb/breakpointsdlg.cpp
===================================================================
--- src/plugins/debuggergdb/breakpointsdlg.cpp (revision 4759)
+++ src/plugins/debuggergdb/breakpointsdlg.cpp (working copy)
@@ -15,6 +15,7 @@
 #include <wx/listbox.h>
 #include <wx/checkbox.h>
 #include <wx/spinctrl.h>
+#include <wx/menu.h>
 #include <globals.h>
 namespace
 {
Index: src/sdk/cbproject.cpp
===================================================================
--- src/sdk/cbproject.cpp (revision 4759)
+++ src/sdk/cbproject.cpp (working copy)
@@ -32,7 +32,9 @@
 
 #include <wx/choicdlg.h>
 #include <wx/settings.h>
+#include <wx/filedlg.h>
 #include <wx/filename.h>
+#include <wx/textdlg.h>
 
 #ifndef CB_PRECOMP
     #include "cbproject.h" // class's header file
Index: src/sdk/scripting/bindings/sc_io.cpp
===================================================================
--- src/sdk/scripting/bindings/sc_io.cpp (revision 4759)
+++ src/sdk/scripting/bindings/sc_io.cpp (working copy)
@@ -7,6 +7,7 @@
 #ifndef CB_PRECOMP
     #include <globals.h>
     #include <wx/string.h>
+    #include <wx/filedlg.h>
 #endif
 
 #include <wx/filename.h>
Index: src/src/startherepage.cpp
===================================================================
--- src/src/startherepage.cpp (revision 4759)
+++ src/src/startherepage.cpp (working copy)
@@ -15,6 +15,7 @@
 #include <wx/intl.h>
 #include <wx/utils.h>
 #include <wx/sizer.h>
+#include <wx/settings.h>
 #include <manager.h>
 #include <logmanager.h>
 #include <projectmanager.h>

Tim S
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: 5490
Re: The 27 December 2007 build will NOT be out.
« Reply #3 on: December 28, 2007, 09:28:33 pm »
applied, thanks Tim

Offline zortich

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: The 27 December 2007 build will NOT be out.
« Reply #4 on: December 30, 2007, 06:31:05 pm »
It is the end of the year. And I wounder whereis RC3?

Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: The 27 December 2007 build will NOT be out.
« Reply #5 on: December 31, 2007, 01:25:31 pm »
It is the end of the year. And I wounder whereis RC3?
:mrgreen:

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 27 December 2007 build will NOT be out.
« Reply #6 on: December 31, 2007, 09:42:08 pm »
RFC:

Would it be possible to release one of the windows nightly as an Beta build and upload it to sf.net?
I would hope this might reduce the RC2 users.

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