On Thu, Oct 25, 2007 at 02:33:58PM +0200, Mathieu Prevot wrote:
> Hi,
> I have the following error:
> --------
> Building NmapFE graphical frontend
> cd . && aclocal
> aclocal: configure.ac: 9: macro `AM_PATH_GTK_2_0' not found in library
> make[1]: *** [aclocal.m4] Error 1
> make: *** [nmapfe/nmapfe] Error 2
> --------
> Can someone help me ?
> I use macosx 10.4.10. I used just './configure&&make' as non root user.
aclocal shouldn't be run at all unless you changed configure.ac, or
maybe your file modification times are messed up. I just tried a brand
new Subversion checkout and aclocal doesn't run.
You can try
cd nmapfe
touch aclocal.m4
touch configure
touch config.status
touch Makefile
And then run make again.
David
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org
Received on Oct 25 2007