problem when using the stable/merge verions on cygwin
From:
unknown-1
Subject:
problem when using the stable/merge verions on cygwin
Date:
Fri, 7 Nov 2008 10:25:14 +0100
Hi
When I triy to compile the merge and the stable versions on cygwin I get the next error: ============ /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api/winsock2.h:635: err or: conflicting types for 'gethostname'
/usr/include/sys/unistd.h:206: error: previous declaration of 'gethostname' was here /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api/winsock2.h:635: err or: conflicting types for 'gethostname'
/usr/include/sys/unistd.h:206: error: previous declaration of 'gethostname' was here make[4]: *** [getopt.lo] Error 1 make[4]: Leaving directory `/home/generate/Bureaublad/pspp-merge-20081102/gl'
make[3]: *** [install-recursive] Error 1 make[3]: Leaving directory `/home/generate/Bureaublad/pspp-merge-20081102/gl' make[2]: *** [install] Error 2 make[2]: Leaving directory `/home/generate/Bureaublad/pspp-merge-20081102/gl'
make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/generate/Bureaublad/pspp-merge-20081102' make: *** [install] Error 2 ============