Hello, I'm not able to compile scpd version 1.0b on
64bit x86_64 platform (on 32bit x86 I'd no problems):
<pre>
# make
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -
DLIBNET_LIL_ENDIAN -g -O2 -c scdp.c
scdp.c: In function `main':
scdp.c:519: warning: passing arg 2 of
`libnet_select_device' from incompatible pointer type
scdp.c:617: error: dereferencing pointer to incomplete
type
make: *** [scdp.o] Error 1
</pre>