Hi guys, I tried to do a "make" with the lunch 2 configuration (from build/ envsetup.sh). I would like to have a virtual machine working on my x86 arch (ubuntu 8.0.4), but I had an error and can't find a solution!
that's what i did: gmza...@gmzanda-desktop:~$ cd workspace/ gmza...@gmzanda-desktop:~/workspace$ . build/envsetup.sh gmza...@gmzanda-desktop:~/workspace$ lunch 2 ============================================ TARGET_PRODUCT=sim TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR=true TARGET_BUILD_TYPE=debug TARGET_ARCH=x86 HOST_ARCH=x86 HOST_OS=linux HOST_BUILD_TYPE=release BUILD_ID= ============================================ gmza...@gmzanda-desktop:~/workspace$ make build/core/product_config.mk:261: WARNING: adding test OTA key ============================================ TARGET_PRODUCT=sim TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR=true TARGET_BUILD_TYPE=debug TARGET_ARCH=x86 HOST_ARCH=x86 HOST_OS=linux HOST_BUILD_TYPE=release BUILD_ID= ============================================ build/core/copy_headers.mk:15: warning: overriding commands for target `out/debug/host/linux-x86/product/sim/obj/include/libpv/ getactualaacconfig.h' build/core/copy_headers.mk:15: warning: ignoring old commands for target `out/debug/host/linux-x86/product/sim/obj/include/libpv/ getactualaacconfig.h' make: execvp: /bin/bash: Lista degli argomenti troppo lunga . . . . . . . . . .and that's the error: external/opencore/android/author/authordriver.cpp: In member function ‘void android::AuthorDriver::handleSetOutputFile (android::set_output_file_command*)’: external/opencore/android/author/authordriver.cpp:533: warning: taking address of temporary external/opencore/android/author/authordriver.cpp:539: warning: taking address of temporary external/opencore/android/author/authordriver.cpp: In member function ‘virtual void android::AuthorDriver::HandleInformationalEvent(const PVAsyncInformationalEvent&)’: external/opencore/android/author/authordriver.cpp:1027: error: ‘PVMFStatusToString’ was not declared in this scope make: *** [out/debug/host/linux-x86/product/sim/obj/STATIC_LIBRARIES/ libandroidpvauthor_intermediates/authordriver.o] Error 1 "PVMFStatusToString" is undefined and I can't find any implementation in the source code! can someone give me a clue about it? Thanks JZ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

