when trying to build android on ubuntu 8.10 I get the below error. Is this is a known issue?
touch out/host/linux-x86/obj/EXECUTABLES/aidl_intermediates/ aidl_language_y.hpp echo '#ifndef 'aidl_language_y_h > out/host/linux-x86/obj/EXECUTABLES/ aidl_intermediates/aidl_language_y.h echo '#define 'aidl_language_y_h >> out/host/linux-x86/obj/EXECUTABLES/ aidl_intermediates/aidl_language_y.h cat out/host/linux-x86/obj/EXECUTABLES/aidl_intermediates/ aidl_language_y.hpp >> out/host/linux-x86/obj/EXECUTABLES/ aidl_intermediates/aidl_language_y.h echo '#endif' >> out/host/linux-x86/obj/EXECUTABLES/aidl_intermediates/ aidl_language_y.h rm -f out/host/linux-x86/obj/EXECUTABLES/aidl_intermediates/ aidl_language_y.hpp host C++: aidl <= frameworks/base/tools/aidl/aidl.cpp frameworks/base/tools/aidl/aidl.cpp: In function ‘void test_document (document_item_type*)’: frameworks/base/tools/aidl/aidl.cpp:56: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘long int’ frameworks/base/tools/aidl/aidl.cpp:56: warning: format ‘%ld’ expects type ‘long int’, but argument 3 has type ‘unsigned int’ frameworks/base/tools/aidl/aidl.cpp: In function ‘int convert_direction (const char*)’: frameworks/base/tools/aidl/aidl.cpp:69: error: ‘strcmp’ was not declared in this scope frameworks/base/tools/aidl/aidl.cpp:72: error: ‘strcmp’ was not declared in this scope frameworks/base/tools/aidl/aidl.cpp: In function ‘void main_import_parsed(buffer_type*)’: frameworks/base/tools/aidl/aidl.cpp:100: error: ‘malloc’ was not declared in this scope frameworks/base/tools/aidl/aidl.cpp:101: error: ‘memset’ was not declared in this scope frameworks/base/tools/aidl/aidl.cpp:102: error: ‘strdup’ was not declared in this scope frameworks/base/tools/aidl/aidl.cpp: In function ‘char* parse_import_statement(const char*)’: frameworks/base/tools/aidl/aidl.cpp:137: error: ‘malloc’ was not declared in this scope frameworks/base/tools/aidl/aidl.cpp:138: error: ‘memcpy’ was not declared in this scope frameworks/base/tools/aidl/aidl.cpp: In function ‘int check_filename (const char*, const char*, buffer_type*)’: frameworks/base/tools/aidl/aidl.cpp:194: error: ‘strchr’ was not declared in this scope frameworks/base/tools/aidl/aidl.cpp:195: error: ‘strlen’ was not declared in this scope frameworks/base/tools/aidl/aidl.cpp: In function ‘char* rfind(char*, char)’: frameworks/base/tools/aidl/aidl.cpp:275: error: ‘strlen’ was not declared in this scope frameworks/base/tools/aidl/aidl.cpp: In function ‘bool matches_keyword (const char*)’: frameworks/base/tools/aidl/aidl.cpp:373: error: ‘strcmp’ was not declared in this scope frameworks/base/tools/aidl/aidl.cpp: In function ‘int parse_preprocessed_file(const std::string&)’: frameworks/base/tools/aidl/aidl.cpp:629: error: ‘strncmp’ was not declared in this scope frameworks/base/tools/aidl/aidl.cpp:650: error: ‘strcmp’ was not declared in this scope frameworks/base/tools/aidl/aidl.cpp:652: error: ‘malloc’ was not declared in this scope frameworks/base/tools/aidl/aidl.cpp:653: error: ‘memset’ was not declared in this scope frameworks/base/tools/aidl/aidl.cpp:656: error: ‘strdup’ was not declared in this scope frameworks/base/tools/aidl/aidl.cpp:666: error: ‘malloc’ was not declared in this scope frameworks/base/tools/aidl/aidl.cpp:667: error: ‘memset’ was not declared in this scope frameworks/base/tools/aidl/aidl.cpp:670: error: ‘strdup’ was not declared in this scope make: *** [out/host/linux-x86/obj/EXECUTABLES/aidl_intermediates/ aidl.o] Error 1 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

