<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[aws-sdk-qt | comiplation issue in Qt 5.2]]></title><description><![CDATA[<p dir="auto">g++ -c -m64 -pipe -g -Wall -W -Werror -D_REENTRANT -fPIC -DQTAWS_LIBRARY -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I../../../aws-sdk-qt-master/src/AWSMigrationHub -I../../../aws-sdk-qt-master/src -I/usr/include/qt5 -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtCore -I. -I. -o associatecreatedartifactresponse.o ../../../aws-sdk-qt-master/src/AWSMigrationHub/associatecreatedartifactresponse.cpp<br />
In file included from /usr/include/qt5/QtCore/qiodevice.h:45:0,<br />
from /usr/include/qt5/QtCore/QIODevice:1,<br />
from /usr/include/qt5/QtNetwork/qnetworkreply.h:45,<br />
from /usr/include/qt5/QtNetwork/QNetworkReply:1,<br />
from ../../../aws-sdk-qt-master/src/core/awsabstractresponse.h:25,<br />
from ../../../aws-sdk-qt-master/src/AWSMigrationHub/migrationhubresponse.h:23,<br />
from ../../../aws-sdk-qt-master/src/AWSMigrationHub/associatecreatedartifactresponse.h:23,<br />
from ../../../aws-sdk-qt-master/src/AWSMigrationHub/associatecreatedartifactresponse.cpp:20:<br />
../../../aws-sdk-qt-master/src/AWSMigrationHub/associatecreatedartifactresponse.cpp: In member function 'virtual void QtAws::MigrationHub::AssociateCreatedArtifactResponse::parseSuccess(QIODevice&amp;)':<br />
/usr/include/qt5/QtCore/qglobal.h:936:43: error: unused variable 'd' [-Werror=unused-variable]<br />
#define Q_D(Class) Class##Private * const d = d_func()<br />
^<br />
../../../aws-sdk-qt-master/src/AWSMigrationHub/associatecreatedartifactresponse.cpp:68:5: note: in expansion of macro 'Q_D'<br />
Q_D(AssociateCreatedArtifactResponse);<br />
^<br />
cc1plus: all warnings being treated as errors<br />
make[2]: Leaving directory <code>/home/sarathkumar/mqtt/build-aws-sdk-qt-Desktop-Debug/src/AWSMigrationHub' make[1]: Leaving directory </code>/home/sarathkumar/mqtt/build-aws-sdk-qt-Desktop-Debug/src'<br />
make[2]: *** [associatecreatedartifactresponse.o] Error 1<br />
make[1]: *** [sub-AWSMigrationHub-AWSMigrationHub-pro-make_first] Error 2<br />
make: *** [sub-src-make_first-ordered] Error 2<br />
16:09:31: The process "/usr/bin/make" exited with code 2.<br />
Error while building/deploying project aws-sdk-qt (kit: Desktop)<br />
When executing step "Make"<br />
16:09:31: Elapsed time: 00:18.</p>
]]></description><link>https://forum.qt.io/topic/90026/aws-sdk-qt-comiplation-issue-in-qt-5-2</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 07:25:23 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/90026.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 20 Apr 2018 10:44:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to aws-sdk-qt | comiplation issue in Qt 5.2 on Sun, 22 Apr 2018 13:53:13 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/sarath-ak">@<bdi>Sarath-AK</bdi></a>,</p>
<p dir="auto">I'm the creator of the aws-sdk-qt project (aka Libqtaws), as I mentioned (just now) in <a href="https://github.com/pcolby/aws-sdk-qt/issues/18" target="_blank" rel="noopener noreferrer nofollow ugc">your Github issue</a>, this compiler error should be fixed now, so try building against the latest commit.</p>
<p dir="auto">I am curious though, what is you level of interest in the project?</p>
<p dir="auto">As mentioned in the readme, it "is still in early stages of development" and as such, is not ready to be used just yet.  However, I'd be more than happy to have you help with development of the library itself :)</p>
<p dir="auto">Note, you can use the 0.2.0 release to peform SQS operations, as well as perform authentication for any AWS service (again, all covered (breifly) in the readme).  But the codebase is being pretty drastically restructured at the moment, to use a custom (Grantlee-based) code-generator to create the service and model classes from AWS API descriptions instead of hand-coding, so the next release (0.3.0?) will be very different, ie not at all API compatible, but at least it will contain almost all AWS services (and currently 700K+ lines of code!)</p>
<p dir="auto">Cheers.</p>
]]></description><link>https://forum.qt.io/post/454255</link><guid isPermaLink="true">https://forum.qt.io/post/454255</guid><dc:creator><![CDATA[Paul Colby]]></dc:creator><pubDate>Sun, 22 Apr 2018 13:53:13 GMT</pubDate></item><item><title><![CDATA[Reply to aws-sdk-qt | comiplation issue in Qt 5.2 on Fri, 20 Apr 2018 21:09:12 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Since warnings are treated as error, fix the warning shown: remove the used variable.</p>
]]></description><link>https://forum.qt.io/post/454124</link><guid isPermaLink="true">https://forum.qt.io/post/454124</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 20 Apr 2018 21:09:12 GMT</pubDate></item></channel></rss>