Since my main Linux machine was broken, I haven't set up my machine to
be able to do proper vncrec develpment. But it looks like your build
is stopped at building man page and it is not required to run vncrec
binary itself. So you can probably just do "cd vncrec; make" and get
a functional binary.
HTH,
--
Yoshiki
On 8/25/06, navaladi <naval...@gmail.com> wrote:
> Hi All,
> I have problem compiling vncrec-0.2 version.
> Here is a final error message.
> gcc -m32 -o vncrec -g -O2 -fno-strict-aliasing -L/usr/X11R6/lib
> argsresources.o colour.o desktop.o dialogs.o fullscreen.o
> listen.o misc.o popup.o rfbproto.o selection.o shm.o
> sockets.o vncviewer.o -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
> ../libvncauth/libvncauth.a
> make[2]: *** No rule to make target `vncrec.man', needed by
> `vncrec._man'. Stop.
> make[2]: Leaving directory `/home/masternode/Desktop/vncrec-0.2/vncrec'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/masternode/Desktop/vncrec-0.2'
> make: *** [World] Error 2
> masternode@debian:~/Desktop/vncrec-0.2$
> can u pls help.