<div dir="ltr">On Fri, Nov 15, 2013 at 10:12 AM, Treeve Jelbert <span dir="ltr"><<a href="mailto:treeve@scarlet.be" target="_blank">treeve@scarlet.be</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I build all of kf5 as standalone modules<br>
<br>
kdoctools is now required when building kdewidgets, but the build fails<br>
<br>
FAILED: cd /usr/src/kdewidgets-5.x/build/docs/makekdewidgets &&<br>
/opt/qt5/bin/meinproc5 --stylesheet<br>
/opt/qt5/share/ksgmltools2/customization/kde-include-man.xsl --check<br>
/var/git/kde5libs/kdewidgets/docs/makekdewidgets/man-makekdewidgets.1.docbook<br>
man-makekdewidgets.1.docbook:5: warning: failed to load external entity<br>
"dtd/kdex.dtd"<br>
]><br>
<br>
<br>
kdoctools installs files to /opt/qt5/share/ksgmltools2/customization whereas<br>
kdelibs4 uses /opt/qt4/share/apps/ksgmltools2/customization<br>
<br>
is the problem due to the extra apps directory?<br>
<br>
is it possible to make the dependency on kdoctools optional?<br>
_______________________________________________<br>
Kde-frameworks-devel mailing list<br>
<a href="mailto:Kde-frameworks-devel@kde.org">Kde-frameworks-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" target="_blank">https://mail.kde.org/mailman/listinfo/kde-frameworks-devel</a><br>
</blockquote></div><br></div><div class="gmail_extra">I wouldn't make the dependency on KDocTools optional, the advantage would be that then things are less tested. Documentation needs some love too anyway.</div><div class="gmail_extra">

<br></div><div class="gmail_extra">The problem you're having is because meinproc uses QStandardPaths, requiring you to have XDG_* variables defined, especially XDG_DATA_DIRS.</div><div class="gmail_extra"><br></div><div class="gmail_extra">

Aleix</div></div>