sgimenez / laby

Learn programming, playing with ants and spider webs ;-)
https://sgimenez.github.io/laby/
Other
99 stars 39 forks source link

ocamlfind: Package `lablgtk2' not found #21

Open jayrobb opened 11 years ago

jayrobb commented 11 years ago

Hello, I am not an expert by any means, I have installed ocaml. When I try to make I get an error...

ocamlfind: Package `lablgtk2' not found

Searched for this and others have the same error but no one seem to have any resolve. did see "ocamlfind is in aur/ocaml-findlib, which is UNSUPPORTED" then something about deploying meta file from source..

well now I am lost. Can you help? also I am on Fedora Core 18 w/ gnome 3.6 desktop

Thank You Jay

malo-denielou commented 11 years ago

Hi Jay, Sorry to answer you so late. Your error comes from the fact that lablgtk2 is not installed. In Fedora, you can install the package named ocaml-lablgtk-devel. It will then allow laby to build. Cheers, Malo

jayrobb commented 11 years ago

that worked, I am trying to learn to build from source. No luck with any of the programs, go figure.

Now I have a new problem.

[jay@localhost laby-master]$ sudo make
make: execvp: ./build: Permission denied
make: *** [all] Error 127
[jay@localhost laby-master]$ make -n
./build --all

thank you Jay