Interestingly enough, I get the following failure now: ../../libGIFTAcPerl/include/CAcPerl.h:125: error: invalid covariant return type for 'virtual std::pair<bool, long int> CAcPerl::URLToID(const std::string&) const' ../../libMRML/include/CAccessor.h:90: error: overriding 'virtual std::pair<bool, int> CAccessor::URLToID(const std::string&) const'
19:06 <Womble2> well one of them is using pair<bool, int> and the other is using pair<bool, long> 19:06 <Womble2> at a guess, they're using different type aliases that once matched but now don't 19:06 <Womble2> or they match on some architectures but not others 19:07 <tbm> yeah, maybe... I'm on powerpc now, was on i386 before 19:07 <tbm> but there is a poewrpc package in the archive, hmm -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

