user auth patches
Ralf Habacker
ralf.habacker at freenet.de
Fri Jun 15 11:56:55 PDT 2007
Ralf Habacker schrieb:
> <snip>
> More will follow.
>
Kompilieren...
dbus-transport-socket.c
..\..\cvs-commit-3\dbus\dbus-transport-socket.c(275) : error C2065:
'EWOULDBLOCK': nichtdeklarierter Bezeichner
dbus-server-socket.c
..\..\cvs-commit-3\dbus\dbus-server-socket.c(172) : error C2065:
'EWOULDBLOCK': nichtdeklarierter Bezeichner
Code wird generiert...
The definition is located in dbus-socket-win.h. Currently this file is
included in dbus-transport-socket.h
Index: dbus/dbus-transport-socket.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-transport-socket.h,v
retrieving revision 1.2
diff -u -r1.2 dbus-transport-socket.h
--- dbus/dbus-transport-socket.h 16 Sep 2006 19:24:08 -0000 1.2
+++ dbus/dbus-transport-socket.h 8 Mar 2007 20:25:42 -0000
@@ -25,6 +25,10 @@
#include <dbus/dbus-transport-protected.h>
+#if defined(DBUS_WIN)
+#include <dbus/dbus-sockets-win.h>
+#endif
+
DBUS_BEGIN_DECLS
DBusTransport* _dbus_transport_new_for_socket
(int fd,
Do you know a better place for this ?
Ralf
More information about the dbus
mailing list