Discussion about CodeLite development process and patches
jfouche
CodeLite Guru
Posts: 351 Joined: Mon Oct 20, 2008 7:26 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:
Post
by jfouche » Mon Jul 13, 2009 10:59 pm
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
Jérémie
jfouche
CodeLite Guru
Posts: 351 Joined: Mon Oct 20, 2008 7:26 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:
Post
by jfouche » Thu Sep 17, 2009 10:27 pm
Eran
Do you plan to fixe this ?
Jérémie
eranif
CodeLite Plugin
Posts: 6375 Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by eranif » Thu Sep 17, 2009 11:14 pm
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