Hello,
I use OcaIDE 1.1 on FreeBSD 7.2 with Eclipse 3.4 (Ganymede) and OCaml 3.11.
Ocaml binaries are installed in /usr/local/bin, library in /usr/local/lib/ocaml.
My problems:
- OcaIDE does not detect these paths.
- After I set the paths manually, OcaIDE complains that the library path is wrong. The error log shows lots of error messages (see below) if I type "List." or Ctrl-Space.
With OcaIDE 1.2.5, I have the same problems. I also get some more warnings about the library path.
The Ocaml browser however works and gives me description of library modules.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Errors for 1.1:
eclipse.buildId=M20080911-1700
java.version=1.6.0_07
java.vendor=The FreeBSD Foundation
BootLoader constants: OS=freebsd, ARCH=x86, WS=gtk, NL=en
Command-line arguments: -os freebsd -ws gtk -arch x86
Error
Tue Aug 11 23:15:10 CEST 2009
Error trying relative path in completion job
java.lang.IllegalArgumentException: Path must include project and resource name: /test1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Error
Tue Aug 11 23:00:40 CEST 2009
Wrong path: (in project:test1)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Error
Tue Aug 11 22:48:43 CEST 2009
/icons/caml32.gif
java.io.FileNotFoundException: /icons/caml32.gif
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Only for 1.2.5:
Warning
Tue Aug 11 23:28:19 CEST 2009
Parsing of mli files aborted : directory not found
The following paths are not correctly set:ocaml library directory
Please set them in Window>Preferences>Ocaml>Paths.
