Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

premake_config.lua:45: attempt to call field 'outputof' (a nil value) #71

Open
heisenberg33 opened this issue Mar 5, 2019 · 1 comment

Comments

@heisenberg33
Copy link

heisenberg33 commented Mar 5, 2019

On a pretty much brand-new install of Ubuntu 18.10, with a fresh git clone of this repo, running premake4 gmake returns:

Searching for wx-config in these locations:
/home/redacted/Downloads/xword/premake_config.lua:45: attempt to call field 'outputof' (a nil value)
@jpd236
Copy link
Contributor

jpd236 commented Aug 26, 2019

I think the version of premake4 bundled with Ubuntu is 4.3, but os.outputof was only added in 4.4. If you use the latest premake4 build (4.4-beta5) from https://premake.github.io/download.html#v4, you should be able to run it.

I had a WIP commit to make Linux builds work at jpd236@bafd706, but wasn't able to sort everything out at the time (particularly with lua-enabled builds). But it should at least help get things started, and I might try to get things further along soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants