Re: [Osace-users] make errors (help)
Status: Beta
Brought to you by:
jeneral
|
From: Aleksey V. <ale...@gm...> - 2011-07-21 13:14:08
|
Hey Al, what system are you trying to compile to program on? Which architecture? Version? Also check if you have libdnet and it's development version installed on your system. Regards, Aleksey On Thu, Jul 21, 2011 at 11:06 AM, Al Grant <big...@gm...> wrote: > HI All, > > Trying to install Unicornscan-0.4.7. > > After: > > ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var > --enable-bundled-ltdl > > Runs all ok. Then: > > /usr/bin/make: > > > root@bt:~/unicornscan-0.4.7# /usr/bin/make > make[1]: Entering directory `/root/unicornscan-0.4.7/libs' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/root/unicornscan-0.4.7/libs' > make[1]: Entering directory `/root/unicornscan-0.4.7/etc' > cat unicorn.conf.in | sed -e 's#@CONFDIR@#/etc/unicornscan#g' -e > 's#@MODDIR@#/usr/lib/unicornscan/modules#g' > unicorn.conf > make[1]: Leaving directory `/root/unicornscan-0.4.7/etc' > make[1]: Entering directory `/root/unicornscan-0.4.7/selinux' > cat unicornscan.fc.in | sed -e "s,@BINDIR@,/usr/bin,g" -e "s,@LIBEXECDIR@,/usr/libexec,g" > \ > -e "s,@SYSCONFDIR@,/etc,g" -e "s,@LIBDIR@,/usr/lib,g" -e > "s,@LOCALSTATEDIR@,/var,g" \ > > unicornscan.fc > make[1]: Leaving directory `/root/unicornscan-0.4.7/selinux' > make[1]: Entering directory `/root/unicornscan-0.4.7/ext_src' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/root/unicornscan-0.4.7/ext_src' > make[1]: Entering directory `/root/unicornscan-0.4.7/src' > Entering unilib > make[2]: Entering directory `/root/unicornscan-0.4.7/src/unilib' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/root/unicornscan-0.4.7/src/unilib' > Entering parse > make[2]: Entering directory `/root/unicornscan-0.4.7/src/parse' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/root/unicornscan-0.4.7/src/parse' > Entering scan_progs > make[2]: Entering directory `/root/unicornscan-0.4.7/src/scan_progs' > /bin/sh /root/unicornscan-0.4.7/libtool --quiet --mode=compile gcc -g -O2 > -O2 -DLIBDIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" > -DLIBEXECDIR=\"/usr/libexec\" -DLOCALSTATEDIR=\"/var\" > -DPROGNAME=\"unicornscan\" -I/root/unicornscan-0.4.7/src > -I/root/unicornscan-0.4.7/libs/fake/include > -I/root/unicornscan-0.4.7/ext_src -c send_packet.c > send_packet.c:22:18: error: dnet.h: No such file or directory > send_packet.c:110: error: expected specifier-qualifier-list before 'ip_t' > send_packet.c: In function '_send_packet': > send_packet.c:926: error: 'union <anonymous>' has no member named 'ipsock' > send_packet.c:945: error: 'union <anonymous>' has no member named 'llsock' > send_packet.c: In function 'priority_send_packet': > send_packet.c:1122: error: 'union <anonymous>' has no member named 'ipsock' > send_packet.c: In function 'open_link': > send_packet.c:1144: error: 'union <anonymous>' has no member named 'llsock' > send_packet.c:1145: error: 'union <anonymous>' has no member named 'llsock' > send_packet.c:1146: error: 'union <anonymous>' has no member named 'llsock' > send_packet.c:1151: error: 'union <anonymous>' has no member named 'ipsock' > send_packet.c:1152: error: 'union <anonymous>' has no member named 'ipsock' > send_packet.c:1153: error: 'union <anonymous>' has no member named 'ipsock' > send_packet.c:1164: error: 'union <anonymous>' has no member named 'ipsock' > send_packet.c:1165: error: 'union <anonymous>' has no member named 'ipsock' > send_packet.c:1166: error: 'union <anonymous>' has no member named 'ipsock' > send_packet.c:1173: error: 'union <anonymous>' has no member named 'llsock' > send_packet.c:1174: error: 'union <anonymous>' has no member named 'llsock' > send_packet.c:1175: error: 'union <anonymous>' has no member named 'llsock' > make[2]: *** [send_packet.lo] Error 1 > make[2]: Leaving directory `/root/unicornscan-0.4.7/src/scan_progs' > make[1]: *** [alld] Error 1 > make[1]: Leaving directory `/root/unicornscan-0.4.7/src' > make: *** [all] Error 1 > root@bt:~/unicornscan-0.4.7# > > Anyone able to help me with these errors please? > > Thanks in advance, > > -Al > > > > > > -- > Between stimulus and response there is a space. In that space is our power > to choose our response. In our response lies our growth and our freedom. > - Viktor E. Frankl > > > ------------------------------------------------------------------------------ > 5 Ways to Improve & Secure Unified Communications > Unified Communications promises greater efficiencies for business. UC can > improve internal communications as well as offer faster, more efficient > ways > to interact with customers and streamline customer service. Learn more! > http://www.accelacomm.com/jaw/sfnl/114/51426253/ > _______________________________________________ > Osace-users mailing list > Osa...@li... > https://lists.sourceforge.net/lists/listinfo/osace-users > > |