Windows Visual Studio build issues?
Created by: g40
I'd be really grateful for a brief overview of how the Graphviz distribution for Windows actually gets built*.
The Visual Studio project files in this repo are incomplete (lacking for example rules to run Bison/Flex) but most importantly there is no project to build libltdl, which seems to be a fundamental requirement for loading the various layout and rendering engines. I tried assembling a VS project on the basis of the makefile rules but this does not seem to cover all options.
Any help welcomed. It would be great to be able to build and debug the suite in Visual Studio and I'd be more than happy to put in the work to get a complete VS solution.
Thanks.
*I tried compiling using the msys environment but that fails early on as well ...