Vasile Rotaru
Vasile Rotaru
Since I'had the same problem with `alpha3` and just solved it, I'd share: You go to `\\ocamljava-2.0-alpha3\\lib\\` and there you'll find a file `ocaml-lib-files.jar` . Open it with `7zip` and...
I can explain the 3.12 vs. 4.0 bit. I've modifiedt the configure script to accept the ocaml 4.0 and llvm 3.1, but I left the some warinings unmodified. If you...
It's about lalblgtk3. Also I think is ti OK to drop the documentation altogether if it is not possible to keep it up to date.
Well the goal of this is not to replace propcc.ml but propcc.ml4. Obviously. Very few people know and use Camlp4. But you are the maintainer, so whatever. I was doing...
Now if I compile the same program with `lablgtk2` everything works. It also works if I move the line ```OCaml let _locale = GMain.init () ``` to the start of...
I guess I've seen the wrongness of my ways. The window is created at class definition time, not at object instantiation time. This changes are enough to fix the problem...
Sometimes ago I did try to port OcamlEditor to lablgtk3. I even have a branch `lablgk3-tem` in my (archived) fork of O. One of the problems was that some the...
Hi, there is a port of ocamleditor to GTK3 in branch `lablgtk3` `ocaml build.ml ocamleditor` in that branch should produce a working `src/ocamleditor.opt` The menus are messed up  and...
I've merged the master into `lablgtk3` but it is far from usable. I'll try to keep it the branch up to date with the master, and when I will have...
That's complicated. There is some problem in outline view which leads to crashes, and the latest commit is a workaround for it. The editor window has no decorations, the popup...