qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: RE: Patches: -pidfile and -vncport


From: Ronald
Subject: [Qemu-devel] Re: RE: Patches: -pidfile and -vncport
Date: Mon, 29 Nov 2004 10:39:01 +0100
User-agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.)

Le Mon, 29 Nov 2004 09:56:47 +0100, zitu a écrit :

> And if anyone managed to create win32 qemu with the rfb9 patch, I'm also
> interested. So far all my attempts to create these failed.
> 
> Are the vnc patches only meant for unix hosts ?
> 
> Zitu

Can you get LibVNCServer to build?
For me (0.7pre) make abort on undefined SIGPIPE:
i386-mingw32-gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c `test -f main.c || 
echo './'`main.c
main.c: In function `rfbInitServerWithoutPthreadsAndZRLE':
main.c:766: `SIGPIPE' undeclared (first use in this function)
main.c:766: (Each undeclared identifier is reported only once
main.c:766: for each function it appears in.)
make[2]: *** [main.o] Erreur 1


rfb/rfbproto.h need to include stdint.h

--- rfb/rfbproto.h.old  2004-11-29 10:32:04.888063883 +0100
+++ rfb/rfbproto.h      2004-11-29 10:32:42.175987086 +0100
@@ -51,6 +51,7 @@
 #define LIBVNCSERVER_WORDS_BIGENDIAN
 #define rfbBool int
 #include <sys/timeb.h>
+#include <stdint.h>
 #include <winsock.h>
 #undef SOCKET
 #define SOCKET int





reply via email to

[Prev in Thread] Current Thread [Next in Thread]