Browse thread
[Caml-list] problems compiling on x86_64 Fedora Core relase 1.91
-
Kip Macy
- Anil Madhavapeddy
- Matthieu Sozeau
[
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: | 2004-05-02 (12:22) |
From: | Matthieu Sozeau <mattam@a...> |
Subject: | Re: [Caml-list] problems compiling on x86_64 Fedora Core relase 1.91 |
On Sat, May 01, 2004 at 03:05:27PM -0700, Kip Macy wrote: > Everything appears to go smoothly but I get errors in compiling > ocamldoc. I've attached the full build log. > > > ynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph > -warn-error A -c odoc_sig.mli > ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I > ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I > ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I > ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error > A -c odoc_sig.ml > File "odoc_sig.ml", line 1302, characters 16-17: > Syntax error > make[1]: *** [odoc_sig.cmo] Error 2 > make[1]: Leaving directory `/home/kmacy/tmp/ocaml-3.07/ocamldoc' > make: *** [ocamldoc] Error 2 It's a known bug with sed and an unset or strange locale setting. Try rebuilding with LC_ALL=C. ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners