Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to basic-aps.pro to eliminate stdlib not found error using qt5 #1

Open
mossmd opened this issue Dec 31, 2017 · 0 comments
Open

Comments

@mossmd
Copy link

mossmd commented Dec 31, 2017

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant