Hi,
small bug is cgi_raw_report.c with --with-db=postgresql
cgi_raw_report.c: In function ‘displayRawHistorySummary’:
cgi_raw_report.c:592: error: ‘numberOfRows’ undeclared
(first use in this function)
cgi_raw_report.c:592: error: (Each undeclared
identifier is reported only once
cgi_raw_report.c:592: error: for each function it
appears in.)
please upgrade
void displayRawHistorySummary()
{
.
.
.
# line cca 444
#ifdef USE_DB_POSTGRESQL
int numberOfRows;
#endif
.
.
.
}
Martin Jina (xxmarv@gmail.com)