Folks, Here's the problem I'm seeing with installing tcptraceroute...
Information about 2276 packages read in 4 seconds. The following package will be installed or updated: tcptraceroute rm -rf tcptraceroute-1.2-3 mkdir -p /sw/src/tcptraceroute-1.2-3 /sw/bin/tar -xzf /sw/src/tcptraceroute-1.2.tar.gz echo "No configure script." No configure script. (cc -Wall -I/sw/include -I/usr/include -no-cpp-precomp `libnet-config --defines` -o tcptraceroute tcptraceroute.c `libnet-config --libs` -L/sw/lib -lpcap) cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory tcptraceroute.c:220:11: warning: multi-line string literals are deprecated tcptraceroute.c: In function `iptohost': tcptraceroute.c:377: warning: implicit declaration of function `libnet_host_lookup' tcptraceroute.c:377: warning: return makes pointer from integer without a cast tcptraceroute.c: In function `defaults': tcptraceroute.c:648: warning: implicit declaration of function `libnet_name_resolve' tcptraceroute.c:721: `LIBNET_IP_H' undeclared (first use in this function) tcptraceroute.c:721: (Each undeclared identifier is reported only once tcptraceroute.c:721: for each function it appears in.) tcptraceroute.c:730: too few arguments to function `libnet_seed_prand' tcptraceroute.c:732: warning: implicit declaration of function `libnet_open_raw_sock' tcptraceroute.c: In function `initcapture': tcptraceroute.c:758: `LIBNET_IP_H' undeclared (first use in this function) tcptraceroute.c:758: `LIBNET_ICMP_H' undeclared (first use in this function) tcptraceroute.c:762:17: warning: multi-line string literals are deprecated tcptraceroute.c: In function `probe': tcptraceroute.c:800: `LIBNET_IP_H' undeclared (first use in this function) tcptraceroute.c:809: `PRu32' undeclared (first use in this function) tcptraceroute.c:811: warning: implicit declaration of function `libnet_build_ip' tcptraceroute.c:834: warning: passing arg 8 of `libnet_build_tcp' makes integer from pointer without a cast tcptraceroute.c:834: too few arguments to function `libnet_build_tcp' tcptraceroute.c:836: warning: passing arg 1 of `libnet_do_checksum' from incompatible pointer type tcptraceroute.c:836: warning: passing arg 2 of `libnet_do_checksum' makes pointer from integer without a cast tcptraceroute.c:836: too few arguments to function `libnet_do_checksum' tcptraceroute.c:841: warning: implicit declaration of function `libnet_write_ip' tcptraceroute.c: In function `capture': tcptraceroute.c:938: `LIBNET_IP_H' undeclared (first use in this function) tcptraceroute.c:952: dereferencing pointer to incomplete type tcptraceroute.c:954: `LIBNET_ICMP_H' undeclared (first use in this function) tcptraceroute.c:963: dereferencing pointer to incomplete type tcptraceroute.c:964: dereferencing pointer to incomplete type tcptraceroute.c:966: dereferencing pointer to incomplete type tcptraceroute.c:989: dereferencing pointer to incomplete type tcptraceroute.c:996: dereferencing pointer to incomplete type tcptraceroute.c:1009: dereferencing pointer to incomplete type tcptraceroute.c:1013: dereferencing pointer to incomplete type tcptraceroute.c:1055: dereferencing pointer to incomplete type tcptraceroute.c:1060: dereferencing pointer to incomplete type tcptraceroute.c:1062: dereferencing pointer to incomplete type tcptraceroute.c:1070: dereferencing pointer to incomplete type tcptraceroute.c:1090: dereferencing pointer to incomplete type tcptraceroute.c: In function `trace': tcptraceroute.c:1109: `LIBNET_IP_H' undeclared (first use in this function) ### execution of failed, exit code 1 Failed: compiling tcptraceroute-1.2-3 failed [Note the "undeclared" errors above. I have libnet v1.1.0-3 installed.] The package maintainer for tcptraceroute and libnet are the same person. I attempted contact with the gentleman and don't seem to have a reply. Therefore, I ask you, what is one to do in this situation? Also, can someone confirm the package is not compiling for them as well so I know it not "just me?" Thank you, Joel Breazeale ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
