Re: [fpc-pascal] RE: h2pas error report

2006-10-06 Thread Marc Santhoff
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

[fpc-pascal] RE: h2pas error report

2006-10-05 Thread 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 - Jeff ___ fpc-pascal maillist - fpc-pasca

[fpc-pascal] Re: h2pas error report

2006-10-05 Thread Marc Santhoff
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