Skip to content

Instantly share code, notes, and snippets.

@timlinux
Created January 24, 2014 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timlinux/8593951 to your computer and use it in GitHub Desktop.
Save timlinux/8593951 to your computer and use it in GitHub Desktop.
[ 13%] Building CXX object src/core/CMakeFiles/qgis_core.dir/symbology-ng/moc_qgscptcityarchive.cxx.o
/home/timlinux/dev/cpp/QGIS/src/core/spatialite/spatialite.c:53696:3: error: conflicting types for ‘gaiaAppendToOutBuffer’
gaiaAppendToOutBuffer (out_buf, buf);
^
/home/timlinux/dev/cpp/QGIS/src/core/spatialite/spatialite.c:51450:1: note: previous definition of ‘gaiaAppendToOutBuffer’ was here
gaiaAppendToOutBuffer (gaiaOutBufferPtr buf, const char *text)
^
/home/timlinux/dev/cpp/QGIS/src/core/spatialite/spatialite.c:53697:6: error: expected identifier or ‘(’ before ‘}’ token
}
^
/home/timlinux/dev/cpp/QGIS/src/core/spatialite/spatialite.c:53699:4: error: expected identifier or ‘(’ before ‘if’
if (is_multi)
^
/home/timlinux/dev/cpp/QGIS/src/core/spatialite/spatialite.c:53712:4: error: expected identifier or ‘(’ before ‘else’
else
^
/home/timlinux/dev/cpp/QGIS/src/core/spatialite/spatialite.c:53714:4: error: conflicting types for ‘gaiaAppendToOutBuffer’
gaiaAppendToOutBuffer (out_buf, buf);
^
/home/timlinux/dev/cpp/QGIS/src/core/spatialite/spatialite.c:51450:1: note: previous definition of ‘gaiaAppendToOutBuffer’ was here
gaiaAppendToOutBuffer (gaiaOutBufferPtr buf, const char *text)
^
/home/timlinux/dev/cpp/QGIS/src/core/spatialite/spatialite.c:53715:17: error: invalid type argument of ‘->’ (have ‘int’)
polyg = polyg->Next;
^
/home/timlinux/dev/cpp/QGIS/src/core/spatialite/spatialite.c:53716:7: error: expected identifier or ‘(’ before ‘}’ token
}
^
/home/timlinux/dev/cpp/QGIS/src/core/spatialite/spatialite.c:53717:5: error: expected identifier or ‘(’ before ‘switch’
switch (geom->DeclaredType)
^
/home/timlinux/dev/cpp/QGIS/src/core/spatialite/spatialite.c:53743:5: error: conflicting types for ‘gaiaAppendToOutBuffer’
gaiaAppendToOutBuffer (out_buf, buf);
^
/home/timlinux/dev/cpp/QGIS/src/core/spatialite/spatialite.c:51450:1: note: previous definition of ‘gaiaAppendToOutBuffer’ was here
gaiaAppendToOutBuffer (gaiaOutBufferPtr buf, const char *text)
^
/home/timlinux/dev/cpp/QGIS/src/core/spatialite/spatialite.c:53744:1: error: expected identifier or ‘(’ before ‘}’ token
}
^
make[2]: *** [src/core/CMakeFiles/qgis_core.dir/spatialite/spatialite.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/core/CMakeFiles/qgis_core.dir/all] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment