gvvaughan / lyaml

LibYAML binding for Lua.
gvvaughan.github.io/lyaml
Other
208 stars 34 forks source link

Windows/MSVC rockspec #21

Open moteus opened 7 years ago

moteus commented 7 years ago

When I try install lyaml on Windows I get luke: fatal: cannot find LDocs generator. But ldoc installed and i can call it from command line. Also cmake file for libyaml produce libyaml.lib and for MS compiler when you define yaml.lib it does not lookup libyaml.lib but only yaml.lib. So I also have to rename it. Also to build against static version of libyaml it required define YAML_DECLARE_STATIC when you build C module. So I write my rockspec file to support build on MSVC on Windows. I test it with MSVC 2010/2015 You can checkout file in my repo

jeffktripplite commented 4 years ago

I'm having asimilar issue, with the exact same LDocs error. Was there any resolution to this?