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
I tried to install it with
brew install ocaml ocamlsdl cd wanderers make
and got an error
make -f makefile.inc nc ocamlopt \ \ -I lib/ -I src/ -ccopt -Llib/ -ccopt -Lsrc/ graphics.cmxa unix.cmxa str.cmxa bigarray.cmxa lib/sdl_stub.o lib/glcaml_stub.o -cclib -lSDL -o wanderers \ lib/sdl.cmx lib/glcaml.cmx src/prob.cmx src/base.cmx src/fencing.cmx src/item.cmx src/inv.cmx src/common.cmx src/global.cmx src/trade.cmx src/org.cmx src/simtrade.cmx src/simorg.cmx src/carvebase.cmx src/carve.cmx src/genreg.cmx src/globalmove.cmx src/genmap.cmx src/vision.cmx src/politics.cmx src/top.cmx src/simobj.cmx src/console.cmx src/barter.cmx src/state.cmx src/sim.cmx src/grafx.cmx src/view.cmx src/main.cmx File "_none_", line 1: Error: Cannot find file graphics.cmxa make[2]: *** [wanderers] Error 2 make[1]: *** [native-code] Error 2 make: *** [sdl] Error 2
The text was updated successfully, but these errors were encountered:
Moved to #2.
Sorry, something went wrong.
No branches or pull requests
I tried to install it with
and got an error
The text was updated successfully, but these errors were encountered: