[Cs-dev] Android fluid opcodes
Date | 2013-07-06 18:07 |
From | Michael Gogins |
Subject | [Cs-dev] Android fluid opcodes |
Attachments | None None |
These are not building now... maybe the Android.mk was removed but not moved to patches?
Regards, Mike ===========================
Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com |
Date | 2013-07-06 19:14 |
From | Steven Yi |
Subject | Re: [Cs-dev] Android fluid opcodes |
Attachments | None None |
Hi Michael, I moved the Android.Mk you had commited to the actual fluidsynth-android repo on Bitbucket. Did you run downloadFependencies.sh or do a bit pull for that? If so and it's still not working, if you could post the console output from compiling I can diagnose. Thanks! On Jul 6, 2013 1:07 PM, "Michael Gogins" <michael.gogins@gmail.com> wrote:
|
Date | 2013-07-06 19:57 |
From | Michael Gogins |
Subject | Re: [Cs-dev] Android fluid opcodes |
Attachments | None None |
I ran downloadDependencies.sh which said I was up to date. I assume you are aware that I had changed the build to have two Android.mk files, one for fluidsynth-android as a static library, and one for libfluidsynth as a shared library linking with fluidsynth-android?
Best, Mike =========================== Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Sat, Jul 6, 2013 at 2:14 PM, Steven Yi <stevenyi@gmail.com> wrote:
|
Date | 2013-07-08 16:49 |
From | Steven Yi |
Subject | Re: [Cs-dev] Android fluid opcodes |
Hi Michael, Sorry for the delay, we're still surrounded by a jungle of cardboard boxes at the new apartment. :) I'm aware of the library setup; it's pretty much what I had done originally. I'm curious as to why this is not working. If you check out what I committed at: https://bitbucket.org/kunstmusik/fluidsynth-android/commits/c62d1cbc48121e6464f4e85471edc27c8b8b4f90 I pretty much committed your files as-is. If I go into pluginlibs/libfluidsynth and run ndk-build, it's properly rebuilding all of the files from fluidsynth-android in building the libs. (This was after removing the obj and libs folder to start from a clean build). Maybe the downloadDependencies.sh script did not work to update? Perhaps there's a git conflict or something like that that's happening but not being reported? Could you go into your fluidsynth-android folder and manually do a git pull; also, if there's still issues, could you post the compilation output from running ndk-build in the pluginlibs/libfluidsynth folder? Thanks! steven On Sat, Jul 6, 2013 at 2:57 PM, Michael Gogins |