dunnface

Results 11 comments of dunnface

Certainly. ```bash someone:labltk-8.06.4 someone$ gcc --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 9.0.0 (clang-900.0.39.2) Target: x86_64-apple-darwin17.7.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin ```

The OCaml version: ```bash someone:labltk-8.06.4 someone$ ocaml --version The OCaml toplevel, version 4.06.1+multicore-dev0 ``` I'm using ocaml-multicore.

Thank you, I will try installing LablTk on top of a vanilla ocaml. At first I did not think that error could come from using a different ocaml but I...

Okay, I attempted now to install LablTk on top of a regular OCaml (ocaml-trunk, master branch) and I get this error: ```bash someone:ocaml-trunk someone$ cd ../labltk-master someone:labltk-master someone$ ./configure -tkdefs...

The OCaml version: ```bash someone:labltk-master someone$ ocaml --version The OCaml toplevel, version 4.11.0+dev0-2019-10-18 ```

I appreciate the prompt reply. So I will pick the 4.10 branch from ocaml-trunk and try again. Thank you.

Now I get an error with OCaml 4.09 not the dev version but the release version: ```bash someone:labltk-master someone$ ./configure -tkdefs '-I/Library/Frameworks/Tcl.framework/Versions/8.6/Headers -I/Library/Frameworks/Tk.framework/Versions/8.6/Headers' -tklibs '-framework Tcl -framework Tk' -tk-no-x11 Configuring...

Is it explained anywhere how to do this installation through opam? Can you tell me what the commands would be to achieve a decently recent version of OCaml with LablTk...

Unfortunately the steps to solve the browser issue that you pointed me to are something of a mystery to me. I can't quite figure this out. What are all the...

Much appreciated. I do want the ocamlbrowser. Here is the error I get now, after `opam switch create 4.09.0` ran successfully: ```bash someone:blah someone$ opam install ocamlbrowser The following actions...