[Vnc2swf-users] Building vnc2swf on Ubuntu Hoary
Status: Alpha
Brought to you by:
euske
From: MF <Mag...@gm...> - 2005-04-06 17:09:27
|
Hello, I am trying to build vnc2swf on Ubuntu Hoary 5.04 but I am stuck at make . Usually I manage to find what's missing but I can't seem to make sense of make's output. ./configure finished OK but make gives me this output: root@tania:/home/admin/vnc2swf-0.4.2 # make gcc -DX_DISPLAY_MISSING=1 -DHAVE_LIBZ=1 -DHAVE_LIBMING=1 -I. -DVNC_SOCKLEN_T=socklen_t -O2 -Wall -g -c argsresources.c In file included from argsresources.c:25: vncviewer.h:31:28: X11/IntrinsicP.h: No such file or directory vncviewer.h:32:28: X11/StringDefs.h: No such file or directory vncviewer.h:33:23: X11/Shell.h: No such file or directory vncviewer.h:34:21: X11/Xmd.h: No such file or directory vncviewer.h:35:24: X11/keysym.h: No such file or directory vncviewer.h:36:23: X11/Xatom.h: No such file or directory vncviewer.h:37:28: X11/Xmu/StdSel.h: No such file or directory In file included from vncviewer.h:38, from argsresources.c:25: rfbproto.h:59: error: syntax error before "CARD16" rfbproto.h:59: warning: no semicolon at end of struct or union rfbproto.h:60: warning: type defaults to `int' in declaration of `y' rfbproto.h:60: warning: data definition has no type or storage classmake: *** [argsresources.o] Interrupt What am I missing here ? Tx for any help, Fabian |