I had a problem compiling the maq code (on an SGI Altix). Line 321 of match.cc:
getrusage(0, &r);
needed to be changed to:
getrusage(RUSAGE_SELF, &r);
I was fine after that. Just wanted to let you know.
Thanks, Dan.
Log in to post a comment.