You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running build
running build_py
running build_ext
DEBUG:setup.py:_build_ext run
building 'gippy/libgip' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wno-error=date-time -DDEBUG -fPIC -IGIP -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/gdal -I/usr/include/python2.7 -c GIP/GeoAlgorithms.cpp -o build/temp.linux-x86_64-2.7/GIP/GeoAlgorithms.o -fPIC -O3 -std=c++11 -D GDAL2 -Wno-maybe-uninitialized
In file included from GIP/gip/GeoResource.h:31:0,
from GIP/gip/GeoImage.h:26,
from GIP/gip/GeoAlgorithms.h:25,
from GIP/GeoAlgorithms.cpp:26:
GIP/gip/geometry.h: In member function ‘gip::Point gip::Point::transform(std::__cxx11::string, std::__cxx11::string)’:
GIP/gip/geometry.h:71:53: error: cannot convert ‘OGRCoordinateTransformation*’ to ‘OGRCoordinateTransformationH {aka OGRCoordinateTransformationHS*}’ for argument ‘1’ to ‘void OCTDestroyCoordinateTransformation(OGRCoordinateTransformationH)’
OCTDestroyCoordinateTransformation(trans);
^
x86_64-linux-gnu-gcc: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-5/README.Bugs for instructions.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 4
..../gippy# git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
The text was updated successfully, but these errors were encountered:
..../gippy# python setup.py build
..../gippy# CFLAGS="-Wno-error=date-time -DDEBUG" python setup.py build
..../gippy# git status
The text was updated successfully, but these errors were encountered: