Re: [fpc-pascal] fpGetRUsage

2005-09-12 Thread Marco van de Voort
> RUsage is not declared anywhere in app o.0 > RUsage is defined in ostypes.inc for BSD. fpGetRUsage is as well, but > does not resolve in Darwin. fpgetrusage is used in the implementation. It is not (yet) exported. ___ fpc-pascal maillist - fpc-pasca

Re: [fpc-pascal] fpGetRUsage

2005-09-12 Thread Paul Davidson
RUsage is not declared anywhere in app o.0 RUsage is defined in ostypes.inc for BSD. fpGetRUsage is as well, but does not resolve in Darwin. On Sep 8, 2005, at 3:39, Jonas Maebe wrote: On 7 sep 2005, at 20:21, Paul Davidson wrote: Trying to get fpGetRusage to work WITH DARWIN. Using:

[fpc-pascal] Darwin compilation

2005-09-12 Thread Paul Davidson
Darwin fails make all. Checked out revision 1075. genmath.inc(1115,28) Fatal: Internal error 200507161 genmath.inc(1115,28) Fatal: Compilation aborted make[7]: *** [system.ppu] Error 1 make[6]: *** [darwin_all] Error 2 make[5]: *** [rtl] Error 2 make[4]: *** [next] Error 2 make[3]: *** [ppc2] Err