We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just ran into this error while trying to build project https://github.com/bsansouci/reprocessing-example.
Fatal error: cannot load shared library dllunix Reason: dlopen(/Users/cchampouillon/.opam/default/lib/ocaml/stublibs/dllunix.so, 138): Symbol not found: _caml_ba_compare Referenced from: /Users/cchampouillon/.opam/default/lib/ocaml/stublibs/dllunix.so Expected in: flat namespace in /Users/cchampouillon/.opam/default/lib/ocaml/stublibs/dllunix.so
The text was updated successfully, but these errors were encountered:
Ran into the same problem (during the ReasonConf Dojo yesterday):
$ yarn run build yarn run v1.13.0 warning package.json: No license field $ bsb -make-world [2/2] Building fake_src/sdl_index.mlast.d [2/2] Building lib.cma [4/4] Running build_script Fatal error: cannot load shared library dllunix Reason: dlopen(/Users/jpoeschko/.opam/4.07.1/lib/ocaml/stublibs/dllunix.so, 138): Symbol not found: _caml_ba_compare Referenced from: /Users/jpoeschko/.opam/4.07.1/lib/ocaml/stublibs/dllunix.so Expected in: flat namespace in /Users/jpoeschko/.opam/4.07.1/lib/ocaml/stublibs/dllunix.so ninja: error: rebuilding 'build.ninja': subcommand failed Failure: /Users/jpoeschko/Projects/reprocessing-example/node_modules/bsb-native/lib/ninja.exe Location: /Users/jpoeschko/Projects/reprocessing-example/node_modules/Tsdl/lib/bs/bytecode error Command failed with exit code 2.
@bsansouci suggested removing some global opam-related setup from my ~/.zshrc, particularly
~/.zshrc
eval $(opam env)
which did solve the problem.
Sorry, something went wrong.
Yep, the trick did finally work for me too !
No branches or pull requests
Just ran into this error while trying to build project https://github.com/bsansouci/reprocessing-example.
The text was updated successfully, but these errors were encountered: