After CVS-20060618 and CVS-20060619 worked fine on SuSE 9.3 and SuSE 10.0 (with updated flex, as described in
http://forum.amule.org/thread.php?postid=56731#post56741), today's CVS-20060620 dies during 'make' on SuSE 9.3 (while it seems to work on SuSE 10.0 and 10.1).
Maybe it relates to
http://forum.amule.org/thread.php?postid=56817#post56817.
Anyway, here it's last words (see attachment):
In file included from ../../../src/ArchSpecific.h:29,
from ../../../src/MD4Hash.h:29,
from ECTag.h:29,
from ECTag.cpp:25:
../../../src/Types.h:76: error: syntax error before `;' token
../../../src/Types.h:77: error: syntax error before `;' token
../../../src/Types.h:78: error: syntax error before `;' token
../../../src/Types.h:79: error: syntax error before `;' token
../../../src/Types.h:80: error: syntax error before `;' token
...
ECSocket.h:149: error: 'uint32' is used as a type, but is not defined as a
type.
ECSocket.h:154: error: 'uint32' is used as a type, but is not defined as a
type.
ECPacket.cpp:35: error: no `bool CECPacket::ReadFromSocket(CECSocket&)' member
function declared in class `CECPacket'
ECPacket.cpp: In member function `bool CECPacket::ReadFromSocket(CECSocket&)':
ECPacket.cpp:37: error: `m_opCode' undeclared (first use this function)
ECPacket.cpp:37: error: `ec_opcode_t' undeclared (first use this function)
ECPacket.cpp: At global scope:
ECPacket.cpp:54: error: no `bool CECPacket::WritePacket(CECSocket&) const'
member function declared in class `CECPacket'
make[5]: *** [libec_a-ECPacket.o] Error 1
make[5]: Leaving directory `/usr/src/packages/BUILD/amule-cvs/src/libs/ec'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/usr/src/packages/BUILD/amule-cvs/src/libs/ec'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/packages/BUILD/amule-cvs/src/libs'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/packages/BUILD/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/packages/BUILD/amule-cvs'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.43271 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.43271 (%build)
cu