To: luther at dpt-info.u-strasbg.fr Cc: lablgtk at kaba.or.jp Subject: Re: lablGL build problem ? In-Reply-To: <20010316100531.A28682 at lambda.u-strasbg.fr> References: <20010316100531.A28682 at lambda.u-strasbg.fr> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010316213647E.garrigue at kurims.kyoto-u.ac.jp> Date: Fri, 16 Mar 2001 21:36:47 +0900 From: Jacques Garrigue Lines: 21 > i am building the debian package of lablGL, and encounter the following > problem : > > > ocamlc -c -labels -I /usr/lib/ocaml/labltk togl.mli > File "togl.mli", line 4, characters 14-29: > Unbound type constructor Widget.widget > make[1]: *** [togl.cmi] Erreur 2 > make[1]: Leaving directory `/home/luther/debian/lablgl/lablgl-0.95' > make: *** [build-stamp] Erreur 2 > > > Well, i know i encountered and solved this problem already in the past, but i > cannot remember what the problem exactly was. Does anyone have an hint about > this ? This usually means that labltk was not installed with ocaml, or not installed in /usr/lib/ocaml/labltk. This may happen if Tcl/Tk could not be detected by ocaml's configure script. Jacques