Nmap Development mailing list archives

Re: Nmap on Android: bitset


From: Vlatko Kosturjak <kost () linux hr>
Date: Fri, 20 Aug 2010 10:17:06 +0200

On 08/20/2010 06:58 AM, David Fifield wrote:
I just committed the libdnet-stripped change and the OpenSSL change in
pending. That leaves only this in liblua:

Great! Already tested them, it works! ;)

It breaks my heart to introduce conditional compilation to liblua, which
otherwise hardly uses it. I think this patch would not be accepted
upstream.

I'm aware of it. That's why I did not include it in list of worth
applying now.

What is the problem with the localeconv function on Android? Is it
completely missing, or does the lconv struct not have the decimal_point
member? If the function is completely missing, I think we can replace it
with a dummy function that always returns NULL and then liblua might not
have to change.

It is problem of "lconv struct not have the decimal_point member".
Here's the full compiler error/output:

droid-gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DLUA_USE_POSIX
-DLUA_USE_DLOPEN   -c -o llex.o llex.c
llex.c: In function 'trydecpoint':
llex.c:181: error: 'struct lconv' has no member named 'decimal_point'

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


Current thread: