Jumper compile ERROR on Build. Simulator works perfectly

Hi, this is Ivan from Spain (sorry about my poor English)

Im getting a compile error on building a project based on Roland Yonaba’s pathfinding algorithm Jumper.

Here’s the compile error:

18:10:28.353  BUILD ERROR: D:\jumper\core\lookuptable.lua:1: ‘)’ expected near ‘,’
18:10:28.353  ERROR: Could not complete build because there were compile errors in Lua file: D:\jumper\core\lookuptable.lua

Could be any problem or incompatibility with pathfinding algorithm and Corona SDK?

Both Roland Yonaba’s algorithm =>  http://yonaba.github.io/Jumper/and Alex@Panc forked for Corona SDK =>  https://github.com/pancinteractive/Jumper give the same compile error.

The clue is that everything works perfectly on simulator , with no console errors.

 

My Corona Version is 2017.3.31

Have tried older and newer versions, but problem persists.

On attached file, lookuptable.lua

Thanks so much for your time,

Ivan

Just autoresponding, for anyone facing the same problem.

Quick fix is just to delete lookuptable.lua file, because it’s not in use by pathfinding algorithm.

Thanks davebollinger for the fix.

Just autoresponding, for anyone facing the same problem.

Quick fix is just to delete lookuptable.lua file, because it’s not in use by pathfinding algorithm.

Thanks davebollinger for the fix.