PDA

View Full Version : Can't get cgi scripts to compile - they still work?



lethaltiker
01-22-2002, 12:11 PM
I used to run SEQ long ago, and there were cgi scripts you could run to view the database info.

After about a year now, I've setup redhat 7.2, and have SEQ running, however, I read that adding "-enable-cgi=<path>" to the ./configure line will compile the cgi scripts also.

When doing that, I get the following error:

listitem.cpp: In function `void displaySelectOption(QTextStream&, const QString&, const QString&, QString)':
listitem.cpp:506: `cout' undeclared (first use this function)
listitem.cpp:506: (Each undeclared identifier is reported only once for each function it appears in.)
make[1]: *** [listitem.o] Error 1
make[1]: Leaving directory `/seq/showeq/src'
make: *** [install-recursive] Error 1


Is this something that's been removed some time in the past or am I doing something wrong?