[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Building luaffifb with MSVC
- From: Dibyendu Majumdar <mobile@...>
- Date: Tue, 6 Feb 2018 19:10:42 +0000
Hi,
I have been trying to build luaffifb
(https://github.com/facebookarchive/luaffifb) project using MSVC and
faced some issues. It seems that support for MSVC has fallen by the
wayside. Note also that the project is now archived :-(
My attempt is here: https://github.com/dibyendumajumdar/ravi-ffi
This will be part of Ravi Distro project.
I updated dynasm to the latest version. And I am using CMake, but I
have not yet tried building on Linux or Mac OSX.
The tests don't pass yet as the code that looks up DLLs for C standard
library does not seem to work.
If anyone has tried building luaffifb on Windows using MSVC then would
love to hear from you. I know that the original luaffi project is
included in LuaDist.
BTW I wanted to understand best practices for naming of shared
libraries in Lua - if there is a good set of standards one should
follow then please point me to them.
Regards
Dibyendu