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 OAA00772; Wed, 26 May 2004 14:48:01 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id OAA00948 for ; Wed, 26 May 2004 14:48:00 +0200 (MET DST) Received: from mail.libertysurf.net (mail.libertysurf.net [213.36.80.91]) by concorde.inria.fr (8.12.10/8.12.10) with ESMTP id i4QClxSH030933 for ; Wed, 26 May 2004 14:47:59 +0200 Received: from dyn-83-152-244-229.ppp.tiscali.fr (83.152.244.229) by mail.libertysurf.net (6.5.036) id 40B34853001A7A02 for caml-list@inria.fr; Wed, 26 May 2004 14:47:59 +0200 From: Florent Monnier Organization: l'Association Linux-Nantes To: caml-list@inria.fr Subject: [Caml-list] lablgtk-2.2.0 --with-gl Date: Wed, 26 May 2004 14:53:50 +0200 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200405260121.45337.blue_prawn@linux-nantes.fr.eu.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Miltered: at concorde with ID 40B491FF.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; monnier:01 lablgtk-:01 lablgl-:01 usr:01 lablgtk-:01 2.0.:01 enforced:01 tryed:01 usr:01 idem:01 lablgl:01 idem:01 gtkglarea:01 bin:01 ocaml:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk hello, I have installed lablgl-1.00.tar.gz (so it went in /usr/local), and now I'm trying to install lablgtk-2.2.0.tar.gz but it does not find gtkGL # ./configure --with-gl [...] checking for gtkgl-2.0... Package gtkgl-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtkgl-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtkgl-2.0' found configure: error: gtkgl enforced but support not found So I have tryed: # whereis gtkgl gtkgl: /usr/include/gtkgl # export PKG_CONFIG_PATH=/usr/include/gtkgl (but idem) # export PKG_CONFIG_PATH=/usr/local/lib/ocaml/lablGL/ (but idem) # export PKG_CONFIG_PATH=/usr/local/bin/ (but idem) What is the trick to install with gtkglarea ? thx ------------------- 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