> Please give it another try on your 18.10 machine. For the sake of
> completeness, I'm also attaching my build logs.
I tried again on Ubuntu 18.10 and it works again, thanks ! Even with NDK
r19 it worked. Also I forgot to mention that the fluidsynth archive was
outdated (2.0.0) in the script
> I'm a bit lost, I thought building would give me .so files but I ended up
> with a lot of .la and .a files in ANDROID/opt/android.
This can be controlled with the --enable-static flag passed to the configure
scripts. However, there should be static libs as well as shared libs in
opt/android/l
>> Please provide a log file containing the full build log that
>> fluid-android-compile.sh prints, as well as the full config.log of libiconv.
> Attached both files. This is compiled with 17c, same as you.
Solved the error by switching from Ubuntu 18.10 to Ubuntu 18.04 !
I'm a bit lost, I tho
> Please provide a log file containing the full build log that
> fluid-android-compile.sh prints, as well as the full config.log of libiconv.
Attached both files. This is compiled with 17c, same as you.
Thanks for your help.
Danilecx
--2019-02-02 12:39:12--
http://ftp.gnu.org/pub/gnu/libico
Meanwhile I've tried 17c. It worked fine for me.
Please provide a log file containing the full build log that
fluid-android-compile.sh prints, as well as the full config.log of libiconv.
Tom
___
fluid-dev mailing list
fluid-dev@nongnu.org
https://l
2) When executing bash fluid-android-compile.sh i get this error:
I tried using different versions of the Android NDK (r17c, r18b, and r19) but
all have the same error.
This looks like you're building for armeabi-v7a as well? Or is there any other
arm ABi I'm missing?
I have the default se
> 1) pushd: not found
> I solved this by calling bash fluid-android-compile.sh instead of sh
> fluid-android-compile.sh or replacing pushd by cd and popd by cd .. (not
> recommended).
Thanks for this hint, forgot about that. Will update the instructions.
> 2) When executing bash fluid-andr