I'm trying to build 4.1.9 on Solaris 10 and the build fails with the following:
gcc -I. -g -I../.. -D_BSD_SOURCE -DSOLARIS2=10 -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_SCAN -DIPFILTER_SYNC -DIPFILTER_CKSUM -c ../../ip_sync.c -o ip_sync_u.o ../../ip_sync.c: In function `ipfsync_storder': ../../ip_sync.c:232: warning: passing arg 1 of `htonl' makes integer from pointer without a cast ../../ip_sync.c:232: error: incompatible types in assignment ../../ip_sync.c:233: warning: passing arg 1 of `htonl' makes integer from pointer without a cast ../../ip_sync.c:233: error: incompatible types in assignment ../../ip_sync.c:247: warning: passing arg 1 of `ntohl' makes integer from pointer without a cast ../../ip_sync.c:247: error: incompatible types in assignment ../../ip_sync.c:248: warning: passing arg 1 of `ntohl' makes integer from pointer without a cast ../../ip_sync.c:248: error: incompatible types in assignment *** Error code 1 make: Fatal error: Command failed for target `ip_sync_u.o' Current working directory /export/home1/src/ip_fil4.1.9/SunOS5/i386-5.10 *** Error code 1 make: Fatal error: Command failed for target `sunos5' Current working directory /export/home1/src/ip_fil4.1.9 *** Error code 1 make: Fatal error: Command failed for target `solaris' Any clues as to a solution? Thanks...
