--- ./Xvnc/config/cf/Imake.rules Sun Jun 11 07:00:51 2000 +++ ../vnc_unixsrc/./Xvnc/config/cf/Imake.rules Wed Feb 26 13:22:52 2003 @@ -2572,7 +2572,7 @@ dst:: src deplist @@\ RemoveFile($@) @@\ ClearmakeOSName \ - $(CPP) CppNoLineInfoOption defs $@ @@\ + $(CPP) CppNoLineInfoOption defs src | CppSedMagic >$@ @@\ chmod a+x $@ @@\ @@\ clean:: @@\ --- ./Xvnc/config/cf/sgi.cf Sun Jun 11 07:00:51 2000 +++ ../vnc_unixsrc/./Xvnc/config/cf/sgi.cf Wed Feb 26 13:22:52 2003 @@ -117,7 +117,7 @@ # define DlLibrary /**/ # elif defined(MipsN32Architecture) /* Set MipsN32Architecture to build "new" 32-bit objs with a 32-bit kernel. */ -# define sgiCCOptions -xansi -mips3 -n32 +# define sgiCCOptions -xansi -mips3 -n32 -woff 1174 # else # define sgiCCOptions -xansi # endif --- ./Xvnc/config/cf/vnclibs.def Fri Jun 28 00:53:19 2002 +++ ../vnc_unixsrc/./Xvnc/config/cf/vnclibs.def Wed Feb 26 13:22:52 2003 @@ -6,7 +6,7 @@ */ VNCLIBS = $(TOP)/../libvncauth/libvncauth.a - +VNCSYSLIBS = -L$(TOP)/../lib/jpeg -ljpeg -L$(TOP)/../lib/zlib -lz #ifdef OSF1Architecture /* Avoid linking with different libjpeg in /usr/shlib under Tru64. */ VNCSYSLIBS = /usr/local/lib/libjpeg.a /usr/local/lib/libz.a --- ./Xvnc/programs/Xserver/os/access.c Sun Jun 11 07:00:52 2000 +++ ../vnc_unixsrc/./Xvnc/programs/Xserver/os/access.c Wed Feb 26 15:00:11 2003 @@ -131,7 +131,9 @@ #ifdef SVR4 #ifndef SCO +#ifndef __sgi #include +#endif #endif #include #endif --- ./vncserver Wed Jan 29 10:03:37 2003 +++ ../vnc_unixsrc/./vncserver Wed Feb 26 13:22:52 2003 @@ -36,9 +36,9 @@ $geometry = "1024x768"; $depth = 24; $desktopName = "X"; -$vncClasses = "/usr/local/vnc/classes"; +$vncClasses = "/usr/freeware/share/vnc_java"; $vncUserDir = "$ENV{HOME}/.vnc"; -$fontPath = "unix/:7100"; +$fontPath = "/usr/lib/X11/fonts/100dpi/,/usr/lib/X11/fonts/75dpi/,/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/Type1/,/usr/lib/X11/fonts/Speedo/"; # Here is another example of setting the font path: # $fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/"; @@ -75,7 +75,7 @@ } } -chop($host = `uname -n`); +chop($host = `hostname`); # Check command line options