Hello Everyone, http://pastebin.com/760972
Much Thanks! Mike On 6/3/06, Thomas Anders <[EMAIL PROTECTED]> wrote:
Johannes Schmidt-Fischer wrote: > What sort of problems do you have exactly?
gcc -I../include -I. -I../snmplib -I/usr/share/include -g -O2 -Dhpux11 -c system.c -fPIC -DPIC -o .libs/system.lo system.c: In function 'get_myaddr': system.c:580: error: storage size of 'ifc' isn't known system.c:596: error: invalid application of 'sizeof' to incomplete type 'struct ifreq' system.c:601: error: invalid application of 'sizeof' to incomplete type 'struct ifreq' system.c:604: error: invalid application of 'sizeof' to incomplete type 'struct ifconf' system.c:635: error: increment of pointer to unknown structure system.c:635: error: arithmetic on pointer to an incomplete type system.c:638: error: dereferencing pointer to incomplete type system.c:641: error: dereferencing pointer to incomplete type system.c:643: error: invalid application of 'sizeof' to incomplete type 'struct ifreq' system.c:646: error: dereferencing pointer to incomplete type system.c:646: error: 'IFF_UP' undeclared (first use in this function) system.c:646: error: (Each undeclared identifier is reported only once system.c:646: error: for each function it appears in.) system.c:650: error: dereferencing pointer to incomplete type system.c:657: error: invalid application of 'sizeof' to incomplete type 'struct ifreq' system.c:661: error: dereferencing pointer to incomplete type system.c: In function 'mkdirhier': system.c:1002: warning: assignment makes pointer from integer without a cast system.c:1024: warning: assignment makes pointer from integer without a cast *** Error exit code 1 Stop. *** Error exit code 1 Stop.
Indeed, it's hard to fix build issues without seeing the exact error messages. :-/ Does a bare "./configure --with-defaults && make" build fine for you with 5.3.1.pre3? What does "perl -V" reports for your Active State perl package? +Thomas
-- When in the Potemkin Wired be a Potemkin Lain.
typescript.gz
Description: GNU Zip compressed data
_______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
