Hello, > Hi All: > I have downloaded the Xvnc source. > When i try to compile it using "make World" in the Xvnc directory, after some > time, it throws me an error and stops. > Below, i have a scetion of the the message i get while running make. > > make[5]: Leaving directory > `/root/vnc/source/vnc_unixsrc/Xvnc/programs/Xserver/hw/vnc' > make[4]: *** No rule to make target `dix/libdix.a', needed by `Xvnc'. > make[4]: Target `all' not remade because of errors. > make[4]: Leaving directory > `/root/vnc/source/vnc_unixsrc/Xvnc/programs/Xserver' > make[3]: *** [all] Error 2 > make[3]: Leaving directory `/root/vnc/source/vnc_unixsrc/Xvnc/programs' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/root/vnc/source/vnc_unixsrc/Xvnc' > make[1]: *** [World] Error 2 > make[1]: Leaving directory `/root/vnc/source/vnc_unixsrc/Xvnc' > make: *** [World] Error 2
well - which unix? Is it gnu-make? On some unix the "natural" make doesn't work for all sources. And: there is no xmkmf in the Xvnc-tree needed, all changes must be done in Makefile.ini (compiler and such things). I assume, that you did xmkmf, make world in the vnc_unixsrc-directory before. Best regards, Andreas Andreas Schmidt Web: http://www.dus-spot.de http://www.zauberwald-fans.de E-MAIL: [EMAIL PROTECTED] S-Mail: Am Wehrgraben 8 D - 58339 Breckerfeld _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
