Andrew Starks

Results 35 comments of Andrew Starks

I'm having this issue in mac osx After ``` sudo luarocks init --reset Initializing project 'xxx' for Lua 5.3 ... ------------------------------------------------- Checking your Lua installation ... Adding entries to .gitignore...

I think that what ever you have, as long as it works, is workable. The primary issue is that it cannot be changed using installation flags. You need to install...

@Tieske > What I meant was that this should have been in luaconf.h so it matches the output of the make file (PuC Rio is inconsistent here). I agree with...

@ignacio If LR defaulted to rooting installed modules in the same path as `lua.exe`, then no environment variable needs to be set, excepting the addition of that path to the...

@ignacio I don't see mingw as a windows install. I think it may be better to think of it as a *nix variant, directory tree and all.

@Tieske It doesn't have any side effect, that I've ever experienced. However, the default path also supports a lua dir, so either would work. The unsightliness is: ``` lua.exe lua52.dll...

@ignacio It _can_ look for it in `lua`, but does not need to. The default path supports both: From luaconf.h: ``` C /* ** In Windows, any exclamation mark ('!')...

Legitimate concerns. What do you guys think of bubbling this setting up so that the person installing LR can decide for themselves?

I want to separately add: This is how windows does it and it's how the path is set up inside Lua. So, by making it anything other than the root...

Actually, I think I can say that `catch` and `class.properties` don't play nice together. Is this correct?