patch to compile with TDM gcc 4.4.0
Posted: Mon Jul 13, 2009 10:59 pm
Hi
Here is a patch to compile CodeLite with gcc TDM 4.4.0 under MSW :
Here is a patch to compile CodeLite with gcc TDM 4.4.0 under MSW :
Code: Select all
Index: clindexerprotocol.cpp
===================================================================
--- clindexerprotocol.cpp (revision 2877)
+++ clindexerprotocol.cpp (working copy)
@@ -1,5 +1,6 @@
#include "clindexerprotocol.h"
#include <memory>
+#include <stdio.h>
#define ACK_MAGIC 1975