Browse thread
beta-test of OCaml 3.10.0
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | micha <micha-1@f...> |
| Subject: | Re: [Caml-list] beta-test of OCaml 3.10.0 |
Am Wed, 07 Mar 2007 14:10:38 +0100 schrieb Xavier Leroy <Xavier.Leroy@inria.fr>: > > - A new tool: ocamlbuild, a compilation manager for OCaml projects. building with "./build/fastworld.sh" doesn't work here (Etch, 2.6.20.1, Athlon XP) > ./configure -cc "gcc -march=athlon-xp -O3" > make world .. > ./build/fastworld.sh after some compilation gives errors: ... + cd yacc + make make: Für das Ziel »all« ist nichts zu tun. + ./boot/ocamlrun boot/myocamlbuild.boot boot/stdlib.cma boot/std_exit.cmo SANITIZE: a total of 664 files that should probably not be in your source tree has been found. A script shell file "sanitize.sh" is being created. Check this script and run it to remove unwanted files or use other options (such as defining hygiene exceptions or using the -no-hygiene option). IMPORTANT: I cannot work with leftover compiled files. ERROR: Leftover Ocaml compilation files: File lambda.cmo in bytecomp has suffix .cmo File printlambda.cmo in bytecomp has suffix .cmo File typeopt.cmo in bytecomp has suffix .cmo File switch.cmo in bytecomp has suffix .cmo ... many more... ERROR: Leftover ocamllex-generated files: Files lexer.mll and lexer.ml should not be together in debugger ERROR: Leftover ocamlyacc-generated files: Files parser.mly and parser.ml should not be together in debugger Files parser.mly and parser.mli should not be together in debugger ERROR: Leftover Ocaml compilation files: File dynlink.cmo in debugger has suffix .cmo ...many more... Exiting due to hygiene violations. cheers, Michael