ocaml / flexdll

a dlopen-like API for Windows
Other
97 stars 30 forks source link

Fix HEADER_DIR for OCaml trunk (4.08 and up) #60

Closed db4 closed 5 years ago

db4 commented 5 years ago

Appveyor build should not fail on OCaml trunk branch anymore

db4 commented 5 years ago

Hmm, trunk build is still failing with

OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o cmpbyt.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa cmpbyt.cmx
make[3]: *** No rule to make target '../otherlibs/str/str.cma', needed by 'caml-tex'.  Stop.
make[3]: Leaving directory '/cygdrive/c/projects/flexdll/ocaml/tools'
make[2]: *** [Makefile:1176: ocamltoolsopt.opt] Error 2
make[2]: Leaving directory '/cygdrive/c/projects/flexdll/ocaml'
make[1]: *** [Makefile:457: opt.opt] Error 2
make[1]: Leaving directory '/cygdrive/c/projects/flexdll/ocaml'
make: *** [Makefile:503: world.opt] Error 2

Any idea why?

alainfrisch commented 5 years ago

I suspect some unrelated changes in OCaml build system, which might impact the bootstrap build. cc @dra27