Open murmour opened 12 years ago
This one definitely needs forwarding to the sexplib maintainers. The call to cpp even has -I/mnt/local/sda1/ysulsky/src/misc/public/ocaml-core.bak/base/sexplib/syntax
hard-coded in it. I'll send them a link to this excellent report.
Steps to reproduce the problem
ocaml odb.ml type_conv
(should succeed).Problem
Root of evil
The build system should have called not
cpp
buti686-w64-mingw32-cpp
. That is how a properly packaged C library would compile when configured with--host=i686-w64-mingw32
.