Skip to content

Instantly share code, notes, and snippets.

@sebastian
Created January 20, 2012 21:03
Show Gist options
  • Save sebastian/0d2de7c4cde7af2224b2 to your computer and use it in GitHub Desktop.
Save sebastian/0d2de7c4cde7af2224b2 to your computer and use it in GitHub Desktop.
sjc187n82:code seb$ ocaml odb.ml type-conv
Installing type-conv
Deps for type-conv satisfied
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 50638 100 50638 0 0 53313 0 --:--:-- --:--:-- --:--:-- 867k
x type-conv-3.0.4/.hg_archival.txt
x type-conv-3.0.4/.hgignore
x type-conv-3.0.4/.hgtags
x type-conv-3.0.4/COPYRIGHT
x type-conv-3.0.4/Changelog
x type-conv-3.0.4/INSTALL.txt
x type-conv-3.0.4/LICENSE
x type-conv-3.0.4/LICENSE.Tywith
x type-conv-3.0.4/Makefile
x type-conv-3.0.4/README.txt
x type-conv-3.0.4/_oasis
x type-conv-3.0.4/_tags
x type-conv-3.0.4/configure
x type-conv-3.0.4/lib/META
x type-conv-3.0.4/lib/Makefile
x type-conv-3.0.4/lib/pa_type_conv.ml
x type-conv-3.0.4/lib/pa_type_conv.mli
x type-conv-3.0.4/lib/pa_type_conv.mllib
x type-conv-3.0.4/myocamlbuild.ml
x type-conv-3.0.4/setup.ml
I: Running command '/usr/local/bin/ocamlc.opt -config > '/var/folders/v2/v4s_vthj23s_j7z3v7jymj2c0000gp/T/oasis-5b0054.txt''
I: Running command '/usr/local/bin/ocamlfind query -format %v findlib > '/var/folders/v2/v4s_vthj23s_j7z3v7jymj2c0000gp/T/oasis-1b3860.txt''
I: Running command '/usr/local/bin/ocamlfind query -format %d camlp4.quotations > '/var/folders/v2/v4s_vthj23s_j7z3v7jymj2c0000gp/T/oasis-aa5ab5.txt''
I: Running command '/usr/local/bin/ocamlfind query -format %d camlp4.extend > '/var/folders/v2/v4s_vthj23s_j7z3v7jymj2c0000gp/T/oasis-470dd3.txt''
Configuration:
pkg_camlp4_extend: ............................. /usr/local/Cellar/objective-caml/3.12.0/lib/ocaml/camlp4
pkg_camlp4_quotations: ......................... /usr/local/Cellar/objective-caml/3.12.0/lib/ocaml/camlp4
camlp4o: ....................................... /usr/local/bin/camlp4o
OCamlbuild additional flags: ...................
Compile with ocaml profile flag on.: ........... false
Compile with ocaml debug flag on.: ............. true
Remove a directory.: ........................... rm -rf
Remove a file.: ................................ rm -f
suffix_program: ................................
is_native: ..................................... true
findlib_version: ............................... 1.2.7
PS documentation: .............................. $docdir
PDF documentation: ............................. $docdir
DVI documentation: ............................. $docdir
HTML documentation: ............................ $docdir
Documentation root: ............................ $datarootdir/doc/$pkg_name
Man documentation: ............................. $datarootdir/man
Locale-dependent data: ......................... $datarootdir/locale
Info documentation: ............................ $datarootdir/info
Read-only architecture-independent data: ....... $datarootdir
Read-only arch-independent data root: .......... $prefix/share
Object code libraries: ......................... $exec_prefix/lib
Modifiable single-machine data: ................ $prefix/var
Modifiable architecture-independent data: ...... $prefix/com
Read-only single-machine data: ................. $prefix/etc
Program executables: ........................... $exec_prefix/libexec
System admin executables: ...................... $exec_prefix/sbin
User executables: .............................. $exec_prefix/bin
Install architecture-dependent files in dir: ... $prefix
Install architecture-independent files dir: .... /Users/seb/.odb
systhread_supported: ........................... true
default_executable_name: ....................... a.out
ext_dll: ....................................... .so
ext_lib: ....................................... .a
ext_asm: ....................................... .s
ext_obj: ....................................... .o
model: ......................................... default
native_c_compiler: ............................. gcc -D_FILE_OFFSET_BITS=64 -D_REENTRANT
bytecomp_c_compiler: ........................... gcc -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
standard_runtime: .............................. /usr/local/Cellar/objective-caml/3.12.0/bin/ocamlrun
standard_library: .............................. /usr/local/Cellar/objective-caml/3.12.0/lib/ocaml
standard_library_default: ...................... /usr/local/Cellar/objective-caml/3.12.0/lib/ocaml
ocaml_version: ................................. 3.12.0
ccomp_type: .................................... cc
architecture: .................................. amd64
system: ........................................ macosx
os_type: ....................................... Unix
Package version: ............................... 3.0.4
Package name: .................................. type-conv
ocamlbuild: .................................... /usr/local/bin/ocamlbuild
ocamlopt: ...................................... /usr/local/bin/ocamlopt.opt
ocamlc: ........................................ /usr/local/bin/ocamlc.opt
ocamlfind: ..................................... /usr/local/bin/ocamlfind
I: Running command '/usr/local/bin/ocamlbuild lib/pa_type_conv.cma -tag debug'
Finished, 1 target (0 cached) in 00:00:00.
+ ocamlfind ocamldep -package camlp4.quotations -package camlp4.extend -syntax camlp4o -modules lib/pa_type_conv.ml > lib/pa_type_conv.ml.depends
File "lib/pa_type_conv.ml", line 326, characters 23-29:
While expanding quotation "module_type" in a position of "patt":
Parse error: illegal begin of quotation of module type
Preprocessing error on file lib/pa_type_conv.ml
Command exited with code 2.
Compilation unsuccessful after building 3 targets (0 cached) in 00:00:00.
E: Command '/usr/local/bin/ocamlbuild lib/pa_type_conv.cma -tag debug' terminated with error code 10
Exception: Failure "Could not build type-conv".
sjc187n82:code seb$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment