From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id OAA23116; Sun, 2 May 2004 14:22:01 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id OAA23073 for ; Sun, 2 May 2004 14:22:00 +0200 (MET DST) X-SPAM-Warning: Sending machine is listed in blackholes.five-ten-sg.com Received: from mattam.ath.cx (f04v-5-22.d1.club-internet.fr [212.194.64.22]) by concorde.inria.fr (8.12.10/8.12.10) with ESMTP id i42CLxSH015838 for ; Sun, 2 May 2004 14:21:59 +0200 Received: (qmail 4239 invoked from network); 2 May 2004 14:21:20 +0200 Received: from unknown (HELO cocaine.Home) (192.168.0.253) by gateway with DES-CBC3-SHA encrypted SMTP; 2 May 2004 14:21:20 +0200 Received: by cocaine.Home (sSMTP sendmail emulation); Sun, 2 May 2004 14:10:16 +0200 Date: Sun, 2 May 2004 14:10:16 +0200 From: Matthieu Sozeau To: caml-list@inria.fr Subject: Re: [Caml-list] problems compiling on x86_64 Fedora Core relase 1.91 Message-ID: <20040502121016.GA4793@mattam.ath.cx> Mail-Followup-To: caml-list@inria.fr References: <20040501145503.O68018@demos.bsdclusters.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040501145503.O68018@demos.bsdclusters.com> Organization: /home X-URL: http://mattam.org User-Agent: Mutt/1.5.6i X-Miltered: at concorde with ID 4094E7E7.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; matthieu:01 altern:01 caml-list:01 2004:99 kip:99 ocamldoc:01 otherlibs:01 otherlibs:01 -warn-error:01 odoc:01 mli:01 ocamlcomp:01 -pp:01 debug':01 bytecomp:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk 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