Package Details: ocaml-ffi 1.6-1

Package Base: ocaml-ffi
Description: Objective Caml Foreign Function Interface Generator
Upstream URL: http://ocamlffi.sourceforge.net
Category: devel
Licenses: GPL
Submitter: perlawk
Maintainer: perlawk
Last Packager: None
Votes: 0
First Submitted: 2013-10-23 15:09
Last Updated: 2013-10-23 15:09

Latest Comments

Comment by Droggelbecher

2015-06-04 16:39

Does not seem to compile (only most notable lines pasted here):

...
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "c.ml", line 153, characters 30-43:
Warning 3: deprecated: String.create
Use Bytes.create instead.
ocamlc -verbose -ccopt -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -c cffi.c
/usr/bin/ocamlc: unknown option '-march=x86-64'.
Usage: ocamlc <options> <files>
Options are:
-a Build a library
-absname Show absolute filenames in error messages
...