<p dir="ltr">Even hi,</p>
<p dir="ltr">As was noted Mikhail works under windows on QTCreator. There is no autoconf on window and building python bindings is not trivial.<br>
So I wrote cmake scripts which build fine on both (Linux/windows) os. <br>
Yes, were is some limitations on windows: cannot build swig python bindings on debug build. This is because linker required python and all it modules compiled with debug support. But on release build everything is OK.<br>

So the scenario is so: Mikhail develop gnm C methods for bindings and test them on debug build. If them works fine, than write python bindings in separate file (i.e. gnm.i) and try to compile on release build. Than install the bindings and test them too.</p>

<p dir="ltr">Best regards,<br>
Dmitry</p>
<div class="gmail_quote">11 июля 2014 г. 22:27 пользователь "Even Rouault" <<a href="mailto:even.rouault@mines-paris.org">even.rouault@mines-paris.org</a>> написал:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Le vendredi 11 juillet 2014 20:21:36, Mikhail Gusev a écrit :<br>
> Hello everyone.<br>
> According to my plan this week I worked on automatic graph building in GNM.<br>
> See my blog post:<br>
> <a href="http://gsoc2014gnm.blogspot.ru/2014/07/week-8-automatic-graph-building.html" target="_blank">http://gsoc2014gnm.blogspot.ru/2014/07/week-8-automatic-graph-building.html</a><br>
> I'm also still a bit blocked on python tests and bindings. I haven't<br>
> succeeded in building GDAL with python support using CMake. But I hope to<br>
> finish this the next week.<br>
<br>
Mikhail,<br>
<br>
why do you mention CMake ? Your tree<br>
<a href="https://github.com/MikhanGusev/gdal/commits/trunk" target="_blank">https://github.com/MikhanGusev/gdal/commits/trunk</a> is based on GDAL trunk,<br>
which uses autoconf.<br>
<br>
Anyway, you don't even need to ask for the python bindings at configure time.<br>
Building them should just be a matter of :<br>
<br>
cd swig/python<br>
python setup.py build<br>
<br>
And if you want to install them<br>
* system-wide: (sudo) python setup.py install<br>
* otherwise export PYTHONPATH=$PWD/build/lib.use_autocompletion<br>
<br>
Even<br>
<br>
--<br>
Geospatial professional services<br>
<a href="http://even.rouault.free.fr/services.html" target="_blank">http://even.rouault.free.fr/services.html</a><br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a></blockquote></div>