Hi *,
as far as I understand it, there are some necessary changes
to have gcc 4.1 compile the current (as of yesterday in CVS)
yaz++ sources.
I had to change the header files mentioned below and remove
the extra class qualifiers when I tried to compile with gcc
4.1 on solaris 10:
-- snip --
~/src/yaz++> for file in `find . -name '*.h~'`; do
file2=`echo $file|sed -e 's/\~//'`; diff $file $file2;
done
36c36
< PDU_Queue::~PDU_Queue();
---
> ~PDU_Queue();
51c51
< int PDU_Assoc::flush_PDU();
---
> int flush_PDU();
26c26
< void Z_ServerUtility::create_diagnostics (
---
> void create_diagnostics (
37c37
< Yaz_Z_Query& Yaz_Z_Query::operator=(const char
*rpn);
---
> Yaz_Z_Query& operator=(const char *rpn);
41c41
< SocketEntry **SocketManager::lookupObserver
---
> SocketEntry **lookupObserver
43c43
< SocketEvent *SocketManager::getEvent();
---
> SocketEvent *getEvent();
-- / snip --
Greetings from Cologne/Germany
Heiko
_______________________________________________
Yazlist mailing list
Yazlist lists.indexdata.dk
http://lists.indexdata.dk/cgi-bin/mailman/listinfo/yaz
list
|