make that srvnet.c Michael Santy wrote:
Hi, In order to compile the cvs version of distcc under a new version of cygwin, two changes are needed. 1) in srvnet.h, comment out #include and #include . This could also be accomplished with wrapping the two above includes with #if !defined(__CYGWIN__). 2) in the makefile, remove the "install" target's dependence on install-linuxdoc. This could be accomplished with detecting the presence of linuxdoc on the machine. If it is not there, do not try to make the install-linuxdoc target. Martin, could you please add this to cvs? Thanks, Mike Santy
_______________________________________________ distcc mailing list [EMAIL PROTECTED] http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
