Nmap Development mailing list archives
Re: nmap-4.75 : make still fails with --without-liblua
From: "sara fink" <sara.fink () gmail com>
Date: Wed, 10 Sep 2008 11:27:10 +0300
I tried your solution. I still get error:
nmapfe
File "/usr/local/bin/nmapfe", line 101, in <module>
zenmapGUI.App.run()
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/local/bin/nmapfe", line 52, in excepthook
from zenmapGUI.higwidgets.higdialogs import HIGAlertDialog
ImportError: No module named higwidgets.higdialogs
Original exception was:
Traceback (most recent call last):
File "/usr/local/bin/nmapfe", line 101, in <module>
zenmapGUI.App.run()
AttributeError: 'module' object has no attribute 'run'
On Tue, Sep 9, 2008 at 6:57 PM, Simon Zilliken <simon () zilliken name> wrote:
Hello there,
make makefile.dep fails if --without-liblua is set, complaining about
missing
header files:
nse_main.h:5:19: error: lua.h: No such file or directory
nse_main.h:6:22: error: lualib.h: No such file or directory
nse_main.h:7:23: error: lauxlib.h: No such file or directory
This is because -DNOLUA is prepended to CXXFLAGS only, not CPPFLAGS. A
possible solution would be to add CXXFLAGS to the makefile.dep rule in
Makefile.in, line 261:
makefile.dep:
$(CXX) -MM $(CPPFLAGS) $(CXXFLAGS) $(SRCS) > $@
Greatings,
Simon Zilliken
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org
_______________________________________________ Sent through the nmap-dev mailing list http://cgi.insecure.org/mailman/listinfo/nmap-dev Archived at http://SecLists.Org
Current thread:
- nmap-4.75 : make still fails with --without-liblua Simon Zilliken (Sep 09)
- Re: nmap-4.75 : make still fails with --without-liblua sara fink (Sep 10)
- Re: nmap-4.75 : make still fails with --without-liblua Fyodor (Sep 13)
- Re: nmap-4.75 : make still fails with --without-liblua David Fifield (Sep 15)
