hi!
i tried to compile a unix-program on my mac (10.2.4):
http://euler.sourceforge.net/
i installed GTK+ first...
then tried make:
gcc -Wall -O2 -DINSTALL_DIR=\"\" -c binary.c
binary.c:9: header file 'stdio.h' not found
binary.c:10: header file 'string.h' not found
binary.c:11: header file 'ctype.h' not found
sysdep.h:10: header file 'math.h' not found
sysdep.h:11: header file 'ctype.h' not found
sysdep.h:119: undefined type, found `size_t'
binary.c:19: undefined type, found `FILE'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
make: *** [binary.o] Error 1
seems that some of the standard libs are missing (of course, i installed the devtools ;-)).
can anyone compile this for me? any hints?
thanx for your help!
zeckomt