paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] Cannot compile paparazzi source code


From: Pascal
Subject: Re: [Paparazzi-devel] Cannot compile paparazzi source code
Date: Sun, 10 Apr 2005 13:27:24 +0200
User-agent: Debian Thunderbird 1.0 (X11/20050116)

Hi David,

David Sackett wrote:

Hi,

I have just come across this project after its recent discussion on the
autopilot mailing list. I really like its simplicity in comparison to
the autopilot project and am interested in giving it a go.
I hope you are right about the simplicity :-)

I have downloaded the source from the CVS but cannot get it to compile.
When I type make I get the following error:

cd sw/lib/ocaml; make
make[1]: Entering directory `/home/david/paparazzi/sw/lib/ocaml'
ocamlc -I +lablgl -I +camlimages -I +lablgtk2 gtkgl_Hack.mli
File "gtkgl_Hack.mli", line 25, characters 38-49:
Unbound type constructor GlList.base
make[1]: *** [gtkgl_Hack.cmi] Error 2
make[1]: Leaving directory `/home/david/paparazzi/sw/lib/ocaml'
make: *** [lib] Error 2
The error message says that ident "base" from module "GlList" is not found. This module is part of the lablgl library (which explains the "-I +lablgl" option). So maybe you did not install this
library ?
On a debian distro, the simpler solution surely is to install the paparazzi package from http://www.recherche.enac.fr/paparazzi/debian/ which depends (or must do) on all required packages
(e.g. liblablgl-ocaml and liblablgl-ocaml-dev).
The other way is to directly install the lablgl library (from http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html).

Have fun

--Pascal



Unfortunately I have not used caml before so any suggestions that will
point me in the right direction would be greatly appreciated.

Regards,

David



_______________________________________________
Paparazzi-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/paparazzi-devel







reply via email to

[Prev in Thread] Current Thread [Next in Thread]