mkdir -p /home/neteler/.grass7/addons/r.sun.mp/bin mkdir -p /home/neteler/.grass7/addons/r.sun.mp/etc mkdir -p /home/neteler/.grass7/addons/r.sun.mp/docs/html mkdir -p /home/neteler/.grass7/addons/r.sun.mp/docs/man mkdir -p /home/neteler/.grass7/addons/r.sun.mp/docs/man/man1 test -d OBJ.x86_64-pc-linux-gnu || mkdir -p OBJ.x86_64-pc-linux-gnu gcc -Werror-implicit-function-declaration -fno-common -I/home/neteler/src/releasebranch_7_8/dist.x86_64-pc-linux-gnu/include -I/home/neteler/src/releasebranch_7_8/dist.x86_64-pc-linux-gnu/include -DPACKAGE=\""grassmods"\" -I/usr/include/gdal -I/home/neteler/src/releasebranch_7_8/dist.x86_64-pc-linux-gnu/include -I/home/neteler/src/releasebranch_7_8/dist.x86_64-pc-linux-gnu/include -DRELDIR=\"/home/neteler/src/grass7-addons/src/raster/r.sun.mp\" -o OBJ.x86_64-pc-linux-gnu/dalloc.o -c dalloc.c gcc -Werror-implicit-function-declaration -fno-common -I/home/neteler/src/releasebranch_7_8/dist.x86_64-pc-linux-gnu/include -I/home/neteler/src/releasebranch_7_8/dist.x86_64-pc-linux-gnu/include -DPACKAGE=\""grassmods"\" -I/usr/include/gdal -I/home/neteler/src/releasebranch_7_8/dist.x86_64-pc-linux-gnu/include -I/home/neteler/src/releasebranch_7_8/dist.x86_64-pc-linux-gnu/include -DRELDIR=\"/home/neteler/src/grass7-addons/src/raster/r.sun.mp\" -o OBJ.x86_64-pc-linux-gnu/main.o -c main.c gcc -Werror-implicit-function-declaration -fno-common -I/home/neteler/src/releasebranch_7_8/dist.x86_64-pc-linux-gnu/include -I/home/neteler/src/releasebranch_7_8/dist.x86_64-pc-linux-gnu/include -DPACKAGE=\""grassmods"\" -I/usr/include/gdal -I/home/neteler/src/releasebranch_7_8/dist.x86_64-pc-linux-gnu/include -I/home/neteler/src/releasebranch_7_8/dist.x86_64-pc-linux-gnu/include -DRELDIR=\"/home/neteler/src/grass7-addons/src/raster/r.sun.mp\" -o OBJ.x86_64-pc-linux-gnu/rsunlib.o -c rsunlib.c main.c: In function ‘main’: main.c:840:18: error: implicit declaration of function ‘pj_latlong_from_proj’ [-Werror=implicit-function-declaration] 840 | if ((oproj.pj = pj_latlong_from_proj(iproj.pj)) == NULL) | ^~~~~~~~~~~~~~~~~~~~ main.c:840:16: warning: assignment to ‘PJ *’ {aka ‘struct PJconsts *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 840 | if ((oproj.pj = pj_latlong_from_proj(iproj.pj)) == NULL) | ^ main.c: In function ‘cube’: main.c:1777:6: warning: type of ‘jmin’ defaults to ‘int’ [-Wimplicit-int] 1777 | void cube(jmin, imin) | ^~~~ main.c:1777:6: warning: type of ‘imin’ defaults to ‘int’ [-Wimplicit-int] cc1: some warnings being treated as errors make: *** [/home/neteler/src//releasebranch_7_8/dist.x86_64-pc-linux-gnu//include/Make/Compile.make:32: OBJ.x86_64-pc-linux-gnu/main.o] Error 1