barbudreadmon / fbalpha-backup-dontuse-ty

Deprecated port of Final Burn Alpha to Libretro (v0.2.97.43).
61 stars 43 forks source link

Impossible to compile on Android NDK #229

Closed han0idx closed 6 years ago

han0idx commented 6 years ago

Im trying to compile on Android NDK for Windows but at the end of the compilation i have this error: make (e=206): The filename or extension is too long.

andres-asm commented 6 years ago

How are you compiling?

On Sun, Aug 12, 2018 at 8:55 PM han0idx notifications@github.com wrote:

Im trying to compile on Android NDK for Windows but at the end of the compilation i have this error: make (e=206): The filename or extension is too long.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/libretro/fbalpha/issues/229, or mute the thread https://github.com/notifications/unsubscribe-auth/ABpC0MR1Kd7cY1CcniO8IKZvGL7oyHx4ks5uQNyLgaJpZM4V5yLK .

han0idx commented 6 years ago

ndk-build -j8 on the jni directory

andres-asm commented 6 years ago

Well, I figure it's a problem with the linux commandline not accepting the argument (it's gonna be a looooong argument)

So the only solution I can offer you is use linux. We're run into that for a few platforms in the past, it's solved immediately by building on *nix

han0idx commented 6 years ago

Is there an other solution than install new OS? Some people said the solution is to split Android.mk to multiples files as static libraries that maybe can avoid error on Windows

andres-asm commented 6 years ago

Yes that could work, have fun with that though :P It's probably a PITA

On Sun, Aug 12, 2018 at 9:25 PM han0idx notifications@github.com wrote:

Is there an other solution than install new OS? Some people said the solution is to split Android.mk to multiples files as static libraries that maybe can avoid error on Windows

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/libretro/fbalpha/issues/229#issuecomment-412392997, or mute the thread https://github.com/notifications/unsubscribe-auth/ABpC0CkLblnXJj_-KoDQaEhBq3Rx7UK4ks5uQOOGgaJpZM4V5yLK .

barbudreadmon commented 6 years ago

Since this is basically a sdk/os issue, i'll close