Re: [Vnc2swf-users] Building vnc2swf on Ubuntu Hoary
Status: Alpha
Brought to you by:
euske
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. |