News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 24 July 2007 build will NOT be out.

Started by killerbot, July 24, 2007, 11:35:23 PM

Previous topic - Next topic

killerbot

my system is in between 2 commits ;-)
for sure tomorrow ...

stahta01

FYI:

I needed to add this patch to get Windows Non precompiled headers build to work.

Tim S


Index: src/plugins/debuggergdb/debuggeroptionsprjdlg.cpp
===================================================================
--- src/plugins/debuggergdb/debuggeroptionsprjdlg.cpp (revision 4307)
+++ src/plugins/debuggergdb/debuggeroptionsprjdlg.cpp (working copy)
@@ -30,6 +30,7 @@
#include <wx/xrc/xmlres.h>
#include <wx/listbox.h>
#include <wx/button.h>
+#include <wx/choice.h>
#include <cbproject.h>
#include <editpathdlg.h>
#include <manager.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

Quote from: stahta01 on July 24, 2007, 11:53:27 PM
FYI:

I needed to add this patch to get Windows Non precompiled headers build to work.

Tim S

Done. Thanks. :)
Be a part of the solution, not a part of the problem.