ericmckean / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

empty sysroot blocks compilation #809

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In configure.sh when ${alt_libc} is not set, the script tries to find it by 
exploring the sdk folder. However in a few cases, eg when you have an android 
toolchain outside the ndk folder, this fails too and sets sysroot with an empt 
string.

I believe that in this case it is necessary to avoid setting sysroot altogether 
and rely on the user configuration. Please see attached patch.

Original issue reported on code.google.com by vittorio...@gmail.com on 12 Jun 2014 at 6:49

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by renganat...@google.com on 9 Oct 2014 at 10:18

GoogleCodeExporter commented 9 years ago
The android based configure / make is fragile and only selects the first 
toolchain it finds. Moving forward I think it would be simpler to have a 
configure + Android.mk, but the build should be fixed before replacing anything.

Original comment by jz...@google.com on 10 Oct 2014 at 9:12

GoogleCodeExporter commented 9 years ago

Original comment by johannko...@google.com on 6 Nov 2014 at 12:59