Archive for July 2007

Re: Various compilers/OS/architectures calitko tests
Hi Peter, I do like the trick because if the assertion ever fails we’ll also have the message printed but we in any case will also get the filename and line (more...)
Re: Various compilers/OS/architectures calitko tests
Hi Petr, Revno 134 fixes the "..hides..." warning, as well as a few others from the log you provided. I ignored the warnings coming from the old Gnutella package as it (more...)
Calitko v0.6.2
Re: Various compilers/OS/architectures calitko tests
Hi Peter, I've tried to add using PacketBase::readPayload; using PacketBase::writePayload; to all PacketBase derived classes in the BitTorrent package and related warnings ("...is hidden...") are gone, so you can modify packet templates. I've tested (more...)
Re: Various compilers/OS/architectures calitko tests
Hi Petr, I think that putting using Packet::writePayload; to these classes (which are derived from e.g. BitTorrent::Packets::Packet) would solve the “problem” - I’m just thinking, isn’t now impossible to call e.g. (more...)
Re: Various compilers/OS/architectures calitko tests
Hi Peter, Any idea how to solve: [snip] It appears numerous times and the cause is that Gnutella::Packets::PacketBase and BitTorrent::Packets::PacketBase implement writePayload() and define a new pure virtual function void writePayload (BinaryWriter &), (more...)
Re: Various compilers/OS/architectures calitko tests
Hi Petr, Yes, that worked. However, I went into other problems - I think they were caused by disabling precompiled headers. I had to put #include "Qt.h" in many source files (more...)
Re: Various compilers/OS/architectures calitko tests
Hi Peter, thanks for these hints! Finally, I've managed to compile calitko by using all compilers that I've available (excluding the one on Solaris, because I got Qt4 compilation problems there). (more...)
Re: TrackerRequestSession - questions/ideas
Hi Petr, That is fine: call (session->handleResponseBody (responseBody)) .willCall (sessionStatus->trackerRequestSessionResponseRecieved (trackerResponse)) .returns() .returns(); I’ve been thinking whether we should also check trackerResponse.failureReason() in the TrackerRequestSession and call something like trackerRequestFaildOnTrackerError(), or check only HTTP errors - (more...)
Re: Various compilers/OS/architectures calitko tests
Hi Petr, It's great you run these tests! I think we can manage to compile calitko using all compilers. Intel C/C++ compiler (ICC) 10.0 make -f Makefile.calitko-wrapper.tester make[2]: Entering directory `/homes/eva/xz/xzemek02/Test/Calitko/calitko-dev' icpc -x c++-header -c (more...)

« Previous PageNext Page »