--- ../../dev2/gift/libMRML/cc/CAttributeList.cc 2006-02-28 14:48:22.000000000 +0100 +++ libMRML/cc/CAttributeList.cc 2006-11-01 02:58:41.000000000 +0100 @@ -27,6 +27,7 @@ #include "libMRML/include/CMutex.h" #include #include +#include extern CMutex* gMutex; CAttributeList::CAttributeList(const char * const * const inAttributeList){ @@ -94,7 +95,11 @@ if(strcmp(i->second.first, i->second.second)){ +#if __WORDSIZE==64 + cout << "DELETING FAILED" << flush << int64_t(i->second.second) << flush << i->second.first << i->second.second << endl; +#else cout << "DELETING FAILED" << flush << int(i->second.second) << flush << i->second.first << i->second.second << endl; +#endif assert(0); } delete[] i->second.first;