[PyQt] qgeolocation.h: No such file or directory

Phil Thompson phil at riverbankcomputing.com
Wed Nov 4 22:27:39 GMT 2015


On 4 Nov 2015, at 8:48 p.m., Kevin Mcintyre <kebin70 at gmail.com> wrote:
> 
> Just pulled the latest snapshots of SIP and PyQt and got the following error on install with ubuntu 14.04.  I see a bug report for similar error on windows.
> 
> Any quick pointers to resolve thanks?
> 
> https://bugreports.qt.io/browse/QTBUG-48812
> 
> g++ -c -pipe -fno-exceptions -O2 -Wall -W -D_REENTRANT -fPIC -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I. -I. -I/usr/include/python2.7 -I../../Qt5.5.1/5.5/gcc_64/include -I../../Qt5.5.1/5.5/gcc_64/include/QtGui -I../../Qt5.5.1/5.5/gcc_64/include/QtPositioning -I../../Qt5.5.1/5.5/gcc_64/include/QtCore -I. -I../../Qt5.5.1/5.5/gcc_64/mkspecs/linux-g++ -o sipQtPositioningQGeoLocation.o sipQtPositioningQGeoLocation.cpp
> 
> /home/ubuntu/PyQt-gpl-5.5.2/sip/QtPositioning/qgeolocation.sip:28:26: fatal error: qgeolocation.h: No such file or directory
>  #include <qgeolocation.h>

--disable QtPositioning

Phil


More information about the PyQt mailing list