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 BAA11844; Mon, 13 Oct 2003 01:51:18 +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 BAA14127 for ; Mon, 13 Oct 2003 01:51:17 +0200 (MET DST) Received: from mx1.ovh.net (b3.ovh.net [213.186.33.53]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h9CNpC127112 for ; Mon, 13 Oct 2003 01:51:13 +0200 (MET DST) Received: (qmail 8451 invoked by uid 503); 12 Oct 2003 23:51:11 -0000 Received: from unknown (HELO ?192.168.1.2?) (julien.bugaud%neobugs.com@81.166.146.188) by ns0.ovh.net with SMTP; 12 Oct 2003 23:51:11 -0000 User-Agent: Microsoft-Entourage/10.1.1.2418 Date: Mon, 13 Oct 2003 01:51:05 +0200 Subject: [Caml-list] Compiling Ocaml 3.07 on Mac OS X 10.3 7B85 From: Julien Bugaud To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Loop: caml-list@inria.fr X-Spam: no; 0.00; 3.07:01 compil:01 3.07:01 gcc:01 byterun:01 -wall:01 -wno-unused:01 usr:01 3.06:01 ocaml:01 ocaml:01 reentrant:01 configure:02 configure:02 thread:02 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hello, I would like to compil Ocaml 3.07 source. My system is Mac OS X 10.3 7B85. During the compilation process , I get the following errors: gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -D_REENTRANT -g -c -o scheduler.o scheduler.c scheduler.c:97: error: conflicting types for `thread_t' /usr/include/mach/mach_types.h:100: error: previous declaration of `thread_t' make[1]: *** [scheduler.o] Error 1 make: *** [otherlibraries] Error 2 The compilation of Ocaml 3.06 +27 works. (./configure -with-pthread make world opt opt.opt make install ) For Ocaml 3.07 and 3.07 b2, I tried : ./configure -with-pthread make world opt opt.opt ./configure -with-pthread make world.opt ./configure make world opt opt.opt The error message is always the same :( If anyone has any thoughts or ideas..., I would really appreciate it :) Thanks ;)) Julien Bugaud alias [Neobugs] ------------------- 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