On Sun, Sep 14, 2008 at 4:11 PM, N. Owen Gunden <[EMAIL PROTECTED]> wrote: > I just tried bin-prot-1.2.0#1 and got the same error. Are you sure > it's been fixed? > > Also after doing the workaround I hit an error in lib_test, that I > subverted by commenting out the test stuff from the toplevel Makefile.
I finally found the problem: architecture detection was broken so the build process switched to building a library for a 32bit architecture. But on those architectures the module dependencies were broken, thus leading to this strange error. This is fixed now. Best regards, Markus -- Markus Mottl http://www.ocaml.info [EMAIL PROTECTED] _______________________________________________ Godi-list mailing list [email protected] https://godirepo.camlcity.org/mailman/listinfo/godi-list
