Open monkeyWie opened 6 years ago
I think this is fixed in #58, but I couldn't find time to release a new version yet.
Thank you,I can compile success on Linux like this command.
./sbt compile
make
But I tried to compiled larray-mmap on Windows but I didn't succeed,because Windows is don't support make. so how do I compiled the DLL with windows x86?
To build windows binary, we need to have a cross compiler in Linux, and run make win32 win64
.
In my another project, I'm using docker to ease the burden of preparing a cross compiler: https://github.com/xerial/snappy-java/blob/master/Makefile#L165
I haven't migrated this approach to LArray, but it would be possible by copying some scripts.
hello,This is my code
This is hs_err_pid.log