-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing post-message for sqlite3-ocaml #50
Comments
Should there be a base-sqlite3? I just ran into a failure with |
This still fails for me, even trying Anil's trick. In particular, I So, what's next?
|
FWIW, the following trick, stolen from the Ocsigen website, does it: ln -s /usr/local/Cellar/sqlite/3.8.0.2/lib/pkgconfig/sqlite3.pc /usr/local/lib/pkgconfig/sqlite3.pc Obviously, you'll need to change the path if you upgrade to a new sqlite, so the whole thing is fairly brittle. |
I added
to my |
These use the exact same filter as all the other commands (but as two new local variables in scope |
I just encountered this problem, and it took me a while to find this page. Could you add a notification at the end of the build failure pointing to this issue? |
You can do something like:
I believe the parens are necessary with 1.1 |
This should be fixed and preferably with an automatic solution (not just a message). smondet/trakeva#16 is the kind of annoying downstream breakage that results. If someone has easy test access to OS X/homebrew, please help out! P.S. nearly 3 years to fix a packaging bug is a bit long... |
@dsheets In regard to this issue, would it be possible to pass arguments (via environment variables?) to opam targets? I can't seem to find anything to this effect, but I would like to be able to say |
sqlite3-ocaml now compiles with the right flags to avoid this. |
* Fix ppx_deriving_yojson.runtime META file (ocaml-ppx/ppx_deriving_yojson/ocaml#47) Étienne Millon * Support for inline records in variant types (ocaml-ppx/ppx_deriving_yojson/ocaml#50) Gerd Stolpmann * OCaml 4.06 compatibility (ocaml-ppx/ppx_deriving_yojson/ocaml#64, ocaml-ppx/ppx_deriving_yojson/ocaml#66) Leonid Rozenberg, Gabriel Scherer
Add xentropy.0.9.1
update conduit suite to 2.0.1
No description provided.
The text was updated successfully, but these errors were encountered: