LuaDist / Repository

Repository of LuaDist modules available for installation using the luadist-git command line tool
www.luadist.org
243 stars 41 forks source link

luajava not compiling on Win32 #202

Open 1linux opened 10 years ago

1linux commented 10 years ago

I tried the following repeatedly:

luadist.exe c:\lua1 install luajava
Finding out available versions of luajava...
'luajava-1.1' already in cache, skipping downloading (use '-cache=false' to force download).
Building luajava-1.1...
Error preloading the CMake cache script 'c:\lua1\tmp\luajava-1.1-CMake-build\cmake.cache'

No idea how to fix this. I tried to compile everything by hand, and finally ended up with a luajava-1.1.jar and luajava-1.1.dll. But none of the examples are working with these.

I use JDK 7, and %JDK% is set correctly, mingw toolchain compiles everthing else correctly.

Any hints are strongly appreciated... Maybe someone could provide a binary luadist for Win32?