Re: [Caml-list] Teaching ocaml programming

2008-09-27 Thread Vu Ngoc San
I agree, I use lablgl+lablgtk-gl ( I mean at the same time) on ubuntu hardy without problems. San Use both lablgl and lablgtk (but not together) without problems. ___ Caml-list mailing list. Subscription management:

Re: [Caml-list] Teaching ocaml programming

2008-09-27 Thread Stefano Zacchiroli
On Sat, Sep 27, 2008 at 08:08:31AM +1000, Erik de Castro Lopo wrote: What exactly is broken. Have you logged a bug with Ubuntu or with I don't know as I don't use Ubuntu myself, but being a regular of the Debian OCaml mailing list, it has happened multiple times (maybe 4 or 5, I don't remember)

[Caml-list] OCaml support on Ubuntu

2008-09-27 Thread David MENTRE
Hello Richard, Context: I'm a long time Debian user, still using Debian on my servers. But I switched my desktop machine under Ubuntu a few years ago, seduced by the good polish and freshness of Ubuntu desktop applications. Richard Jones [EMAIL PROTECTED] writes: Ubuntu's OCaml support is very

Re: [Caml-list] OCaml support on Ubuntu

2008-09-27 Thread Erik de Castro Lopo
David MENTRE wrote: For example, I discovered at a time that *all* bytecodes shipped in Ubuntu Gutsy could not be executed. This was fixed once spotted: https://bugs.launchpad.net/ubuntu/+source/ocamlnet/+bug/180364 Another example: current Hardy release (which has Long Term Support

Re: [Caml-list] Teaching ocaml programming

2008-09-27 Thread Stefano Zacchiroli
On Sat, Sep 27, 2008 at 07:33:38PM +1000, Erik de Castro Lopo wrote: More generally, I've already stated in the past that we (Debian side) are more than open towards Ubuntu developers willing to collaborate with us for better support of OCaml in any Debian-based distro and to share the

Re: [Caml-list] OCaml support on Ubuntu

2008-09-27 Thread Stefano Zacchiroli
On Sat, Sep 27, 2008 at 11:44:17AM +0200, David MENTRE wrote: To fix this situation, one only needs people on the Ubuntu side to synchronize packets from Debian at the right time. This is enough only if you assume that Ubuntu people just want to inherit the Debian work. Sure this will be an

[Caml-list] embedding ocaml into a windows app: need gcc?

2008-09-27 Thread Joel Reymont
Can I do without gcc if I want to embed the OCaml compiler into a commercial Windows app? Do I need to become part of the OCaml consortium to do this? Ideally, I would like to generate OCaml code at runtime and compile it into something that can be loaded by a runtime of some sort.

Re: [Caml-list] embedding ocaml into a windows app: need gcc?

2008-09-27 Thread Richard Jones
On Sat, Sep 27, 2008 at 08:27:18PM +0100, Joel Reymont wrote: Can I do without gcc if I want to embed the OCaml compiler into a commercial Windows app? The OCaml compiler uses gcc in various stages (linking IIRC). Also needs an assembler. Do I need to become part of the OCaml consortium to

Re: [Caml-list] embedding ocaml into a windows app: need gcc?

2008-09-27 Thread David Teller
I don't know if this answers your question, but OCaml 3 now has Dynlink, i.e. a manner of dynamically loading OCaml modules from OCaml. So if you manage to get your code compiled at run-time, it shouldn't be too hard to load it. Cheers, David On Sat, 2008-09-27 at 20:27 +0100, Joel Reymont

Re: [Caml-list] embedding ocaml into a windows app: need gcc?

2008-09-27 Thread Mikkel Fahnøe Jørgensen
2008/9/27 Joel Reymont [EMAIL PROTECTED]: Can I do without gcc if I want to embed the OCaml compiler into a commercial Windows app? I assume you mean native compilation. As mentioned, you should consider using a standalone ocaml compiler to avoid licensing issues, but either way: The ocamlopt

Re: [Caml-list] Teaching ocaml programming

2008-09-27 Thread Brighten Godfrey
On Sep 26, 2008, at 10:01 AM, Peng Zang wrote: So, if gedit has a programmatic interface you can write shell script to parse the compilation errors (just look for line numbers) and send a command to gedit to go to the appropriate line. I don't know if gedit has that capability, but