Hi

test.pro
TEMPLATE = app
TARGET = test
DEPENDPATH += $$PWD/src $$PWD/include
INCLUDEPATH += $$PWD/src $$PWD/include
SOURCES += src/main.cpp

main.cpp
//#include "ogr_api.h"
#include "ogrsf_frmts.h"
int main() {}

It compiles fine with #include "ogr_api.h", but with #include "ogrsf_frmts.h" it has this error log:

http://pastebin.com/8ersPTd4

Why doesn't it compile?
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to