Re: Install LablGTK
Jacques Garrigue <[email protected]>
| Newsgroups | gmane.comp.lang.ocaml.lib.gtk |
|---|---|
| Message-ID | <[email protected]> |
From: ocamlBeginner <[email protected]> > Dear all, > I have got a problem which I don't known to resolve. I'd like to write some > application use lablgtk, I installed lablgtk from Cygwin in "C:/cygwin". > It's done. And I install Ocaml v 3.10.0 mgw.exe in "C:/ProgramFiles/ > Objective Ocaml". But when I compile file helloworld.ml, I get a message > "Unbound module Gmain". The lablgtk coming with cygwin is supposed to work with the ocaml included in cygwin, which should be already there as a dependency. So you don't need to install OCaml/Mingw. Try to start it directly from the cygwin command line. $ lablgtk2 If you prefer to use the non-cygwin ocaml, you should download the windows version of lablgtk2 from the home page, and read the installation instruction. Jacques --------------------------------------------------------------------------- Jacques Garrigue Nagoya University garrigue at math.nagoya-u.ac.jp <A HREF=http://www.math.nagoya-u.ac.jp/~garrigue/>JG</A>