Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile Avian with lzma enabled #507

Open
teras opened this issue Sep 30, 2016 · 0 comments
Open

Compile Avian with lzma enabled #507

teras opened this issue Sep 30, 2016 · 0 comments

Comments

@teras
Copy link
Contributor

teras commented Sep 30, 2016

I was trying to compile Avian with lzma enabld but it failed, and I am not sure if it has to do with the configuration I used or if this is indeed a problem.

The command I used is this:

make arch=i386 platform=ios sim=true process=compile bootimage=true lzma=../lzma

The error output is

building build/ios-i386-lzma-bootimage/bootimage-generator arch=x86_64 platform=macosx
creating build/ios-i386-lzma-bootimage/libavian.a
symlinking classpath for build/macosx-x86_64-interpret-lzma/eclipse/jdk/src
generating bootimage and codeimage binaries from build/ios-i386-lzma-bootimage/classpath using build/ios-i386-lzma-bootimage/bootimage-generator
generating bootimage and codeimage binaries from build/ios-i386-lzma-bootimage/classpath using build/ios-i386-lzma-bootimage/bootimage-generator
unable to open build/macosx-x86_64-interpret/libjvm.dylib
make: *** [build/ios-i386-lzma-bootimage/codeimage-bin.o] Error 255
make: *** Waiting for unfinished jobs....
unable to open build/macosx-x86_64-interpret/libjvm.dylib
make: *** [build/ios-i386-lzma-bootimage/bootimage-bin.o] Error 255

I suspect that lzma won't work properly with bootimage, or even if it works, it can't be used as an application which will be sent to the Store.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant