Make compilation work again
hmeine opened this issue · 2 comments
hmeine commented
Before the restructuring, one could check out the hg repository into vigra/vigranumpy/private and issue "make geomap".
It would be great to get that working again. (We would probably want to build a DLL in the src/geomap folder first, and link against it.)
I removed the geomapmodule.cxx though, because it contained loads of unrelated functionality, so I first need to separate the bits and pieces and check in the GeoMap-related part of it.
hmeine commented
At least src/geomap is compilable now on Linux. (filteriterator.hxx was missing, and the CMakeLists needed updating.)
Testing and python_bindings TBD.
hmeine commented
The python module compiles now, too.