caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Richard Jones <rich@annexia.org>
To: Paul Snively <psnively@mac.com>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Bindings for ODE (Open Dynamics Engine), and a small "game"
Date: Sun, 26 Jun 2005 00:38:24 +0100	[thread overview]
Message-ID: <20050625233823.GA16407@furbychan.cocan.org> (raw)
In-Reply-To: <4F213F42-D33D-465C-B958-F05F3CFE6C18@mac.com>

[-- Attachment #1: Type: text/plain, Size: 1250 bytes --]

On Sat, Jun 25, 2005 at 04:25:57PM -0700, Paul Snively wrote:
> >You will need: ocamlsdl, lablgl, extlib and of course the ODE library
> >itself.  There's a (not very good) toy game in there too!
> >
> This is great stuff! Unfortunately for me, I see that your build  
> system assumes that lablgl is available as a findlib package. AFAICT,  
> that's only the case for Debian users, which I'm not. :-) So if a)  
> someone can tell me how to make lablgl a findlib (pseudo?) package,  
> or b) you could revise your build system to reflect the shortcomings  
> of lablgl's installation process for the rest of us, that'd be great.

You should just be able to replace the -packages ... bit with the list
of appropriate -I +lib1 -I +lib2 ... includes, and -linkpkg with the
list of libraries (in dependency order - findlib works out the
dependencies for you).  Or use the attached META file which is from
Debian.

I've just been doing some intensive -ahem- research into the physics
of the original Katamari game, and might have a more playable update
to that too soon :-)

Rich.

-- 
Richard Jones, CTO Merjis Ltd.
Merjis - web marketing and technology - http://merjis.com
Team Notepad - intranets and extranets for business - http://team-notepad.com

[-- Attachment #2: META --]
[-- Type: text/plain, Size: 317 bytes --]

version="1.00"
directory="+lablgl"
archive(byte) = "lablgl.cma"
archive(native) = "lablgl.cmxa"

package "togl" (
  requires = "labltk lablgl"
  archive(byte) = "togl.cma"
  archive(native) = "togl.cmxa"
)

package "glut" (
  requires = "lablgl"
  archive(byte) = "lablglut.cma"
  archive(native) = "lablglut.cmxa"
)

  reply	other threads:[~2005-06-25 23:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-24 18:29 Richard Jones
2005-06-25 23:25 ` [Caml-list] " Paul Snively
2005-06-25 23:38   ` Richard Jones [this message]
2005-06-26  7:28   ` Alain Frisch
2005-06-26  8:26     ` Richard Jones
2005-06-26  9:19       ` Alain Frisch
2005-06-26 10:25 ` Richard Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050625233823.GA16407@furbychan.cocan.org \
    --to=rich@annexia.org \
    --cc=caml-list@inria.fr \
    --cc=psnively@mac.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).