Browse thread
[Caml-list] Compiling Ocaml 3.07 on Mac OS X 10.3 7B85
- Julien Bugaud
[
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: | Julien Bugaud <julien.bugaud@n...> |
| Subject: | [Caml-list] Compiling Ocaml 3.07 on Mac OS X 10.3 7B85 |
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