Lua for Windows libraries not found
Posted: Thu Aug 11, 2011 10:44 pm
I installed "Lua for Windows" (a couple Lua libraries bundled together), but my LOVE project doesn't seem to recognize them. Specifically, when I use this line in my LOVE code:
LOVE is unable to find the "ex" library.
To say the same thing differently, when I installed "Lua for Windows," a Windows environment variable called LUA_PATH was created, but LOVE is ignoring my LUA_PATH variable. The book "Programming in Lua" makes it sound like all Lua programs should be aware of LUA_PATH. Is it normal for LOVE to ignore LUA_PATH, or am I doing something wrong?
BTW, I apologize for being an annoying newbie, but I couldn't find this question answered on this forum.
Code: Select all
require "ex"
To say the same thing differently, when I installed "Lua for Windows," a Windows environment variable called LUA_PATH was created, but LOVE is ignoring my LUA_PATH variable. The book "Programming in Lua" makes it sound like all Lua programs should be aware of LUA_PATH. Is it normal for LOVE to ignore LUA_PATH, or am I doing something wrong?
BTW, I apologize for being an annoying newbie, but I couldn't find this question answered on this forum.