Frédéric Loyer

Results 14 issues of Frédéric Loyer

I have just installed opam-full-2.2.0-beta1 on Windows (`make cold; make cold-install; opam init git+https://github.com/ocaml-opam/opam-repository-mingw`). But I can't create a switch: ``` $opam switch list-available # Listing available compilers from repositories:...

KIND: BUG

When using Ctypes foreign functions, the link is dynamic. However, the linker only includes the content which is staticaly linked/referenced. This ends with an executable file (.exe) which doesn't contain...

I have tried `gvsbuild build --vs-ver 16 --vs-install-path C:\DiskuvOCaml\BuildTools gtk3`. Since I have Visual Code 2019 which is proposed by the Diskuv project (an Windows Ocaml port). I have the...

Yet another 7GUIs implementation, in OCaml/LablGtk3

The use with Caqti v2.0.0+ needs some changes... Then I have also changed the version (v4). I have tested it with the lwt and it works. EDIT: I have just...

I have compiled Gtk with gvsbuild, copied it in `C:\gtk`, added `C:\gtk\bin`in the PATH. Then the cairo2 package does install. However, òpam install lablgtk3` fails : ``` # [...] #...

In the sendmail_handler.ml, I guess we should read ``` let run_with_starttls ~hostname ?port ~domain ?authentication ~tls_authenticator ~from ~recipients ~mail = let port = match port with | Some port ->...

I am trying to compile lablgtk3 and it fails at cairo2. It seems the include path doesn't contains freetype. I have the error: ``` # compiling c program: # [...]...

Given `dream_html`, perhaps an introduction of the library could be interesting (example/documentation) as it is done with TyXML. I may propose semething.

📚 docs

When compiling pg_query on Windows (patched to make it compiled), I have a `pg_check` command which fails: ``` Fatal error: exception Dl.DL_error("dlsym: no such symbol: \"pg_query_parse\"") ``` However, the `pg_query_parse`...