<div dir="ltr"><div><div><div>Ok I made some progress in compiling the code. I first switched to 32 bit msys because ./configure couldn't detect the 64 bit version. I also switched to compiling grass_trunk as I suspected something was wrong with my grass72_release (my Platform.make file was missing). However, I ran into different errors this time.<br><br></div>Below is my error.log:<br>/usr/src/grass_trunk/lib/python/ctypes<br>/usr/src/grass_trunk/raster/r.cost<br>/usr/src/grass_trunk/raster/r.flow<br>/usr/src/grass_trunk/raster/r.resamp.bspline<br>/usr/src/grass_trunk/raster/r.spreadpath<br>/usr/src/grass_trunk/raster/r.stream.extract<br>/usr/src/grass_trunk/raster/r.terraflow<br>/usr/src/grass_trunk/raster/r.viewshed<br>/usr/src/grass_trunk/raster/r.walk<br>/usr/src/grass_trunk/vector/v.lidar.correction<br>/usr/src/grass_trunk/vector/v.lidar.edgedetection<br>/usr/src/grass_trunk/vector/v.outlier<br>/usr/src/grass_trunk/vector/v.surf.bspline<br>/usr/src/grass_trunk/imagery/i.segment<br>/usr/src/grass_trunk/locale<br><br></div>Running make in ctypes gives:<br>Traceback (most recent call last):<br>  File "./ctypesgen.py", line 142, in <module><br>    ctypesgencore.processor.process(descriptions, options)<br>  File "./ctypesgencore/processor/pipeline.py", line 58, in process<br>    find_source_libraries(data, options)<br>  File "./ctypesgencore/processor/operations.py", line 206, in find_source_libraries<br>    library = ctypesgencore.libraryloader.load_library(library_name)<br>  File "./ctypesgencore/libraryloader.py", line 62, in load_library<br>    return self.load(path)<br>  File "./ctypesgencore/libraryloader.py", line 240, in load<br>    return _WindowsLibrary(path)<br>  File "./ctypesgencore/libraryloader.py", line 223, in __init__<br>    self.cdll = ctypes.cdll.LoadLibrary(path)<br>  File "C:/msys64/mingw32/lib/python2.7/ctypes/__init__.py", line 444, in LoadLibrary<br>    return self._dlltype(name)<br>  File "C:/msys64/mingw32/lib/python2.7/ctypes/__init__.py", line 366, in __init__<br>    self._handle = _dlopen(self._name, mode)<br>WindowsError: [Error 127] The specified procedure could not be found<br>make[1]: *** [Makefile:102: OBJ.i386-w64-mingw32/segment.py] Error 1<br>make[1]: Leaving directory '/usr/src/grass_trunk/lib/python/ctypes'<br>make: *** [Makefile:81: default] Error 2<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 5, 2017 at 7:05 AM, Martin Landa <span dir="ltr"><<a href="mailto:landa.martin@gmail.com" target="_blank">landa.martin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">2017-12-05 12:36 GMT+01:00 Markus Neteler <<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>>:<br>
>> OSGEO4W_POSTFIX=64 ./mswindows/osgeo4w/package.sh<br>
>><br>
>> than post package.log to ML. Ma<br>
><br>
> ok but please _compress_ the log file.<br>
> Otherwise it will not reach the list.<br>
<br>
</span>or relevant part before it fails. Ma<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Martin Landa<br>
<a href="http://geo.fsv.cvut.cz/gwiki/Landa" rel="noreferrer" target="_blank">http://geo.fsv.cvut.cz/gwiki/<wbr>Landa</a><br>
<a href="http://gismentors.cz/mentors/landa" rel="noreferrer" target="_blank">http://gismentors.cz/mentors/<wbr>landa</a><br>
</div></div></blockquote></div><br></div>