Ticket #100 (closed defect: fixed)
Compile zoo services: base-vect-ops make fails
Reported by: | stetou | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Development platform | Version: | |
Keywords: | Cc: |
Description
On CENTOS 6 cd ../zoo-services/ogr/base-vect-ops/ make clean rm -f cgi-env/ogr_service.zo
make g++ -I../../../../thirds/cgic206/ -I../../../zoo-kernel/ -I/usr/include/libxml2 -I/usr/include/gdal geos-config --cflags -DLINUX_FREE_ISSUE -shared -fpic -o cgi-env/ogr_service.zo ./service.c ../../../zoo-kernel/service_internal.o -L/usr/lib64 -lgdal -lxml2 -lz -lm -lcrypto geos-config --libs ./service.c:46: erreur: declaration of C function ‘int errorException(maps*, const char*, const char*)’ conflicts with ../../../zoo-kernel/service_internal.h:139: erreur: previous declaration ‘int errorException(maps*, const char*, const char*, const char*)’ here ./service.c: In function ‘void* createGeometryFromGML(maps*, char*)’: ./service.c:55: attention : deprecated conversion from string constant to ‘char*’ ./service.c: In function ‘int Boundary(maps*&, maps*&, maps*&)’: ./service.c:343: attention : deprecated conversion from string constant to ‘char*’ ./service.c: In function ‘int ConvexHull?(maps*&, maps*&, maps*&)’: ./service.c:350: attention : deprecated conversion from string constant to ‘char*’ ./service.c: In function ‘int Centroid(maps*&, maps*&, maps*&)’: ./service.c:369: attention : deprecated conversion from string constant to ‘char*’ make: * [cgi-env/ogr_service.zo] Erreur 1