unknownworlds / decoda

Decoda Lua IDE and debugger
GNU General Public License v3.0
903 stars 266 forks source link

premake4 failed on Linux #17

Closed Mailaender closed 11 years ago

Mailaender commented 11 years ago
premake4.lua:9: attempt to call global 'vpaths' (a nil value)

using http://software.opensuse.org/package/premake4

and

Lua 5.1.5  Copyright (C) 1994-2012 Lua.org, PUC-Rio
benoit-germain commented 11 years ago

I had the same issue on windows until I used premake 4.4 beta 4. Looks like vpaths is a late addition.

Mailaender commented 11 years ago

Update to https://build.opensuse.org/request/show/205790 fixed it.

Mailaender commented 11 years ago

However still fails #18 probably because of missing dependencies or Windows-only support.