Sven <[EMAIL PROTECTED]> writes: > On Thu, Apr 18, 2002 at 01:42:31PM +0200, Remi VANICAT wrote: > > > > A mistake of mine make a (interesting) discussion about META file (and > > lablgl) not be here, so I followup it here. > > > > On Thu, Apr 18, 2002 at 11:48:58AM +0200, Sven wrote : > > > On Thu, Apr 18, 2002 at 11:28:58AM +0200, Vanicat Remi wrote: > > > > Package: liblablgl-ocaml-dev > > > > Version: 0.97-3 > > > > Severity: wishlist > > > > > > > > I was looking for ocaml library that doesn't have META file, and > > > > liblablgl is one, so here is my proposed META file : > > > > > > > > requires="" > > > > version="0.97" > > > > archive(byte)="lablgl.cma" > > > > archive(native)="lablgl.cmxa" > > > > linkopts="" > > > > directory="+lablgl" > > > > > > I only use lablgl with lablgtk, but a quick search gave me : > > > > > > $ ls *.cm*a > > > lablgl.cma lablgl.cmxa togl.cma togl.cmxa > > > > > > So, maybe this should be changed to : > > > > > > archive(byte)="lablgl.cma togl.cma" > > > archive(native)="lablgl.cmxa togl.cmxa" > > > > > > Or even there should be various metafiles as for lablgtk ? > > > > togl seem to be lablgl binding for labltk, so togl it should be in a > > different META file (or use a predicate but I really don't know how > > this work). > > Sorry if i don't understand thing correctly, ... > > as i see it : > > 1) you have a meta file for lablgl along. > 2) you have a meta file for lablgtkgl, which calls in lablgl > 3) you have a meta file for togl, which calls in lablgl, i suppose i could > just mirror the lablgtkgl one for this one ?
Yes, it seem also that togl.cma need labltk. (so there should be a require labltk in it). -- R�mi Vanicat [EMAIL PROTECTED] http://dept-info.labri.u-bordeaux.fr/~vanicat -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

