Tagged Questions

3
votes
1answer
401 views

GUI cross-development in OCaml with natural look and feel

I would like to build a GUI for an OCaml application I'm writing. My first idea was to use GTK+. I would like my application to run on Macs, Linux, Windows with a natural look and feel. I know that, ...
3
votes
2answers
523 views

GODI installation issue

I'm trying to install GODI on linux (Ubuntu). It's a library management tool for the ocaml language. I've actually installed this before --twice, but awhile ago-- with no issues --that I can ...
1
vote
1answer
153 views

Trying to install OCaml 3.12.1 on Linux with Godi

I'm trying to install OCaml 3.12.1 on 64 bit Linux (Mint Linux which is essentially Ubuntu 11.04). I'm using the latest rocketboost (godi-rocketboost-20110717). I run ./bootstrap and after a while ...
1
vote
1answer
153 views

GODI-Batteries: Installation problems (yet again)

I have asked this question before but it turns out that what I believed to be the solution is not. The Problem I have just started a fresh GODI installation and I am attempting to install the ...
1
vote
1answer
203 views

GODI-Batteries: Installation problems

I am trying to install godi-batteries using GODI console. I seem to have all dependencies sorted (like Camomile). I get the following error within Godi's interface: > ocamlfind ocamlopt ...
0
votes
1answer
58 views

ocamlfind does not find a package installed with godi

I tried to compile a OMakefile with omake. I installed all needed packages with GODI. GODI shows me these packages as installed. Ocamlfind does not find all of these packages. With ocamlfind list it ...
0
votes
1answer
138 views

GODI installation error

I'm running Fedora 9 x86_64 and am more or less a Linux newbie (not using it, but installing and such). The error occurs in the second stage of the bootstrap (i.e. "./bootstrap_stage2"). It does a ...