hmeine/geomap

Make compilation work again

hmeine opened this issue · 2 comments

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.

At least src/geomap is compilable now on Linux. (filteriterator.hxx was missing, and the CMakeLists needed updating.)
Testing and python_bindings TBD.

The python module compiles now, too.