> LR's builtin mode handles .lua extensions and lua and hands everything
> else to the C compiler. (Probably not the wisest thing to do, but
> that's what it currently does.) What's weird is the part of happily
> continuing. I would think it would abort...
> 
> -- Hisham
> http://hisham.hm/
> 

I added some debug output, here's the compile line;

mingw32-gcc -O2 -c -o .o -Ic:/users/public/lua/5.1/include/ lua/pl/platf/luajava
Executing: C: & cd 
"C:\Users\Thijs\AppData\Local\Temp\luarocks_penlight-1.1.0-2-1383\penlight-1.1.0"
 & mingw32-gcc -O2 "-c" "-o" ".o" "-Ic:/users/public/lua/5.1/include/" 
"lua/pl/platf/luajava"
mingw32-gcc: error: lua/pl/platf/luajava: No such file or directory
mingw32-gcc: fatal error: no input files
compilation terminated.
Results: 1
  1 (number): 1

So compilation does return an error, but it seems it is left unhandled.

Thijs

------------------------------------------------------------------------------
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
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to