hi, I am building opennarchive kit under red hat linux. I got the following error.
rmdb.h:76: error: ISO C++ forbids declaration of `ISC_TIMESTAMP' with no type
Could someone tell where the definition for ISC_TIMESTAMP? Thanks ahead.
'ISC_TIMESTAMP' is a structure defined in 'ibase.h' as shown below.
typedef struct { ISC_DATE timestamp_date; ISC_TIME timestamp_time; } ISC_TIMESTAMP;
For this: install 'FirebirdSS-2.1.1.17910-0.i686.rpm'
*
hi,
I am building opennarchive kit under red hat linux. I got the following error.
rmdb.h:76: error: ISO C++ forbids declaration of `ISC_TIMESTAMP' with no type
Could someone tell where the definition for ISC_TIMESTAMP?
Thanks ahead.