Seems luarocks doesn't handle relative paths? I tried the first instantiation below and it gave me an error saying it couldn't find some files in the rockspec. Looking through the code it seems the part of the path that precedes the rockspec file isn't propagated through the system so luarocks looks in the wrong directory. Is this a known issues?
This doesn't work: luarocks make rocks/opengl/opengl-1.0-4258.rockspec This works: luarocks make opengl-1.0-4258.rockspec thanks, wes ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
