News:

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

Main Menu

The 27 December 2007 build will NOT be out.

Started by killerbot, December 27, 2007, 09:24:59 PM

Previous topic - Next topic

killerbot


Grom

I am worrying that after holidays all commits will be done in drunk way :lol:.
gcc+winXP+suse.

stahta01

Patch needed by Windows NON PCH build.


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++.
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]

killerbot


zortich

It is the end of the year. And I wounder whereis RC3?

raph


stahta01

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++.
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]