Unable to compile
#1
When I try to compile for ARM I am getting the following:

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
This is with a fresh copy of the latest trunk
Reply
Thanks given by:
#2
I'm taking this is from the committ from the 13th that recently occured...
Reply
Thanks given by:
#3
Sorry 'bout that, try now, with rev 1589
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)