News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 17 August 2007 build will NOT be out.

Started by killerbot, August 17, 2007, 04:56:00 PM

Previous topic - Next topic

killerbot


stahta01

Patch needed to compile without PCH under windows.

Tim S


Index: src/plugins/compilergcc/compileroptionsdlg.cpp
===================================================================
--- src/plugins/compilergcc/compileroptionsdlg.cpp (revision 4400)
+++ src/plugins/compilergcc/compileroptionsdlg.cpp (working copy)
@@ -52,6 +52,7 @@
#endif
#include <wx/choicdlg.h> // wxGetSingleChoiceIndex
#include <wx/filedlg.h>
+#include <wx/textdlg.h>     // wxGetTextFromUser
#include "cbexception.h"
#include "annoyingdialog.h"
#include "compileroptionsdlg.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]

killerbot