Nmap Development mailing list archives

Re: nmap 4.65 OS X svn install error


From: Fyodor <fyodor () insecure org>
Date: Sun, 1 Jun 2008 15:33:17 -0700

On Sun, Jun 01, 2008 at 03:18:49PM -0700, Michael Bakeman wrote:

lucifer:nmap mike$
svn up
./configure
make

This is the error I got.

make[1]: *** No rule to make target `nse_auxiliar.h', needed by 
`nse_nsock.o'.  Stop.
make: *** [all] Error 2

Hi Mike.  Good question.  Patrick removed nse_auxiliar.*, which means
the dependencies file which was probably generated on your system
previously is out of date.  I don't know if there is a way to make our
build system automatically detect this problem.  So you should try
repeating the process with a 'make clean' first to remove
makefile.dep:

make clean
./configure
make

Cheers,
-F

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


Current thread: