On Wed, May 07, 2008 at 11:33:59AM +1000, Warren Toomey wrote:
Then go into the new unix72/ and read the Readme.
On OS X 10.5.3
simh builds fine however:
building apout fails (everything else in tools compiles) with:
luthien:apout pao$ make
gcc -Wall -g -DEMU211 -DEMUV1 -DNATIVES -DDEBUG -DZERO_MEMORY
-DWRITEBASE -c -o aout.o aout.c
In file included from aout.c:7:
defines.h:87: error: conflicting types for 'int8_t'
/usr/include/i386/types.h:78: error: previous declaration of 'int8_t'
was here
defines.h:89: error: conflicting types for 'int32_t'
/usr/include/i386/types.h:88: error: previous declaration of 'int32_t'
was here
defines.h:92: error: conflicting types for 'u_int32_t'
/usr/include/i386/types.h:90: error: previous declaration of 'u_int32_t'
was here
make: *** [aout.o] Error 1
Paul