-
Notifications
You must be signed in to change notification settings - Fork 18
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
Compilation error #359
Comments
Similar problem over here:
|
The problem is probably that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi:
After gathering all the require libraries, I attempted to build pplacer (cloned from github) with make.
Unfortunately, I am getting this error:
if [ ! -e bin ]; then mkdir bin; fi
make pplacer.native
make[1]: Entering directory '/home/zma/git/pplacer'
ocamlbuild pplacer.native
Warning: Won't be able to compile a native plugin
File "myocamlbuild.ml", line 24, characters 6-78:
Error: This expression has type Lexing.lexbuf
but an expression was expected of type
Ocamlbuild_pack.Loc.source = string
Command exited with code 2.
Compilation unsuccessful after building 1 target (0 cached) in 00:00:00.
Makefile:21: recipe for target 'pplacer.native' failed
make[1]: *** [pplacer.native] Error 10
make[1]: Leaving directory '/home/zma/git/pplacer'
Makefile:15: recipe for target 'pplacer' failed
make: *** [pplacer] Error 2
My system is openSUSE Leap version 42.2.20161212 (64bit)
-Christian-
The text was updated successfully, but these errors were encountered: