Redland on windows
OK, so I have successfully compiled librdf.dll, raptor.dll, and rasqal.dll on windows using the Visual C++ 7 compiler. I have almost compiled the Python bindings I need to verify that everything built correctly (I probably need another pass or two to figure out the right compile-time flags).
To compile the Python bindings, I’m using distutils + SWIG. However, I keep getting a LNK2001 error regarding initRedland. As soon as I can figure out where that function is defined (looks SWIG-related), I should have a successful compile. Then all I need to do is tweak compiler flags until the tests pass, and distribute. At which point I expect my server traffic to spike.