I am using suse linux enterprise 10.0. This is the output what I got
while installing:
linux:/home/evros/vncrec-0.2 # xmkmf
imake -DUseInstalled -I/usr/X11R6/lib/X11/config
linux:/home/evros/vncrec-0.2 # make World
make Makefiles
make[1]: Entering directory `/home/evros/vncrec-0.2'
making Makefiles in libvncauth...
make[2]: Entering directory `/home/evros/vncrec-0.2'
make[2]: Leaving directory `/home/evros/vncrec-0.2'
make[2]: Entering directory `/home/evros/vncrec-0.2/libvncauth'
make[2]: Nothing to be done for `Makefiles'.
make[2]: Leaving directory `/home/evros/vncrec-0.2/libvncauth'
making Makefiles in vncrec...
make[2]: Entering directory `/home/evros/vncrec-0.2'
make[2]: Leaving directory `/home/evros/vncrec-0.2'
make[2]: Entering directory `/home/evros/vncrec-0.2/vncrec'
make[2]: Nothing to be done for `Makefiles'.
make[2]: Leaving directory `/home/evros/vncrec-0.2/vncrec'
making Makefiles in vncpasswd...
make[2]: Entering directory `/home/evros/vncrec-0.2'
make[2]: Leaving directory `/home/evros/vncrec-0.2'
make[2]: Entering directory `/home/evros/vncrec-0.2/vncpasswd'
make[2]: Nothing to be done for `Makefiles'.
make[2]: Leaving directory `/home/evros/vncrec-0.2/vncpasswd'
making Makefiles in vncconnect...
make[2]: Entering directory `/home/evros/vncrec-0.2'
make[2]: Leaving directory `/home/evros/vncrec-0.2'
make[2]: Entering directory `/home/evros/vncrec-0.2/vncconnect'
make[2]: Nothing to be done for `Makefiles'.
make[2]: Leaving directory `/home/evros/vncrec-0.2/vncconnect'
make[1]: Leaving directory `/home/evros/vncrec-0.2'
make depend
make[1]: Entering directory `/home/evros/vncrec-0.2'
depending in ./libvncauth...
make[2]: Entering directory `/home/evros/vncrec-0.2/libvncauth'
gccmakedep -- -I. -I../include -I/usr/X11R6/include -I../../include
-I../../glide3 -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L
-D_POSIX_SOURCE -D_XOPEN_SOURCE
-D_BSD_SOURCE -D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO -- vncauth.c
d3des.c
make[2]: Leaving directory `/home/evros/vncrec-0.2/libvncauth'
depending in ./vncrec...
make[2]: Entering directory `/home/evros/vncrec-0.2/vncrec'
gccmakedep -- -I../include -I. -I/usr/X11R6/include -I../../include
-I../../glide3 -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L
-D_POSIX_SOURCE -D_XOPEN_SOURCE
-D_BSD_SOURCE -D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO -DMITSHM --
argsresources.c colour.c desktop.c dialogs.c fullscreen.c
listen.c misc.c popup.c rfbproto.c selection.c shm.c
sockets.c vncviewer.c
make[2]: Leaving directory `/home/evros/vncrec-0.2/vncrec'
depending in ./vncpasswd...
make[2]: Entering directory `/home/evros/vncrec-0.2/vncpasswd'
gccmakedep -- -I../include -I/usr/X11R6/include -I../../include
-I../../glide3 -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L
-D_POSIX_SOURCE -D_XOPEN_SOURCE
-D_BSD_SOURCE -D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO -- vncpasswd.c
make[2]: Leaving directory `/home/evros/vncrec-0.2/vncpasswd'
depending in ./vncconnect...
make[2]: Entering directory `/home/evros/vncrec-0.2/vncconnect'
gccmakedep -- -I/usr/X11R6/include -I../../include -I../../glide3
-Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L
-D_POSIX_SOURCE -D_XOPEN_SOURCE
-D_BSD_SOURCE -D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO --
make[2]: Leaving directory `/home/evros/vncrec-0.2/vncconnect'
make[1]: Leaving directory `/home/evros/vncrec-0.2'
make all
make[1]: Entering directory `/home/evros/vncrec-0.2'
making all in ./libvncauth...
make[2]: Entering directory `/home/evros/vncrec-0.2/libvncauth'
gcc -m32 -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -g
-fno-strict-aliasing -I. -I../include -I/usr/X11R6/include
-I../../include -I../../glide3 -Dlinux -D__i386__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE
-D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO -c -o vncauth.o vncauth.c
vncauth.c: In function 'vncRandomBytes':
vncauth.c:127: warning: implicit declaration of function 'time'
gcc -m32 -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -g
-fno-strict-aliasing -I. -I../include -I/usr/X11R6/include
-I../../include -I../../glide3 -Dlinux -D__i386__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE
-D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO -c -o d3des.o d3des.c
d3des.c:37: warning: 'KnR' defined but not used
d3des.c:38: warning: 'Kn3' defined but not used
d3des.c:39: warning: 'Df_Key' defined but not used
rm -f libvncauth.a
ar clq libvncauth.a vncauth.o d3des.o
ranlib libvncauth.a
make[2]: Leaving directory `/home/evros/vncrec-0.2/libvncauth'
making all in ./vncrec...
make[2]: Entering directory `/home/evros/vncrec-0.2/vncrec'
gcc -m32 -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -g
-fno-strict-aliasing -I../include -I. -I/usr/X11R6/include
-I../../include -I../../glide3 -Dlinux -D__i386__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE
-D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO -DMITSHM -c -o argsresources.o
argsresources.c
argsresources.c: In function 'GetArgsAndResources':
argsresources.c:294: warning: 'vncServerName' may be used
uninitialized in this function
gcc -m32 -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -g
-fno-strict-aliasing -I../include -I. -I/usr/X11R6/include
-I../../include -I../../glide3 -Dlinux -D__i386__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE
-D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO -DMITSHM -c -o colour.o colour.c
colour.c: In function 'SetupBGR233Map':
colour.c:428: warning: pointer targets in passing argument 3 of
'XFreeColors' differ in signedness
gcc -m32 -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -g
-fno-strict-aliasing -I../include -I. -I/usr/X11R6/include
-I../../include -I../../glide3 -Dlinux -D__i386__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE
-D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO -DMITSHM -c -o desktop.o
desktop.c
gcc -m32 -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -g
-fno-strict-aliasing -I../include -I. -I/usr/X11R6/include
-I../../include -I../../glide3 -Dlinux -D__i386__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE
-D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO -DMITSHM -c -o dialogs.o
dialogs.c
gcc -m32 -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -g
-fno-strict-aliasing -I../include -I. -I/usr/X11R6/include
-I../../include -I../../glide3 -Dlinux -D__i386__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE
-D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO -DMITSHM -c -o fullscreen.o
fullscreen.c
gcc -m32 -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -g
-fno-strict-aliasing -I../include -I. -I/usr/X11R6/include
-I../../include -I../../glide3 -Dlinux -D__i386__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE
-D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO -DMITSHM -c -o listen.o listen.c
gcc -m32 -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -g
-fno-strict-aliasing -I../include -I. -I/usr/X11R6/include
-I../../include -I../../glide3 -Dlinux -D__i386__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE
-D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO -DMITSHM -c -o misc.o misc.c
gcc -m32 -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -g
-fno-strict-aliasing -I../include -I. -I/usr/X11R6/include
-I../../include -I../../glide3 -Dlinux -D__i386__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE
-D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO -DMITSHM -c -o popup.o popup.c
popup.c: In function 'CreatePopup':
popup.c:57: warning: 'button' may be used uninitialized in this
function
gcc -m32 -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -g
-fno-strict-aliasing -I../include -I. -I/usr/X11R6/include
-I../../include -I../../glide3 -Dlinux -D__i386__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE
-D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO -DMITSHM -c -o rfbproto.o
rfbproto.c
rfbproto.c: In function 'InitialiseRFBConnection':
rfbproto.c:185: warning: pointer targets in passing argument 2 of
'WriteExact' differ in signedness
rfbproto.c: In function 'HandleRFBServerMessage':
rfbproto.c:460: warning: unused variable 'usecs'
gcc -m32 -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -g
-fno-strict-aliasing -I../include -I. -I/usr/X11R6/include
-I../../include -I../../glide3 -Dlinux -D__i386__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE
-D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO -DMITSHM -c -o selection.o
selection.c
gcc -m32 -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -g
-fno-strict-aliasing -I../include -I. -I/usr/X11R6/include
-I../../include -I../../glide3 -Dlinux -D__i386__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE
-D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO -DMITSHM -c -o shm.o shm.c
gcc -m32 -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -g
-fno-strict-aliasing -I../include -I. -I/usr/X11R6/include
-I../../include -I../../glide3 -Dlinux -D__i386__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE
-D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO -DMITSHM -c -o sockets.o
sockets.c
sockets.c: In function 'ReadFromRFBServer':
sockets.c:187: warning: unused variable 'buf'
sockets.c: In function 'AcceptTcpConnection':
sockets.c:455: warning: pointer targets in passing argument 3 of
'accept' differ in signedness
sockets.c: In function 'SameMachine':
sockets.c:533: warning: pointer targets in passing argument 3 of
'getpeername' differ in signedness
sockets.c:534: warning: pointer targets in passing argument 3 of
'getsockname' differ in signedness
gcc -m32 -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -g
-fno-strict-aliasing -I../include -I. -I/usr/X11R6/include
-I../../include -I../../glide3 -Dlinux -D__i386__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE
-D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO -DMITSHM -c -o vncviewer.o
vncviewer.c
rm -f vncrec
gcc -m32 -o vncrec -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall
-g -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 -lXp -lXext -lX11
../libvncauth/libvncauth.a
make[2]: *** No rule to make target `vncrec.man', needed by
`vncrec._man'. Stop.
make[2]: Leaving directory `/home/evros/vncrec-0.2/vncrec'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/evros/vncrec-0.2'
make: *** [World] Error 2
linux:/home/evros/vncrec-0.2 #
Can you plz tell me how to fix this bug. Thanks in advance.
Rgrds,
uv
This is a known problem in build system which I haven't had time to
fix. If you have vncrec binary in vncrec directory, you can safely
ignore the error because it's just trying to creat man file which you
probably don't use. If not, you can do 'cd vncrec; make' and then you
can get the functional binary.
--
Yoshiki