Page 1 of 1

patch to compile with TDM gcc 4.4.0

Posted: Mon Jul 13, 2009 10:59 pm
by jfouche
Hi
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
 

Re: patch to compile with TDM gcc 4.4.0

Posted: Thu Sep 17, 2009 10:27 pm
by jfouche
Eran

Do you plan to fixe this ?

Re: patch to compile with TDM gcc 4.4.0

Posted: Thu Sep 17, 2009 11:14 pm
by eranif
I already fixed it once, but I missed out the fact that this file CodeLite\clindexerprotocol.cpp is copied from the codelite_indexer workspace so it override your patch.

I now fixed it in the correct place sdk/codelite_indexer/network/clindexerprotocol.cpp

Eran