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

Add --disable-bindings to llvm configure. #431

Merged
merged 1 commit into from
Jul 14, 2016

Conversation

jjwatt
Copy link

@jjwatt jjwatt commented Jul 14, 2016

This fixes building for me on Ubuntu 14.04. Otherwise, llvm can't find
ocaml ctypes in order to build llvm with ocaml bindings.

The ocaml-ctypes package isn't available in Ubuntu 14.04. So, it's easier
to just leave it out because it doesn't seem like Lakka needs ocaml
bindings for llvm for anything else. This might have broken with the move to llvm 3.6.

Tested on Ubuntu 14.04 and a full successful build with "make image." I still haven't tested the actual image, though. Looks like other distros do something similar (e.g., fedora)

This fixes building for me on Ubuntu 14.04. Otherwise, llvm can't find
ocaml ctypes in order to build llvm with ocaml bindings.

The ocaml-ctypes package isn't available in Ubuntu 14.04. So, it's easier
to just leave it out because it doesn't seem like Lakka needs ocaml
bindings for llvm for anything else.
@kivutar kivutar merged commit 0e91517 into libretro:lakka Jul 14, 2016
@jjwatt jjwatt deleted the llvm-disable-bindings branch July 15, 2016 15:19
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

Successfully merging this pull request may close these issues.

2 participants