In file included from process.cpp:1:
process.h:59: error: extra qualification ‘Procchange::’ on member ‘updated’
make[3]: *** [process.o] Błąd 1
While trying to compile root-portal on arch linux i get this error. After short google (i haven't ever seen this error o,O) and http://www.fourmilab.ch/fourmilog/archives/2006-05/000699.html
there is easy fix. Just remove namespace conflict in root-portal-0.5.2/src/modules/process/process.h
micro patch removing extra qualification error