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 HAA23943; Fri, 2 Aug 2002 07:57:58 +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 HAA23901 for ; Fri, 2 Aug 2002 07:57:58 +0200 (MET DST) Received: from kurims.kurims.kyoto-u.ac.jp (kurims.kurims.kyoto-u.ac.jp [130.54.16.1]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g725vuf10844 for ; Fri, 2 Aug 2002 07:57:56 +0200 (MET DST) Received: from localhost (suiren.kurims.kyoto-u.ac.jp [130.54.16.25]) by kurims.kurims.kyoto-u.ac.jp (8.9.3/3.7W) with ESMTP id OAA12937 for ; Fri, 2 Aug 2002 14:57:54 +0900 (JST) Subject: [Caml-list] LablGL 0.98 To: caml-list@inria.fr X-Mailer: Mew version 1.94.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20020802145754E.garrigue@kurims.kyoto-u.ac.jp> Date: Fri, 02 Aug 2002 14:57:54 +0900 From: Jacques Garrigue X-Dispatcher: imput version 20000228(IM140) Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk LablGL 0.98 has just been released. You can find it at http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/olabl/lablgl-0.98.tar.gz LablGL is an OpenGL interface for Objective Caml. It supports many implementations of OpenGL, including Mesa, Xfree86 DRI, SGI, MacOSX, and now windows. The GUI logic can be built using LablTk (included in the distribution), LablGTK, or Isaac Trotts Lablglut. Precompiled binaries for windows are available at the above address (lablgl-0.98-ocamlwin-3.05.zip). With those you can start developping on top of a raw Objective Caml installation. The only other changes from previous versions are a few bug fixes. By the way, this release was a bit late because I was on holidays. And I'm the one responsible for the polymorphism bug in ocaml 3.05. I'm very sorry for all the trouble. --------------------------------------------------------------------------- Jacques Garrigue Kyoto University garrigue at kurims.kyoto-u.ac.jp JG ------------------- 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 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 CAA24097; Sun, 4 Aug 2002 02:56:17 +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 CAA23380 for ; Sun, 4 Aug 2002 02:56:16 +0200 (MET DST) Received: from favie.faith.gr.jp (favie.faith.gr.jp [61.127.175.250]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g740uEf12339 for ; Sun, 4 Aug 2002 02:56:15 +0200 (MET DST) Received: from localhost (dhcp7.faith.gr.jp [192.168.1.17]) by favie.faith.gr.jp (8.9.3/8.9.3) with ESMTP id JAA15760; Sun, 4 Aug 2002 09:56:05 +0900 To: mvanier@cs.caltech.edu Cc: caml-list@inria.fr Subject: Re: [Caml-list] LablGL 0.98 In-Reply-To: <200208040008.g7408CN29987@orchestra.cs.caltech.edu> References: <20020802145754E.garrigue@kurims.kyoto-u.ac.jp> <200208040008.g7408CN29987@orchestra.cs.caltech.edu> X-Mailer: Mew version 1.94.2 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20020804095600F.garrigue@kurims.kyoto-u.ac.jp> Date: Sun, 04 Aug 2002 09:56:00 +0900 From: Jacques Garrigue X-Dispatcher: imput version 20000228(IM140) Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk From: Michael Vanier > When compiling LablGL-0.98, I get this error: > > Error on dynamically loaded library: ./dlltogl.so: undefined symbol: XmuLookupStandardColormap > > I'm compiling on a Debian Linux system. I have ocaml-3.05 working without > any problems. Any ideas? You may need to add a few extra libraries to the link, here at least -lXmu and -lXext. See the comment about GLLIBS in Makefile.config. You may also need -lpthread if you use the openGL coming with XFree 4 rather than Mesa. Jacques Garrigue ------------------- 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 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 AAA02610; Mon, 5 Aug 2002 00:53:59 +0200 (MET DST) Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id AAA02868 for caml-list@pauillac.inria.fr; Mon, 5 Aug 2002 00:53:58 +0200 (MET DST) 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 CAA23908 for ; Sun, 4 Aug 2002 02:08:16 +0200 (MET DST) Received: from swordfish.cs.caltech.edu (swordfish.cs.caltech.edu [131.215.44.124]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g7408Ef11924 for ; Sun, 4 Aug 2002 02:08:15 +0200 (MET DST) Received: from orchestra.cs.caltech.edu (orchestra.cs.caltech.edu [131.215.44.20]) by swordfish.cs.caltech.edu (Postfix) with ESMTP id 097EBDF273; Sat, 3 Aug 2002 17:08:12 -0700 (PDT) Received: (from mvanier@localhost) by orchestra.cs.caltech.edu (8.11.6/8.9.3) id g7408CN29987; Sat, 3 Aug 2002 17:08:12 -0700 Date: Sat, 3 Aug 2002 17:08:12 -0700 Message-Id: <200208040008.g7408CN29987@orchestra.cs.caltech.edu> X-Authentication-Warning: orchestra.cs.caltech.edu: mvanier set sender to mvanier@cs.caltech.edu using -f From: Michael Vanier To: garrigue@kurims.kyoto-u.ac.jp Cc: caml-list@inria.fr In-reply-to: <20020802145754E.garrigue@kurims.kyoto-u.ac.jp> (message from Jacques Garrigue on Fri, 02 Aug 2002 14:57:54 +0900) Subject: Re: [Caml-list] LablGL 0.98 References: <20020802145754E.garrigue@kurims.kyoto-u.ac.jp> Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk When compiling LablGL-0.98, I get this error: Error on dynamically loaded library: ./dlltogl.so: undefined symbol: XmuLookupStandardColormap I'm compiling on a Debian Linux system. I have ocaml-3.05 working without any problems. Any ideas? Thanks, Mike ------------------- 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 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 PAA17961; Tue, 6 Aug 2002 15:47:16 +0200 (MET DST) Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id PAA18111 for caml-list@pauillac.inria.fr; Tue, 6 Aug 2002 15:47:15 +0200 (MET DST) 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 CAA03603 for ; Tue, 6 Aug 2002 02:00:16 +0200 (MET DST) Received: from swordfish.cs.caltech.edu (swordfish.cs.caltech.edu [131.215.44.124]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g7600FP21089 for ; Tue, 6 Aug 2002 02:00:15 +0200 (MET DST) Received: from orchestra.cs.caltech.edu (orchestra.cs.caltech.edu [131.215.44.20]) by swordfish.cs.caltech.edu (Postfix) with ESMTP id 103E8DF268 for ; Mon, 5 Aug 2002 17:00:14 -0700 (PDT) Received: (from mvanier@localhost) by orchestra.cs.caltech.edu (8.11.6/8.9.3) id g7600Dh05510; Mon, 5 Aug 2002 17:00:13 -0700 Date: Mon, 5 Aug 2002 17:00:13 -0700 Message-Id: <200208060000.g7600Dh05510@orchestra.cs.caltech.edu> X-Authentication-Warning: orchestra.cs.caltech.edu: mvanier set sender to mvanier@cs.caltech.edu using -f From: Michael Vanier To: caml-list@inria.fr In-reply-to: <20020804095600F.garrigue@kurims.kyoto-u.ac.jp> (message from Jacques Garrigue on Sun, 04 Aug 2002 09:56:00 +0900) Subject: Re: [Caml-list] LablGL 0.98 References: <20020802145754E.garrigue@kurims.kyoto-u.ac.jp> <200208040008.g7408CN29987@orchestra.cs.caltech.edu> <20020804095600F.garrigue@kurims.kyoto-u.ac.jp> Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk OK, this works (thanks). Now... how do I compile the examples in the lablGL-0.98/examples subdirectory? The Makefile there only has a 'clean' target. Mike > Date: Sun, 04 Aug 2002 09:56:00 +0900 > From: Jacques Garrigue > > From: Michael Vanier > > When compiling LablGL-0.98, I get this error: > > > > Error on dynamically loaded library: ./dlltogl.so: undefined symbol: XmuLookupStandardColormap > > > > I'm compiling on a Debian Linux system. I have ocaml-3.05 working without > > any problems. Any ideas? > > You may need to add a few extra libraries to the link, here at least > -lXmu and -lXext. > See the comment about GLLIBS in Makefile.config. > You may also need -lpthread if you use the openGL coming with XFree 4 > rather than Mesa. > > Jacques Garrigue > ------------------- > 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 > ------------------- 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 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 XAA24909; Tue, 6 Aug 2002 23:02:16 +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 XAA24683 for ; Tue, 6 Aug 2002 23:02:15 +0200 (MET DST) Received: from mel-rto3.wanadoo.fr (smtp-out-3.wanadoo.fr [193.252.19.233]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g76L2E116525 for ; Tue, 6 Aug 2002 23:02:14 +0200 (MET DST) Received: from mel-rta7.wanadoo.fr (193.252.19.61) by mel-rto3.wanadoo.fr (6.5.007) id 3D49FC7D001F6B36; Tue, 6 Aug 2002 23:02:12 +0200 Received: from iliana (193.250.202.133) by mel-rta7.wanadoo.fr (6.5.007) id 3D49FF14001CD08F; Tue, 6 Aug 2002 23:02:12 +0200 Received: from luther by iliana with local (Exim 3.35 #1 (Debian)) id 17c83k-0000EI-00; Tue, 06 Aug 2002 19:23:52 +0200 Date: Tue, 6 Aug 2002 19:23:42 +0200 To: Michael Vanier Cc: caml-list@inria.fr Subject: Re: [Caml-list] LablGL 0.98 Message-ID: <20020806172342.GA877@iliana> References: <20020802145754E.garrigue@kurims.kyoto-u.ac.jp> <200208040008.g7408CN29987@orchestra.cs.caltech.edu> <20020804095600F.garrigue@kurims.kyoto-u.ac.jp> <200208060000.g7600Dh05510@orchestra.cs.caltech.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208060000.g7600Dh05510@orchestra.cs.caltech.edu> User-Agent: Mutt/1.4i From: Sven LUTHER Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Mon, Aug 05, 2002 at 05:00:13PM -0700, Michael Vanier wrote: > > OK, this works (thanks). Now... how do I compile the examples in the > lablGL-0.98/examples subdirectory? The Makefile there only has a 'clean' > target. you run them with lablgl : lablgl -labels example.ml Friendly, Sven Luther ------------------- 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