sgimenez / laby

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

Building on Ubuntu: "Unbound module GSourceView2" #34

Closed dolmen closed 9 years ago

dolmen commented 9 years ago

I'm trying to build from source on Ubuntu 14.04. I've installed the following Ubuntu packages:

But I get this error when building:

$ make
Building laby-0.6.4 for linux-amd64
+ /usr/bin/ocamlopt -c -I /usr/lib/ocaml/lablgtk2 -g -I src -I src/dtools -o src/gfx.cmx src/gfx.ml
File "src/gfx.ml", line 79, characters 17-41:
Error: Unbound module GSourceView2
Command exited with code 2.
Compilation unsuccessful after building 81 targets (0 cached) in 00:00:02.
make: *** [all] Erreur 1

How can I get GSourceView2?

sgimenez commented 9 years ago

You need liblablgtksourceview-ocaml-dev as well!

dolmen commented 9 years ago

Thanks. The right package is liblablgtksourceview2-ocaml-dev.