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
qmake monavpreprocessor.pro
make
make[2]: Entering directory `<path>/plugins/osmimporter'
g++ -c -m64 -pipe -g -Wno-unused-function -fPIC -Wall -W -D_REENTRANT -fPIC
-DNOGUI -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_CORE_LIB
-I../../../../qtsdk/Desktop/Qt/473/gcc/mkspecs/default -I.
-I../../../../qtsdk/Desktop/Qt/473/gcc/include/QtCore
-I../../../../qtsdk/Desktop/Qt/473/gcc/include -I../.. -I. -o osmimporter.o
osmimporter.cpp
In file included from ../../utils/osm/xmlreader.h:24:0,
from osmimporter.cpp:24:
./bz2input.h:26:30: fatal error: libxml/xmlreader.h: No such file or directory
The line
unix:INCLUDEPATH += /usr/include/libxml2/
in
plugins/osmimporter/osmimporter.pro
fixes it, but I'm not absolutely sure that's the right thing. Nobody has
reported this before, but the libxml2 headers always seem to be in
/usr/include/libxml2/libxml/
Original issue reported on code.google.com by [email protected] on 21 Dec 2012 at 9:35
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 21 Dec 2012 at 9:35The text was updated successfully, but these errors were encountered: