Hi Giles,
That has happened to be twice I think after merging trees with lots of changes. I simply did
make clean all
and then it worked. If that does not help (which I guess it won’t), just uncomment the line
CPPUNIT_TEST_SUITE_REGISTRATION(TestBye);
in Gnutella/Packets/Testing/ByeTest.cpp and the TestBye tests will not be run at all.
There is something weird there in any case. When Bye is also refactored into Protocols/Gnutella/Packets I would even delete this test.
Are there other issues?
Regards,
Peter
