06-15-2013, 09:15 AM
When I try to compile for ARM I am getting the following:
This is with a fresh copy of the latest trunk
Code:
source/BlockEntities/HopperEntity.cpp: In member function âbool cHopperEntity::MoveItemsFromSlot(const cItem&, bool)â:
source/BlockEntities/HopperEntity.cpp:282:64: error: no matching function for call to âcItemGrid::AddItem(cItem, bool&)â
source/BlockEntities/HopperEntity.cpp:282:64: note: candidate is:
source/BlockEntities/../ItemGrid.h:82:6: note: int cItemGrid::AddItem(cItem&, bool)
source/BlockEntities/../ItemGrid.h:82:6: note: no known conversion for argument 1 from âcItemâ to âcItem&â
make: *** [build/release/source/BlockEntities/HopperEntity.o] Error 1