thanks much! how did you figure out that was the package you needed?
On Oct 25, 9:13 am, Arcane <[EMAIL PROTECTED]> wrote: > Hi All, > > Sorry to bother you guys. > > I think I found the answer by myself already. > > $sudo apt-get install libncurses5-dev > > This is working for me. > > On Oct 25, 5:06 pm, Arcane <[EMAIL PROTECTED]> wrote: > > > Hi All, > > > I know that not many people got problem for building android source > > but unfortunately I the one. > > > I read and followed instruction fromhttp://source.android.com/download > > but it seems that I got no luck. > > > My environment is Ubuntu 8.04 with SUN java-6-sun-1.6.0.07. > > > Here is the error information. I am new to Android and also a little > > bit new to Linux also. > > > I guess that "/usr/bin/ld: cannot find -lncurses" probably means that > > I forgot to install some package? (like my first problem with zlib and > > the answer was found in this group also ^^) > > > Thanks very much, > > Arcane > > > ============== Error messages > > ============================================= > > > host Java: traceview (out/host/common/obj/JAVA_LIBRARIES/ > > traceview_intermediates/classes) > > host Prebuilt: activitycreator (out/host/linux-x86/obj/EXECUTABLES/ > > activitycreator_intermediates/activitycreator) > > Install: out/host/linux-x86/bin/activitycreator > > host C: adb <= system/core/adb/adb.c > > host C: adb <= system/core/adb/console.c > > host C: adb <= system/core/adb/transport.c > > host C: adb <= system/core/adb/transport_local.c > > host C: adb <= system/core/adb/transport_usb.c > > host C: adb <= system/core/adb/commandline.c > > host C: adb <= system/core/adb/adb_client.c > > host C: adb <= system/core/adb/sockets.c > > host C: adb <= system/core/adb/services.c > > host C: adb <= system/core/adb/file_sync_client.c > > system/core/adb/file_sync_client.c: In function ‘sync_recv’: > > system/core/adb/file_sync_client.c:466: warning: passing argument 1 of > > ‘mkdirs’ discards qualifiers from pointer target type > > host C: adb <= system/core/adb/get_my_path_linux.c > > host C: adb <= system/core/adb/usb_linux.c > > host C: adb <= system/core/adb/shlist.c > > host Executable: adb (out/host/linux-x86/obj/EXECUTABLES/ > > adb_intermediates/adb) > > /usr/bin/ld: cannot find -lncurses > > collect2: ld returned 1 exit status > > make: *** [out/host/linux-x86/obj/EXECUTABLES/adb_intermediates/adb] > > Error 1 > > [EMAIL PROTECTED]:~/android_1_0_r1$ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

