User forums > Nightly builds
The 05 December 2007 build (4703) is out.
killerbot:
due to some include fixes for linux I broke the windows build. Hope to have it fixed soon (tomorrow).
ipc.h : doesn't know HANDLE.
stahta01:
--- Quote from: killerbot on December 05, 2007, 11:52:13 pm ---due to some include fixes for linux I broke the windows build. Hope to have it fixed soon (tomorrow).
ipc.h : doesn't know HANDLE.
--- End quote ---
Quick patch for this, needs testing. And, there may be better patches than this.
Tim S
--- Code: ---Index: src/src/ipc.h
===================================================================
--- src/src/ipc.h (revision 4707)
+++ src/src/ipc.h (working copy)
@@ -9,6 +9,8 @@
#include <sys/ipc.h>
#include <sys/shm.h>
#include <fcntl.h>
+#else
+ #include "wx/msw/wrapwin.h"
#endif
class wxString;
--- End code ---
orel:
--- Quote from: killerbot on December 05, 2007, 08:55:08 pm ---
* Added events for begin/end multiple files addition/removal
--- End quote ---
Oh really! very nice !! it will really be easier for me to implement one functionnality in SVNInside plugin :
look here http://forums.codeblocks.org/index.php/topic,7390.0.html
Thank you for that!!
regards,
orl
Grom:
Mega thanks to Byo for the wxSmith improvements :mrgreen::!: :!: :!:
killerbot:
--- Quote from: stahta01 on December 06, 2007, 01:18:40 am ---
--- Quote from: killerbot on December 05, 2007, 11:52:13 pm ---due to some include fixes for linux I broke the windows build. Hope to have it fixed soon (tomorrow).
ipc.h : doesn't know HANDLE.
--- End quote ---
Quick patch for this, needs testing. And, there may be better patches than this.
Tim S
--- Code: ---Index: src/src/ipc.h
===================================================================
--- src/src/ipc.h (revision 4707)
+++ src/src/ipc.h (working copy)
@@ -9,6 +9,8 @@
#include <sys/ipc.h>
#include <sys/shm.h>
#include <fcntl.h>
+#else
+ #include "wx/msw/wrapwin.h"
#endif
class wxString;
--- End code ---
--- End quote ---
thanks !!!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version