Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

What does this error mean?

$
0
0
Hello everybody, can anyone help with this error: (it is the first part of the error message!) 20:49:53: Running steps for project analogclock… 20:49:53: Starting: “/Users/ines/Qt5.0.1/5.0.1/clang_64/bin/qmake” /Users/ines/Qt5.0.1/5.0.1/clang_64/examples/gui/analogclock/analogclock.pro -r -spec macx-g++40 CONFIG+=debug CONFIG+=x86_64 CONFIG+=declarative_debug CONFIG+=qml_debug 20:49:54: The process “/Users/ines/Qt5.0.1/5.0.1/clang_64/bin/qmake” exited normally. 20:49:54: Starting: “/usr/bin/make” -w make: Entering directory `/Users/ines/Qt5.0.1/5.0.1/clang_64/examples/gui/analogclock-build-Desktop_Qt_5_0_1_clang_64bit-Debug’ g++-4.0 -c -pipe -mmacosx-version-min=10.6 -g -gdwarf-2 -Wall -W -fPIE -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I../../../mkspecs/macx-g++40 -I../analogclock -I../rasterwindow -I../../../include -I../../../include/QtGui -I../../../lib/QtGui.framework/Versions/5/Headers -I../../../include/QtCore -I../../../lib/QtCore.framework/Versions/5/Headers -I. -I/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/System/Library/Frameworks/AGL.framework/Headers -I. -o rasterwindow.o ../rasterwindow/rasterwindow.cpp ../../../include/QtCore/qgenericatomic.h:96: warning: ‘gnu_inline’ attribute directive ignored ../../../include/QtCore/qgenericatomic.h:102: warning: ‘gnu_inline’ attribute directive ignored ../../../include/QtCore/qgenericatomic.h:108: warning: ‘gnu_inline’ attribute directive ignored ../../../include/QtCore/qgenericatomic.h:116: warning: ‘gnu_inline’ attribute directive ignored ../../../include/QtCore/qgenericatomic.h:127: warning: ‘gnu_inline’ attribute directive ignored ../../../include/QtCore/qgenericatomic.h:133: warning: ‘gnu_inline’ attribute directive ignored ../../../include/QtCore/qgenericatomic.h:148: warning: ‘gnu_inline’ attribute directive ignored ../../../include/QtCore/qgenericatomic.h:156: warning: ‘gnu_inline’ attribute directive ignored ../../../include/QtCore/qgenericatomic.h:163: warning: ‘gnu_inline’ attribute directive ignored ../../../include/QtCore/qgenericatomic.h:173: warning: ‘gnu_inline’ attribute directive ignored ../../../include/QtCore/qgenericatomic.h:184: warning: ‘gnu_inline’ attribute directive ignored ../../../include/QtCore/qgenericatomic.h:192: warning: ‘gnu_inline’ attribute directive ignored ../../../include/QtCore/qgenericatomic.h:199: warning: ‘gnu_inline’ attribute directive ignored ../../../include/QtCore/qgenericatomic.h:208: warning: ‘gnu_inline’ attribute directive ignored ../../../include/QtCore/qgenericatomic.h:219: warning: ‘gnu_inline’ attribute directive ignored ../../../include/QtCore/qgenericatomic.h:227: warning: ‘gnu_inline’ attribute directive ignored ../../../include/QtCore/qgenericatomic.h:234: warning: ‘gnu_inline’ attribute directive ignored ../../../include/QtCore/qstring.h: In member function ‘QString QString::arg(int, int, int, QChar) const’: ../../../include/QtCore/qstring.h:774: warning: ignoring return value of ‘QString QString::arg(qlonglong, int, int, QChar) const’, declared with attribute warn_unused_result ../../../include/QtCore/qstring.h: In member function ‘QString QString::arg(uint, int, int, QChar) const’: ../../../include/QtCore/qstring.h:776: warning: ignoring return value of ‘QString QString::arg(qulonglong, int, int, QChar) const’, declared with attribute warn_unused_result ../../../include/QtCore/qstring.h: In member function ‘QString QString::arg(long int, int, int, QChar) const’: ../../../include/QtCore/qstring.h:778: warning: ignoring return value of ‘QString QString::arg(qlonglong, int, int, QChar) const’, declared with attribute warn_unused_result ../../../include/QtCore/qstring.h: In member function ‘QString QString::arg(ulong, int, int, QChar) const’: ../../../include/QtCore/qstring.h:780: warning: ignoring return value of ‘QString QString::arg(qulonglong, int, int, QChar) const’, declared with attribute warn_unused_result ../../../include/QtCore/qstring.h: In member function ‘QString QString::arg(short int, int, int, QChar) const’: ../../../include/QtCore/qstring.h:782: warning: ignoring return value of ‘QString QString::arg(qlonglong, int, int, QChar) const’, declared with attribute warn_unused_result ../../../include/QtCore/qstring.h: In member function ‘QString QString::arg(ushort, int, int, QChar) const’: ../../../include/QtCore/qstring.h:784: warning: ignoring return value of ‘QString QString::arg(qulonglong, int, int, QChar) const’, declared with attribute warn_unused_result ../../../include/QtCore/qstring.h: In member function ‘QByteArray& QByteArray::append(const QString&)’:

Viewing all articles
Browse latest Browse all 2113

Trending Articles