in MPF/SubRegion.h, line 46, there is a redundant expression.
The line should be
int FindLowUsage(int pMaxUsage);
instead of
int SubRegion::FindLowUsage(int pMaxUsage);
Otherwise, my gcc 4.3.3 complains and don't compile it.
Just to let you know, i'm running neocortex on a linux Debian testing box.
Regards
Marcos
Marcos
Thank you for the information.
I'm very sorry to have taken so long to see it. I thought I was monitoring the project -evidently I missed something!