Created
March 24, 2011 20:55
-
-
Save chewbranca/885855 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sh build.sh | |
+ /usr/bin/ocamlopt -I +camlimages graphics.cmxa camlimages.cmxa seamcarving.cmx energyBias.cmx sobel.cmx cmdline_resizer.cmx carve.cmx -o carve.native | |
File "_none_", line 1, characters 0-1: | |
Error: No implementations provided for the following modules: | |
Gdk referenced from /usr/lib/ocaml/camlimages/camlimages.cmxa(Ximage2), | |
/usr/lib/ocaml/camlimages/camlimages.cmxa(OXimage2) | |
GDraw referenced from /usr/lib/ocaml/camlimages/camlimages.cmxa(Ximage2), | |
/usr/lib/ocaml/camlimages/camlimages.cmxa(OXimage2) | |
Command exited with code 2. | |
Compilation unsuccessful after building 16 targets (15 cached) in 00:00:00. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment