Skip to content

Build support for OCaml MSVC port #17

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

Open
modlfo opened this issue Mar 1, 2017 · 0 comments
Open

Build support for OCaml MSVC port #17

modlfo opened this issue Mar 1, 2017 · 0 comments

Comments

@modlfo
Copy link

modlfo commented Mar 1, 2017

Hi, I'm using the ollvm library in different platforms. So far for the only one that have had problems when building is in Windows with the MSVC port. If fails because the build system assumes that the extension of the native libraries is ".a" while with MSVC port can be ".lib".

Here's the displayed error

### stderr ###
# Installed C:\cygwin\home\appveyor\.opam\4.03.0+msvc64\lib\ollvm\ollvm_lexer.cmi
# Installed C:\cygwin\home\appveyor\.opam\4.03.0+msvc64\lib\ollvm\ollvm_printer.cmi
# Installed C:\cygwin\home\appveyor\.opam\4.03.0+msvc64\lib\ollvm\ollvm_ez.cmi
# Installed C:\cygwin\home\appveyor\.opam\4.03.0+msvc64\lib\ollvm\ollvm_ast.cmi
# Installed C:\cygwin\home\appveyor\.opam\4.03.0+msvc64\lib\ollvm\ollvm.cmi
# ocamlfind: ollvm.a: No such file or directory
# make[1]: *** [../Makefile.common:91: install] Error 2
# make: *** [Makefile:584: install] Error 2

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