Nmap Development mailing list archives

Re: error building nmap on macosx


From: "Mathieu Prevot" <mathieu.prevot () gmail com>
Date: Thu, 25 Oct 2007 22:51:01 +0200

2007/10/25, David Fifield <david () bamsoftware com>:
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

Thanks David, it worked !
However, for the GUI, there is no GTK framework. Is there any project
for using the carbon framework for macosx nmap?

Mathieu

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


Current thread: