openarchive users
dp
Joined: 16.04.2009
2 replies

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.

durgap
Joined: 05.05.2009

'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'

op_admin
Joined: 06.08.2008

*