looking at the -lGL and other info I think I am missing a part GL
library. I did install libgl1-mesa-dev but it doens't solve the
problem.
-You need to install libgl1-mesa-dev
-the notes for 10.10 mention sudo ln -s /usr/lib32/mesa/libGL.so.1
/usr/lib32/mesa/libGL.so but this might also be necessary on newer
versions, especially since you've actually upgraded your ubuntu from
an older variant.
JBQ
> --
> You received this message because you are subscribed to the "Android Building" mailing list.
> To post to this group, send email to android-...@googlegroups.com
> To unsubscribe from this group, send email to
> android-buildi...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-building?hl=en
--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.
Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.
I am running Ubuntu 10.04 Ltd 64 bit, it all builds fine. Just the vendor Toro files I do not see in the zip. Btw. your terrific and a tremendous asset.
Thanks for the quick reply. I have linked that file as shown below.
$ ls -al libGL.so*
lrwxrwxrwx 1 root root 12 2011-12-16 21:47 libGL.so -> libGL.so.
1.2
-rw-r--r-- 1 root root 336248 2011-08-10 04:27 libGL.so.1.2
$ ls -al libX11.so*
lrwxrwxrwx 1 root root 11 2011-10-07 16:30 libX11.so -> libX11.so.
6
lrwxrwxrwx 1 root root 15 2011-10-07 16:30 libX11.so.6 ->
libX11.so.6.3.0
-rw-r--r-- 1 root root 1262456 2011-09-22 14:35 libX11.so.6.3.0
I get the same error while compiling.
On Dec 16, 9:44 pm, Jean-Baptiste Queru <j...@android.com> wrote:
> From the notes we have onhttp://source.android.com/source/initializing.html:
Hi all,
Struct will an error
make[1]: Entering directory `ics/kernel'
target SharedLib: libstdc++ (out/target/product/obj/SHARED_LIBRARIES/
libstdc++_intermediates/LINKED/libstdc++.so)
make: *** No rule to make target `out/target/product/obj/lib/libgabi+
+.so', needed by `out/target/product/obj/SHARED_LIBRARIES/
libicuuc_intermediates/LINKED/libicuuc.so'. Stop.
make: *** Waiting for unfinished jobs....
target SharedLib: libm (out/target/product/obj/SHARED_LIBRARIES/
libm_intermediates/LINKED/libm.so)
Any help,
Thanks,
Venky
~cco3