Nmap Development mailing list archives

Re: First Nmap SOC release! Nmap 4.22SOC1


From: Kris Katterjohn <katterjohn () gmail com>
Date: Sun, 08 Jul 2007 23:43:54 -0500

Kris Katterjohn wrote:

I decided to try it without liblua. However, it still wouldn't compile 
properly.

osscan.cc: In function ‘char* mergeFPs(FingerPrint**, int, bool, 
const in_addr*, int, const u8*, int, int, int, bool)’:
osscan.cc:1777: error: ‘list’ is not a member of ‘std’
osscan.cc:1777: error: expected primary-expression before ‘const’
osscan.cc:1777: error: expected `;' before ‘const’
osscan.cc:1778: error: ‘list’ is not a member of ‘std’
osscan.cc:1778: error: expected primary-expression before ‘const’
osscan.cc:1778: error: expected `;' before ‘const’
osscan.cc:1789: error: ‘tests’ was not declared in this scope
osscan.cc:1794: error: ‘tests’ was not declared in this scope
osscan.cc:1799: error: ‘iter’ was not declared in this scope
osscan.cc:1800: error: ‘list’ is not a member of ‘std’
osscan.cc:1800: error: expected primary-expression before ‘const’
osscan.cc:1800: error: expected `;' before ‘const’
osscan.cc:1801: error: ‘tmp_i’ was not declared in this scope
osscan.cc:1804: error: ‘next’ was not declared in this scope


Hmm.. I'm getting that as well.  I'll look into it.


Okay, I committed a fix.  I think it happend when David was removing a 
vast number of dependencies; some nse* files #include'd <vector> and 
<list> which caused multiple files to fail with --without-liblua because 
they weren't added to the std namespace.

Thanks again for the reports,
Kris Katterjohn

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


Current thread: