Thread: [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 |
From: T.Meyarivan <ma...@sa...> - 2005-04-06 17:15:13
|
> 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: the following packages are missing: x-dev libxt-dev libxmu-dev -- i guess installing them should do.. |
From: MF <Mag...@gm...> - 2005-04-06 18:07:38
|
T.Meyarivan a écrit : > the following packages are missing: > > x-dev libxt-dev libxmu-dev Thanks to all who replied. Ubuntu already has a VNC server installed but I won't be using it (locally). I would be using vnc2swf with VNC sessions off other machines. No, I can't find /usr/include/X11/IntrinsicP.h on this machine. Following the advice of installing the missing libs, I also had to install libxaw8-dev. Despite having installed libxmu-dev, it's complaining it can't find -lXmu ... Now make's output is: root@tania:/home/admin/vnc2swf-0.4.2 # make rm -f vnc2swf c++ -O2 -Wall -g -o vnc2swf argsresources.o colour.o desktop.o dialogs.o fullscreen.o listen.o misc.o popup.o rfbproto.o selection.o shm.o vnc2swf.o writeswf.o sockets.o zrle.o buildtime.o rfb/librfb.a rdr/librdr.a -lming -lz -lXmu -lXaw -lXt -lX11 -lXext /usr/bin/ld: cannot find -lXmu collect2: ld returned 1 exit status make: *** [vnc2swf] Error 1 ldconfig -p | grep "Xmu" reports: libXmuu.so.1 (libc6) => /usr/X11R6/lib/libXmuu.so.1 libXmu.so.6 (libc6) => /usr/X11R6/lib/libXmu.so.6 Thanks for any other hints on how to get this working :) Cheers, F. |
From: Ian F. <ian...@gm...> - 2005-04-20 17:47:59
|
I've reached exactly the same point on hoary for x86. Strangely, I have vnc2swf compiled on hoard for AMD64... Has anyone come up with a solution for T.Meyarivan's problem? Ian On 4/6/05, MF <Mag...@gm...> wrote: > T.Meyarivan a =E9crit : >=20 > > the following packages are missing: > > > > x-dev libxt-dev libxmu-dev >=20 > Thanks to all who replied. Ubuntu already has a VNC server installed > but I won't be using it (locally). I would be using vnc2swf with VNC > sessions off other machines. >=20 > No, I can't find /usr/include/X11/IntrinsicP.h on this machine. >=20 > Following the advice of installing the missing libs, I also had to > install libxaw8-dev. Despite having installed libxmu-dev, it's > complaining it can't find -lXmu ... >=20 > Now make's output is: > root@tania:/home/admin/vnc2swf-0.4.2 # make > rm -f vnc2swf > c++ -O2 -Wall -g -o vnc2swf argsresources.o colour.o desktop.o > dialogs.o fullscreen.o listen.o misc.o popup.o rfbproto.o > selection.o shm.o vnc2swf.o writeswf.o sockets.o zrle.o > buildtime.o rfb/librfb.a rdr/librdr.a -lming -lz -lXmu -lXaw > -lXt -lX11 -lXext > /usr/bin/ld: cannot find -lXmu > collect2: ld returned 1 exit status > make: *** [vnc2swf] Error 1 >=20 > ldconfig -p | grep "Xmu" reports: > libXmuu.so.1 (libc6) =3D> /usr/X11R6/lib/libXmuu.so.1 > libXmu.so.6 (libc6) =3D> /usr/X11R6/lib/libXmu.so.6 >=20 > Thanks for any other hints on how to get this working :) >=20 > Cheers, >=20 > F. >=20 > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick > _______________________________________________ > Vnc2swf-users mailing list > Vnc...@li... > https://lists.sourceforge.net/lists/listinfo/vnc2swf-users > |
From: Yusuke S. <yu...@cs...> - 2005-04-06 17:15:20
|
I think you need to install an additional package, called x11-devel or something. Can you find /usr/include/X11/IntrinsicP.h on your disk? Yusuke MF <Mag...@gm...> wrote: > 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 |
From: habana <abc...@fr...> - 2005-04-06 17:21:54
|
Did you install a vnc server before install swf2vnc ? habana Le mercredi 6 Avril 2005 17:09, MF a =E9crit=A0: > vncviewer.h =2D-=20 mon site perso :=20 Abc de la s=E9curit=E9 informatique http://abcdelasecurite.free.fr |