Visions of Aestia

22 Apr 2005

Redland on windows

Filed under: PlanetRDF, Python — JBowtie @ 8:41 pm

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. :)

Powered by WordPress