Attempting to compile pure-db-2.1 ... you need a compiler for this ;) Making clean in src test -z "example_read.exe example_write.exe" || rm -f example_read.exe example_write.exe test -z "libpuredb_read.la libpuredb_write.la" || rm -f libpuredb_read.la libpuredb_write.la rm -rf .libs _libs test -z "regression.exe" || rm -f regression.exe rm -f *.o core *.core rm -f *.lo Making clean in . rm -rf .libs _libs rm -f *.lo checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets ${MAKE}... yes checking for a BSD-compatible install... /usr/bin/install -c checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for AIX... no checking for strerror in -lcposix... no checking for gcc option to accept ANSI C... none needed checking build system type... powerpc-apple-darwin8.10.0 checking host system type... powerpc-apple-darwin8.10.0 checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -p checking whether ln -s works... yes checking how to recognise dependant libraries... file_magic Mach-O dynamically linked shared library checking command to parse /usr/bin/nm -p output... ok checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fno-common checking if gcc PIC flag -fno-common works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... unsupported checking whether stripping libraries is possible... no checking dynamic linker characteristics... darwin8.10.0 dyld checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes creating libtool checking for ANSI C header files... (cached) yes checking whether stat file-mode macros are broken... no checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking ioctl.h usability... no checking ioctl.h presence... no checking for ioctl.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking netinet/in_systm.h usability... yes checking netinet/in_systm.h presence... yes checking for netinet/in_systm.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/fcntl.h usability... yes checking sys/fcntl.h presence... yes checking for sys/fcntl.h... yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking io.h usability... no checking io.h presence... no checking for io.h... no checking for size_t... yes checking for off_t... yes checking for mode_t... yes checking whether gcc needs -traditional... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for stdlib.h... (cached) yes checking for working malloc... yes checking for working alloca.h... yes checking for alloca... yes checking for working memcmp... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking for memset... yes checking for munmap... yes checking for strdup... yes checking for fileno... yes checking for mapviewoffile... no configure: creating ./config.status config.status: creating Makefile mv: Makefile: set owner/group (was: 504/0): Operation not permitted config.status: creating src/Makefile mv: src/Makefile: set owner/group (was: 504/0): Operation not permitted config.status: creating config.h mv: config.h: set owner/group (was: 504/0): Operation not permitted config.status: executing depfiles commands make all-recursive Making all in src source='puredb_read.c' object='puredb_read.lo' libtool=yes \ depfile='.deps/puredb_read.Plo' tmpdepfile='.deps/puredb_read.TPlo' \ depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -D_GNU_SOURCE=1 -c -o puredb_read.lo `test -f puredb_read.c || echo './'`puredb_read.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -D_GNU_SOURCE=1 -c puredb_read.c -MT puredb_read.lo -MD -MP -MF .deps/puredb_read.TPlo -fno-common -DPIC -o .libs/puredb_read.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -D_GNU_SOURCE=1 -c puredb_read.c -MT puredb_read.lo -MD -MP -MF .deps/puredb_read.TPlo -o puredb_read.o >/dev/null 2>&1 mv -f .libs/puredb_read.lo puredb_read.lo /bin/sh ../libtool --mode=link gcc -g -O2 -D_GNU_SOURCE=1 -o libpuredb_read.la -rpath /usr/local/lib puredb_read.lo rm -fr .libs/libpuredb_read.la .libs/libpuredb_read.* .libs/libpuredb_read.* gcc -dynamiclib -flat_namespace -undefined suppress -o .libs/libpuredb_read.0.0.0.dylib puredb_read.lo -lc -install_name /usr/local/lib/libpuredb_read.0.dylib -compatibility_version 1 -current_version 1.0 (cd .libs && rm -f libpuredb_read.0.dylib && ln -s libpuredb_read.0.0.0.dylib libpuredb_read.0.dylib) (cd .libs && rm -f libpuredb_read.dylib && ln -s libpuredb_read.0.0.0.dylib libpuredb_read.dylib) ar cru .libs/libpuredb_read.a puredb_read.o ranlib .libs/libpuredb_read.a creating libpuredb_read.la (cd .libs && rm -f libpuredb_read.la && ln -s ../libpuredb_read.la libpuredb_read.la) source='puredb_write.c' object='puredb_write.lo' libtool=yes \ depfile='.deps/puredb_write.Plo' tmpdepfile='.deps/puredb_write.TPlo' \ depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -D_GNU_SOURCE=1 -c -o puredb_write.lo `test -f puredb_write.c || echo './'`puredb_write.c rm -f .libs/puredb_write.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -D_GNU_SOURCE=1 -c puredb_write.c -MT puredb_write.lo -MD -MP -MF .deps/puredb_write.TPlo -fno-common -DPIC -o .libs/puredb_write.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -D_GNU_SOURCE=1 -c puredb_write.c -MT puredb_write.lo -MD -MP -MF .deps/puredb_write.TPlo -o puredb_write.o >/dev/null 2>&1 mv -f .libs/puredb_write.lo puredb_write.lo /bin/sh ../libtool --mode=link gcc -g -O2 -D_GNU_SOURCE=1 -o libpuredb_write.la -rpath /usr/local/lib puredb_write.lo rm -fr .libs/libpuredb_write.la .libs/libpuredb_write.* .libs/libpuredb_write.* gcc -dynamiclib -flat_namespace -undefined suppress -o .libs/libpuredb_write.0.0.0.dylib puredb_write.lo -lc -install_name /usr/local/lib/libpuredb_write.0.dylib -compatibility_version 1 -current_version 1.0 (cd .libs && rm -f libpuredb_write.0.dylib && ln -s libpuredb_write.0.0.0.dylib libpuredb_write.0.dylib) (cd .libs && rm -f libpuredb_write.dylib && ln -s libpuredb_write.0.0.0.dylib libpuredb_write.dylib) ar cru .libs/libpuredb_write.a puredb_write.o ranlib .libs/libpuredb_write.a creating libpuredb_write.la (cd .libs && rm -f libpuredb_write.la && ln -s ../libpuredb_write.la libpuredb_write.la) source='example_read.c' object='example_read.o' libtool=no \ depfile='.deps/example_read.Po' tmpdepfile='.deps/example_read.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -D_GNU_SOURCE=1 -c `test -f example_read.c || echo './'`example_read.c In file included from example_read.c:7: ./puredb_read.h:40: error: parse error before 'off_t' ./puredb_read.h:44: error: parse error before 'off_t' ./puredb_read.h:46: error: parse error before 'offset' example_read.c: In function 'main': example_read.c:12: error: 'off_t' undeclared (first use in this function) example_read.c:12: error: (Each undeclared identifier is reported only once example_read.c:12: error: for each function it appears in.) example_read.c:12: error: parse error before 'retpos' example_read.c:20: error: 'retpos' undeclared (first use in this function) make[2]: *** [example_read.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Something went wrong building pure-db-2.1 (perhaps you have no compiler?) Makefile not written.