From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id TAA29557; Wed, 26 May 2004 19:27:14 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id TAA30184 for ; Wed, 26 May 2004 19:27:13 +0200 (MET DST) Received: from mail.libertysurf.net (mail.libertysurf.net [213.36.80.91]) by nez-perce.inria.fr (8.12.10/8.12.10) with ESMTP id i4QHRCEV011602 for ; Wed, 26 May 2004 19:27:12 +0200 Received: from dyn-83-155-54-176.ppp.tiscali.fr (83.155.54.176) by mail.libertysurf.net (6.5.036) id 40B4A62A0005EC39 for caml-list@inria.fr; Wed, 26 May 2004 19:27:11 +0200 From: Florent Monnier Organization: l'Association Linux-Nantes To: caml-list@inria.fr Subject: Re: [Caml-list] lablgtk-2.2.0 --with-gl Date: Wed, 26 May 2004 19:33:01 +0200 User-Agent: KMail/1.5 References: <200405260121.45337.blue_prawn@linux-nantes.fr.eu.org> <1085585963.32106.33.camel@pelican.wigram> In-Reply-To: <1085585963.32106.33.camel@pelican.wigram> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200405261914.11004.fmonnier@linux-nantes.fr.eu.org> Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Miltered: at nez-perce with ID 40B4D370.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; monnier:01 caml-list:01 lablgtk-:01 2.0.:01 usr:01 usr:01 2.0.:01 mandrake:01 lablgtk:01 ocmal:01 ocmal:01 bin:01 ocaml:01 gtk:01 gtk:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > > Perhaps you should add the directory containing `gtkgl-2.0.pc' > > to the PKG_CONFIG_PATH environment variable > > PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig The problem seems to be there, I have no gtkgl-2.0.pc in /usr/lib/pkgconfig # ls /usr/lib/pkgconfig | grep gtk gconfgtk.pc gtk+-2.0.pc gtk-doc.pc gtkhtml-1.1.pc gtk+-linux-fb-2.0.pc gtk+.pc gtkspell-2.0.pc gtk+-x11-2.0.pc libgtkhtml-2.0.pc I use a mandrake 9.1 (which is LSB 1.2 conformant), but if this version is too old perhaps I will be more lucky if I try to install lablGtk 1. ? (or mdk10:) > By default it searches $0/../lib/pkgconfig, > so if you install it in /usr/local it doesn't bother > to search /usr/lib/pkgconfig .. OTOH if you have > that environment variable set the /usr/bin version > will search /usr/local which it should never do. > > This is one of a huge list of serious faults in > pkg-config. I'd say 'design faults' but it doesn't > look like anyone actually bothered to do any design. Isn't there an ocmal make implementation ? I think I have seen something like this in the links or in the docs, isn't it a real project ? It would indeed be nice to use an ocaml make implementation for ocmal progs, isn't it ? ++ ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners