I build lua Love 0.9.1 on slackware (64bits), but for an unknown reason I can't open png file, I get this error message :
Error: Could not decode image!
stack traceback:
[C]: at 0x7f22152a68f0
[C]: in function 'newImage'
main.lua:130: in function 'setupTileset'
main.lua:161: in function 'load'
[string "boot.lua"]:407: in function <[string "boot.lua"]

[C]: in function 'xpcall'
love is linked with libpng, devIL is compiled with png support, and I can load other image format (tga for example) without problem.
Is there a way to build love in debug mode so I can step into the code to see what's going on?
Thank you!
regards,
Pilo