Hi,

Updating odcctools from 590-20060413 to 590-20060608

OS X 10.3.9
PowerPC

Fink version
Package manager version: 0.24.17
Distribution version: 0.7.2.rsync

After creating various Makefiles and a config.h, the first gcc command cannot find pcc/_types.h
Many "type" and "parse" errors follow:

config.status: creating misc/Makefile
config.status: creating otool/Makefile
config.status: creating include/config.h
cd libstuff && make
gcc -Wall -Wno-long-double -Wno-import -DHAVE_CONFIG_H -D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ -D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_ -D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ -D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_ -I/sw/include -I..//include -I../include -g -O2 -fno-builtin-round -fno-builtin-trunc -no-cpp-precomp -mdynamic-no-pic -c -o allocate.o allocate.c
In file included from ../include/mach/machine/vm_types.h:27,
from ../include/mach/port.h:79,
from ../include/mach/std_types.h:63,
from ../include/mach/mach.h:60,
from allocate.c:26:
../include/mach/ppc/vm_types.h:66:24: ppc/_types.h: No such file or directory
In file included from /usr/include/ppc/vmparam.h:26,
from ../include/mach/ppc/vm_types.h:67,
from ../include/mach/machine/vm_types.h:27,
from ../include/mach/port.h:79,
from ../include/mach/std_types.h:63,
from ../include/mach/mach.h:60,
from allocate.c:26:
/usr/include/sys/resource.h:81: error: field `ru_utime' has incomplete type
/usr/include/sys/resource.h:82: error: field `ru_stime' has incomplete type
/usr/include/sys/resource.h:124: error: parse error before "rlim_t"
/usr/include/sys/resource.h:130: error: parse error before "fixpt_t"
/usr/include/sys/resource.h:132: error: parse error before '}' token
In file included from ../include/mach/machine/vm_types.h:27,
from ../include/mach/port.h:79,
from ../include/mach/std_types.h:63,
from ../include/mach/mach.h:60,
from allocate.c:26:
../include/mach/ppc/vm_types.h:87: error: parse error before "natural_t"

[etc]

../include/mach/mach.h:120: error: parse error before "clock_res_t"
../include/mach/mach.h:123: error: parse error before "int"
../include/mach/vm_map.h:1012: error: storage size of `data_list' isn't known
make[1]: *** [allocate.o] Error 1
make: *** [libstuff] Error 2
### execution of ./configure failed, exit code 2

There seems to be a ppc/_types.h available ...

roger$ find /sw -name "_types.h" -ls -print
16017146 16 -rw-r--r-- 1 root admin 4103 Jun 9 16:23 /sw/src/fink.build/odcctools-590-20060608/odcctools-20060608/include/i386/_types.h
/sw/src/fink.build/odcctools-590-20060608/odcctools-20060608/include/i386/_types.h
16017267 16 -rw-r--r-- 1 root admin 6445 Jun 9 16:23 /sw/src/fink.build/odcctools-590-20060608/odcctools-20060608/include/mach/ppc/_types.h
/sw/src/fink.build/odcctools-590-20060608/odcctools-20060608/include/mach/ppc/_types.h


Cheers,
Roger
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to