(moving this over to pd-dev)
On 06/15/13 09:21, Joel Matthys wrote:
Hi Hans.
The Makefile fails for Android on Linux 64 bit. I tracked it down to line 149:
$(NDK_BASE)/toolchains/$(NDK_ABI)*-$(NDK_COMPILER_VERSION)/prebuilt/$(NDK_UNAME)-x86)
should be:
$(NDK_BASE)/toolchains/$(NDK_ABI)*-$(NDK_COMPILER_VERSION)/prebuilt/$(NDK_UNAME)-x86*)
will this work if multiple toolchains are installed at the same time? (multiarch).
fg,asdr IOhannes
On 06/15/2013 04:27 AM, IOhannes m zmölnig wrote:
(moving this over to pd-dev)
On 06/15/13 09:21, Joel Matthys wrote:
Hi Hans.
The Makefile fails for Android on Linux 64 bit. I tracked it down to line 149:
$(NDK_BASE)/toolchains/$(NDK_ABI)*-$(NDK_COMPILER_VERSION)/prebuilt/$(NDK_UNAME)-x86)
should be:
$(NDK_BASE)/toolchains/$(NDK_ABI)*-$(NDK_COMPILER_VERSION)/prebuilt/$(NDK_UNAME)-x86*)
will this work if multiple toolchains are installed at the same time? (multiarch).
fg,asdr IOhannes
I think I fixed this here: https://sourceforge.net/p/pure-data/svn/17152/
Please try it and let me know if it doesn't work for you.
.hc