Nmap Development mailing list archives

Re: Issues on AIX 5.3 installation


From: David Fifield <david () bamsoftware com>
Date: Mon, 12 Mar 2012 14:25:52 -0700

On Mon, Mar 12, 2012 at 03:37:51PM -0300, Vinicius Batista wrote:
Hi David, all.
I have tried to install from SVN. Everything was doing fine, however, at gmake step, the following issue occurred. 

Compiling libnetutil
cd libnetutil && gmake
gmake[1]: Entering directory `/home/wassrvr/nmap-svn/nmap/libnetutil'
Makefile:41: makefile.dep: No such file or directory
g++ -MM -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase 
-I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 ./netutil.cc ./PacketElement.cc ./NetworkLayerElement.cc 
./ARPHeader.cc ./PacketElement.cc ./NetworkLayerElement.cc ./TransportLayerElement.cc ./ARPHeader.cc 
./EthernetHeader.cc ./ICMPv4Header.cc ./ICMPv6Header.cc ./IPv4Header.cc ./IPv6Header.cc ./TCPHeader.cc ./UDPHeader.cc 
./RawData.cc ./HopByHopHeader.cc ./DestOptsHeader.cc ./FragmentHeader.cc ./RoutingHeader.cc ./PacketParser.cc 
./npacket.cc > makefile.dep
gmake[1]: Leaving directory `/home/wassrvr/nmap-svn/nmap/libnetutil'
gmake[1]: Entering directory `/home/wassrvr/nmap-svn/nmap/libnetutil'
g++ -c -I../liblinear -I../liblua -I../libdnet-stripped/include -I../libpcre  -I../libpcap -I../nbase 
-I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing netutil.cc -o netutil.o
In file included from ../libdnet-stripped/include/dnet.h:15,
                 from netutil.h:110,
                 from netutil.cc:164:
../libdnet-stripped/include/dnet/ip.h:39: error: expected ';' before '.' token
../libdnet-stripped/include/dnet/ip.h:47: error: expected ';' before '.' token
../libdnet-stripped/include/dnet/ip.h:48: error: expected ';' before '.' token
gmake[1]: *** [netutil.o] Error 1
gmake[1]: Leaving directory `/home/wassrvr/nmap-svn/nmap/libnetutil'
gmake: *** [netutil_build] Error 2
wassrvr@b03cxnp01021:/home/wassrvr/nmap-svn/nmap> 

Please try a test for me. Go back to r28219 and try rebuilding.

svn up -r 28219
gmake distclean
./configure && gmake

Then let us know if it works or if it doesn't.

David Fifield
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: