Am Donnerstag, den 05.10.2006, 22:19 -0500 schrieb Jeff Pohlmeyer:
> > Errm, I actually forgot the obvious questions:
> > What's wrong here? How can I get around it?
>
>
> cat input.h | awk '{gsub(/\<__int64\>/," long long "); print}' > output.h
>
> - should work, at least on Linux x86
That h
Errm, I actually forgot the obvious questions:
What's wrong here? How can I get around it?
cat input.h | awk '{gsub(/\<__int64\>/," long long "); print}' > output.h
- should work, at least on Linux x86
- Jeff
___
fpc-pascal maillist - fpc-pasca
Am Donnerstag, den 05.10.2006, 23:15 +0200 schrieb Marc Santhoff:
> Hi,
>
> h2pas does crash on the following lines:
>
>
> typedef unsigned __int64 hsize_t;
> typedef signed __int64hssize_t;
>
>
> Command line and error message:
>
> h2pas -d -l "hdf5" -p -o hdf5.cpped.nos