mmottl / postgresql-ocaml

OCaml-bindings for the PostgreSQL database
Other
141 stars 23 forks source link

Fix broken notification code in gtk example #17

Closed joncfoo closed 8 years ago

joncfoo commented 8 years ago

I just tried to bring in the new version from opam and it failed to compile (since I already have lablgtk installed).

The example now compiles (but doesn't actually run on my machine).

I think a point release might be needed.

Thanks!

mmottl commented 8 years ago

Thanks again for the patch! I have just pushed a new release to OPAM. The GTK example actually segfaults on my machine (Mac OS X). I don't think this is related to the Postgresql bindings though. Likely a problem with GTK or its bindings, at least on my platform.

joncfoo commented 8 years ago

No worries. I get a segfault too [on linux] - I might look into it later on for completeness sake.