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
Inclusion of /usr/include had to be commented to fix compile errors:
#unix:INCLUDEPATH += /usr/include
to fix:
In file included from /usr/include/c++/6/bits/stl_algo.h:59:0,
from /usr/include/c++/6/algorithm:62,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qglobal.h:94,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qnamespace.h:43,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qobjectdefs.h:48,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qobject.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QObject:1,
from release/../basic_aps_plugin.h:14,
from release/moc_basic_aps_plugin.cpp:9:
/usr/include/c++/6/cstdlib:75:25: fatal error: stdlib.h: No such file or directory
#include_next <stdlib.h>
The text was updated successfully, but these errors were encountered:
Inclusion of /usr/include had to be commented to fix compile errors:
#unix:INCLUDEPATH += /usr/include
to fix:
In file included from /usr/include/c++/6/bits/stl_algo.h:59:0,
from /usr/include/c++/6/algorithm:62,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qglobal.h:94,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qnamespace.h:43,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qobjectdefs.h:48,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qobject.h:46,
from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QObject:1,
from release/../basic_aps_plugin.h:14,
from release/moc_basic_aps_plugin.cpp:9:
/usr/include/c++/6/cstdlib:75:25: fatal error: stdlib.h: No such file or directory
#include_next <stdlib.h>
The text was updated successfully, but these errors were encountered: