From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 630EBBB81 for ; Wed, 8 Dec 2004 16:49:55 +0100 (CET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id iB8FnsdN029682 for ; Wed, 8 Dec 2004 16:49:54 +0100 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 QAA14428 for ; Wed, 8 Dec 2004 16:49:54 +0100 (MET) Received: from smtp3.wanadoo.fr (smtp3.wanadoo.fr [193.252.22.28]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id iB8Fnsje029677 for ; Wed, 8 Dec 2004 16:49:54 +0100 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0308.wanadoo.fr (SMTP Server) with SMTP id 14139200009E; Wed, 8 Dec 2004 16:49:54 +0100 (CET) Received: from pegasos (AStrasbourg-251-1-12-156.w82-126.abo.wanadoo.fr [82.126.202.156]) by mwinf0308.wanadoo.fr (SMTP Server) with ESMTP id B424B2000090; Wed, 8 Dec 2004 16:49:53 +0100 (CET) Received: from luther by pegasos with local (Exim 4.34) id 1Cc45H-00059j-M5; Wed, 08 Dec 2004 16:50:31 +0100 Date: Wed, 8 Dec 2004 16:50:31 +0100 To: Sven Luther Cc: Jacques Garrigue , mgushee@havenrock.com, caml-list@inria.fr Subject: Re: [Caml-list] OpenGL support in LablGTK2? Message-ID: <20041208155031.GA19793@pegasos> References: <41B5034A.7040608@havenrock.com> <20041208.093321.97240145.garrigue@math.nagoya-u.ac.jp> <20041208100309.GA14124@pegasos> <20041208.225315.106319024.garrigue@math.nagoya-u.ac.jp> <20041208153837.GA19423@pegasos> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20041208153837.GA19423@pegasos> User-Agent: Mutt/1.5.6+20040907i From: Sven Luther X-Miltered: at nez-perce with ID 41B722A2.002 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 41B722A2.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 lablgtk:01 sven:01 luther:01 sven:01 luther:01 wrote:01 wrote:01 gtk:01 gtkglarea:01 lablgtk:01 gtkglarea:01 api:01 lablgl:01 gtk:01 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.0 X-Spam-Level: On Wed, Dec 08, 2004 at 04:38:37PM +0100, Sven Luther wrote: > On Wed, Dec 08, 2004 at 10:53:15PM +0900, Jacques Garrigue wrote: > > From: Sven Luther > > > > Now, it seems that the gtk people have botched something, and gtkglarea > > > > have stopped working. If this is not solved soon, I suppose lablgtk2 > > > > will have to move to gtkglext, and emulate gtkglarea on top of it (you > > > > don't want API changes, do you?) > > > > > > Notice that this is not really true, look at the debian lablgtk2 package, it > > > builds against lablgl, and everything works fine. > > > > > > Well, at least the GL examples work with lablgtk2. Lablgtk2 uses the > > > libgtkgl2.0-dev package instead of the older gtkglarea ones though, but it > > > seems to be the same stuff : > > > > As far as I can see, what you call libgtkgl2.0 happens to be what > > others call gtkglarea-1.99, i.e. the gtk2-ized version of gtkglarea. > > It seems that we are a few here experiencing problems with this > > version and very recent versions of gtk2 (in my case, gtk-2.4.13). > > So maybe you are not using the same version of gtk, or the debian > > people have already solved the problem, or actually the cause is > > different altogether (hard to guess). > > Well : > > $ dpkg -l | grep libgtk2.0-0 > ii libgtk2.0-0 2.4.13-1 The GTK+ graphical user interface library > > But we have probably not rebuilded lablgtk or gtkglarea with it recently, let > me check ... > > gtkgl2 (1.99.0-2) unstable; urgency=low > > ... > > -- Marcelo E. Magallon Sun, 11 May 2003 19:47:24 +0200 > > So, maybe there is a build problem, let me check and rebuild it locally to be > sure. > > What exactly are the problems ? During the build of libgtkgl2, or during the > build of lablgl ? Both gtkgl2 and lablgl build without problems, so you may well want to look at the debian packages for the source of your problem. (Or simply run debian). Friendly, Sven Luther