i get this message trying to install ocaml on 10.3


gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -Wno-unused
-D_FILE_OFFSET_BITS=64  -g -I/sw/include  -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
### execution of make failed, exit code 2
Failed: compiling ocaml-3.06-2 failed


the issue appears to be a conflicting typedef for thread_t in scheduler.c
and in /usr/include/mach/mach_types.h

how/can i move the latter 'out the way'?

thanks for any help,

matt.



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to