Sorry for reporting the bug here, but could not easily find a better place.
On CCmenu.cpp the function CCMenu::alignItemsInRows(unsigned int rows, …) has a typo.
this->alignItemsInColumns(rows, args);
should be
this->alignItemsInRows(rows, args);
Thanks for the great work!
Nikos