-- Hisham http://hisham.hm/
On 18 April 2013 11:41, Thijs Schreijer <[email protected]> wrote: >> -----Original Message----- >> From: Ignacio Burgueño [mailto:[email protected]] >> Sent: donderdag 18 april 2013 15:28 >> To: LuaRocks developers list >> Subject: Re: [Luarocks-developers] [ANN] lua-log 0.1.2 >> >> On Thu, Apr 18, 2013 at 9:17 AM, Hisham <[email protected]> wrote: >> > > Maybe test with a simplified path? With the LuaRocks directory in >> front? >> > If this fixes the issue we could make all os calls on Windows use >> absolute paths to the binaries. >> >> It is worth trying. Mostly for the benefit of moving LR helper binaries >> out of the way. I always have to replace wget and libeay because they >> interfere with some of my rocks. >> > > If I understand you correctly, something like; move the ".bat" files to > another directory, which is then to be added to the path instead of the > current directory containing all the executable helpers. Then execute all > commands using the full path to the helpers. > > That sounds like an idea to me. All executable helpers are referred in the code using variables (vars.RMDIR, vars.WGET and so on) so it's a matter of updating these variables building the absolute names in the "if detected.windows" section of luarocks.cfg (like it's already done with defaults.variables.WRAPPER). -- Hisham ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
