Skip to content
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

Support for OCaml 4.08 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support for OCaml 4.08 #2

wants to merge 1 commit into from

Conversation

xclerc
Copy link

@xclerc xclerc commented Apr 5, 2019

There are actually few changes impacting ppx_include:

  • error reporting;
  • access to the load path.

@whitequark
Copy link
Collaborator

#=== ERROR while installing ppx_include.1.1 ===================================#
# opam-version 1.2.2
# os           linux
# command      ocaml pkg/build.ml native=true native-dynlink=true
# path         /home/travis/.opam/system/build/ppx_include.1.1
# compiler     system (4.02.3)
# exit-code    10
# env-file     /home/travis/.opam/system/build/ppx_include.1.1/ppx_include-9899-6d07ae.env
# stdout-file  /home/travis/.opam/system/build/ppx_include.1.1/ppx_include-9899-6d07ae.out
# stderr-file  /home/travis/.opam/system/build/ppx_include.1.1/ppx_include-9899-6d07ae.err
### stdout ###
# ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package cppo_ocamlbuild myocamlbuild.ml /usr/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
# + ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package cppo_ocamlbuild myocamlbuild.ml /usr/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
# ocamlfind: Package `cppo_ocamlbuild' not found
# Command exited with code 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants