<?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[QtLabs PDF make error]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">i have an error while making qtpdf from here <a href="https://github.com/qt-labs/qtpdf:" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/qt-labs/qtpdf:</a><br />
usr/include/arm-linux-gnueabihf/qt5/QtCore -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I.moc -o .obj/qpdfbookmarkmodel.o qpdfbookmarkmodel.cpp<br />
qpdfbookmarkmodel.cpp:47:42: fatal error: private/qabstractitemmodel_p.h: No such file or directory<br />
#include &lt;private/qabstractitemmodel_p.h&gt;<br />
^<br />
compilation terminated.<br />
Makefile:466: recipe for target '.obj/qpdfbookmarkmodel.o' failed<br />
make[2]: *** [.obj/qpdfbookmarkmodel.o] Error 1<br />
make[2]: Leaving directory '/home/debian/qtpdf/src/pdf'<br />
Makefile:82: recipe for target 'sub-pdf-make_first-ordered' failed<br />
make[1]: *** [sub-pdf-make_first-ordered] Error 2<br />
make[1]: Leaving directory '/home/debian/qtpdf/src'<br />
Makefile:40: recipe for target 'sub-src-make_first' failed<br />
make: *** [sub-src-make_first] Error 2</p>
<p dir="auto">Any idea?</p>
]]></description><link>https://forum.qt.io/topic/77441/qtlabs-pdf-make-error</link><generator>RSS for Node</generator><lastBuildDate>Tue, 22 Sep 2026 16:26:03 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/77441.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 21 Mar 2017 12:04:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QtLabs PDF make error on Wed, 05 Apr 2017 20:59:00 GMT]]></title><description><![CDATA[<p dir="auto">That I know, my question is: are you building on your desktop for your device or are you compiling natively ?</p>
<p dir="auto">If the former, did you already cross-compile Qt ?</p>
]]></description><link>https://forum.qt.io/post/386332</link><guid isPermaLink="true">https://forum.qt.io/post/386332</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 05 Apr 2017 20:59:00 GMT</pubDate></item><item><title><![CDATA[Reply to QtLabs PDF make error on Wed, 05 Apr 2017 11:41:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> i am compiling in ARM architecture</p>
]]></description><link>https://forum.qt.io/post/386279</link><guid isPermaLink="true">https://forum.qt.io/post/386279</guid><dc:creator><![CDATA[michaelL]]></dc:creator><pubDate>Wed, 05 Apr 2017 11:41:00 GMT</pubDate></item><item><title><![CDATA[Reply to QtLabs PDF make error on Tue, 21 Mar 2017 22:23:39 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Are you compiling or cross-compiling that project ?</p>
]]></description><link>https://forum.qt.io/post/383378</link><guid isPermaLink="true">https://forum.qt.io/post/383378</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 21 Mar 2017 22:23:39 GMT</pubDate></item><item><title><![CDATA[Reply to QtLabs PDF make error on Tue, 21 Mar 2017 12:09:07 GMT]]></title><description><![CDATA[<p dir="auto">i have installed qtbase5-private-dev and that worked. But now i am facing a new error:<br />
In file included from qpdfbookmarkmodel.cpp:37:0:<br />
qpdfbookmarkmodel.h:62:25: error: ISO C++ forbids declaration of 'Q_ENUM' with no type [-fpermissive]<br />
Q_ENUM(StructureMode)<br />
^<br />
qpdfbookmarkmodel.h:62:25: error: expected ';' at end of member declaration<br />
qpdfbookmarkmodel.h:70:16: error: ISO C++ forbids declaration of 'Q_ENUM' with no type [-fpermissive]<br />
Q_ENUM(Role)<br />
^<br />
qpdfbookmarkmodel.h:70:16: error: expected ';' at end of member declaration<br />
In file included from qpdfbookmarkmodel.cpp:39:0:<br />
qpdfdocument.h:65:18: error: ISO C++ forbids declaration of 'Q_ENUM' with no type [-fpermissive]<br />
Q_ENUM(Status)<br />
^<br />
qpdfdocument.h:65:18: error: expected ';' at end of member declaration<br />
qpdfdocument.h:75:25: error: ISO C++ forbids declaration of 'Q_ENUM' with no type [-fpermissive]<br />
Q_ENUM(DocumentError)<br />
^<br />
qpdfdocument.h:75:25: error: expected ';' at end of member declaration<br />
qpdfdocument.h:87:25: error: ISO C++ forbids declaration of 'Q_ENUM' with no type [-fpermissive]<br />
Q_ENUM(MetaDataField)<br />
^<br />
qpdfdocument.h:87:25: error: expected ';' at end of member declaration<br />
Makefile:466: recipe for target '.obj/qpdfbookmarkmodel.o' failed<br />
make[2]: *** [.obj/qpdfbookmarkmodel.o] Error 1<br />
make[2]: Leaving directory '/home/debian/qtpdf/src/pdf'<br />
Makefile:82: recipe for target 'sub-pdf-make_first-ordered' failed<br />
make[1]: *** [sub-pdf-make_first-ordered] Error 2<br />
make[1]: Leaving directory '/home/debian/qtpdf/src'<br />
Makefile:40: recipe for target 'sub-src-make_first' failed<br />
make: *** [sub-src-make_first] Error 2</p>
]]></description><link>https://forum.qt.io/post/383310</link><guid isPermaLink="true">https://forum.qt.io/post/383310</guid><dc:creator><![CDATA[michaelL]]></dc:creator><pubDate>Tue, 21 Mar 2017 12:09:07 GMT</pubDate></item></channel></rss>