<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Yep that would be fine. I'll be online</div><div><br></div><div>Thanks</div><div>Craig<br><br><div><br></div></div><div><br>On 03/09/2013, at 11:28, William Bell <<a href="mailto:whbell@btinternet.com">whbell@btinternet.com</a>> wrote:<br><br></div><blockquote type="cite"><div><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt">Hi Craig,<br><br>Yes, would sometime between 21:00 and 22:00 CEST (GMT+2hrs) work?<br><br>Thanks and best regards,<br><br>Will<br><div><br></div>  <div style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <hr size="1">  <font face="Arial" size="2"> <b><span style="font-weight:bold;">From:</span></b> Craig Bradney <<a href="mailto:cbradney@scribus.info">cbradney@scribus.info</a>><br> <b><span style="font-weight: bold;">To:</span></b> Scribus Development Mailing List <<a href="mailto:scribus-dev@lists.scribus.net">scribus-dev@lists.scribus.net</a>> <br><b><span style="font-weight: bold;">Cc:</span></b> "<a href="mailto:scribus-dev@lists.scribus.info">scribus-dev@lists.scribus.info</a>" <<a href="mailto:scribus-dev@lists.scribus.info">scribus-dev@lists.scribus.info</a>> <br> <b><span style="font-weight: bold;">Sent:</span></b> Tuesday, 3 September 2013, 11:06<br> <b><span style="font-weight:
 bold;">Subject:</span></b> Re: [scribus-dev] [scribus] compiling Scribus 1.4.3 on an ARM CPU (Debian Wheezy)<br> </font> </div> <div class="y_msg_container"><br><div id="yiv1297795471"><div><div>Can you make it into our Scribus IRC channel tonight CET?</div><div><br></div><div>Thanks</div><div>Craig<br><br><div><br></div></div><div><br>On 03/09/2013, at 10:23, William Bell <<a rel="nofollow" ymailto="mailto:whbell@btinternet.com" target="_blank" href="mailto:whbell@btinternet.com">whbell@btinternet.com</a>> wrote:<br><br></div><blockquote type="cite"><div><div style="color:#000;background-color:#fff;font-family:arial, helvetica, sans-serif;font-size:10pt;">Hi,<br><br>Can anyone help me on this list?<br><br>Thanks and best regards,<br><br>Will<br><div><span><br></span></div>  <div style="font-family:arial, helvetica, sans-serif;font-size:10pt;"> <div style="font-family:times new roman, new york, times, serif;font-size:12pt;"> <div dir="ltr"> <hr size="1">  <font face="Arial" size="2"> <b><span style="font-weight:bold;">From:</span></b> William Bell <<a rel="nofollow" ymailto="mailto:whbell@btinternet.com" target="_blank" href="mailto:whbell@btinternet.com">whbell@btinternet.com</a>><br> <b><span style="font-weight:bold;">To:</span></b> Scribus User Mailing List <<a rel="nofollow" ymailto="mailto:scribus@lists.scribus.net" target="_blank" href="mailto:scribus@lists.scribus.net">scribus@lists.scribus.net</a>>; "<a rel="nofollow" ymailto="mailto:scribus@lists.scribus.info" target="_blank" href="mailto:scribus@lists.scribus.info">scribus@lists.scribus.info</a>" <<a rel="nofollow" ymailto="mailto:scribus@lists.scribus.info" target="_blank" href="mailto:scribus@lists.scribus.info">scribus@lists.scribus.info</a>> <br> <b><span style="font-weight:bold;">Sent:</span></b> Friday, 23 August 2013, 13:31<br> <b><span style="font-weight:bold;">Subject:</span></b> Re: [scribus] compiling
 Scribus 1.4.3 on an ARM CPU (Debian Wheezy)<br> </font> </div>
 <div class="yiv1297795471y_msg_container"><br>Hi,<br><br>Who are the lead developers of the Scribus Qt4 interface?<br><br>Thanks and best regards,<br><br>Will<br><br><br><br><br>________________________________<br> From: William Bell <<a rel="nofollow" ymailto="mailto:whbell@btinternet.com" target="_blank" href="mailto:whbell@btinternet.com">whbell@btinternet.com</a>><br>To: "<a rel="nofollow" ymailto="mailto:scribus@lists.scribus.info" target="_blank" href="mailto:scribus@lists.scribus.info">scribus@lists.scribus.info</a>" <<a rel="nofollow" ymailto="mailto:scribus@lists.scribus.info" target="_blank" href="mailto:scribus@lists.scribus.info">scribus@lists.scribus.info</a>> <br>Sent: Tuesday, 20 August 2013, 17:36<br>Subject: [scribus] compiling Scribus 1.4.3 on an ARM CPU (Debian Wheezy)<br> <br><br>Hi,<br><br>I am trying to build Scribus 1.4.3 on an ARM CPU that runs Debian Wheezy (Raspbian).  Following the installation of all of the
 dependencies, the compilation goes well until <br><br>[ 66%] Building CXX object
 scribus/CMakeFiles/scribus.dir/scpainter.cpp.o<br>/home/pi/Scribus/scribus/scpainter.cpp: In member function ‘void ScPainter::drawVPath(int)’:<br>/home/pi/Scribus/scribus/scpainter.cpp:1119:31:<br>error: no matching function for call to <br>‘QPen::setDashPattern(QVector<double>&)’<br>/home/pi/Scribus/scribus/scpainter.cpp:1119:31: note: candidate is:<br>/usr/include/qt4/QtGui/qpen.h:87:10: note: void QPen::setDashPattern(const QVector<float>&)<br>/usr/include/qt4/QtGui/qpen.h:87:10:<br>note:   no known conversion for argument 1 from ‘QVector<double>’<br>to ‘const QVector<float>&’<br>make[2]: *** [scribus/CMakeFiles/scribus.dir/scpainter.cpp.o] Error 1<br>make[1]: *** [scribus/CMakeFiles/scribus.dir/all] Error 2<br>make: *** [all]<br>Error 2<br><br>It is very clear why this fails.  In Qt4 there is<br><br>/usr/include/qt4/Qt/qglobal.h<br><br>typedef QT_COORD_TYPE qreal;<br>#elif
 defined(QT_NO_FPU) || defined(QT_ARCH_ARM) || defined(QT_ARCH_WINDOWSCE) || defined(QT_ARCH_SYMBIAN)<br>typedef float qreal;<br>#else<br>typedef double qreal;<br>#endif<br><br>The Qt functions use qreal, rather than double of float.  In the Scribus source code there are lots of <br><br>QList<double> and QVector<double><br><br>While I could use sed to switch these to qreal, there are other pieces of code such as<br><br>Scribus/scribus/util.cpp<br><br>void getDashArray(int dashtype, double linewidth, QVector<float> &m_array) {<br>   QVector<double> tmp;<br>   getDashArray(dashtype, linewidth, tmp);<br>   m_array.clear();<br>   for (int i = 0; i < tmp.count(); ++i) {<br>   m_array << static_cast<float>(tmp[i]);<br>  }<br>}<br><br>void getDashArray(int dashtype, double linewidth, QVector<double>
 &m_array)<br>{<br>        m_array.clear();<br>        if ((dashtype == 1) || (dashtype == 0))<br>                return;<br>        double Dt = qMax(1.0*linewidth, 0.1);<br>        double Sp = qMax(2.0*linewidth,<br>0.1);<br>        double Da = qMax(4.0*linewidth, 0.1);<br>        switch (dashtype)<br>        {<br><br><br>Why is QVector<double> used instead of QVector<qreal> etc?  If I use sed, I will have to remove overloaded functions that include <float>.  Is this safe?<br><br>Thanks and best regards,<br><br>Will<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL:
 <<a rel="nofollow" target="_blank" href="http://lists.scribus.net/pipermail/scribus/attachments/20130820/7f6c7e4c/attachment.html">http://lists.scribus.net/pipermail/scribus/attachments/20130820/7f6c7e4c/attachment.html</a>><br>___<br>Scribus Mailing List: <a rel="nofollow" ymailto="mailto:scribus@lists.scribus.net" target="_blank" href="mailto:scribus@lists.scribus.net">scribus@lists.scribus.net</a><br>Edit your options or unsubscribe:<br><a rel="nofollow" target="_blank" href="http://lists.scribus.net/mailman/listinfo/scribus">http://lists.scribus.net/mailman/listinfo/scribus</a><br>See also:<br><a rel="nofollow" target="_blank" href="http://wiki.scribus.net/">http://wiki.scribus.net</a><br><a rel="nofollow" target="_blank" href="http://forums.scribus.net/">http://forums.scribus.net</a><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <<a rel="nofollow" target="_blank" href="http://lists.scribus.net/pipermail/scribus/attachments/20130823/84fa74d9/attachment-0001.html">http://lists.scribus.net/pipermail/scribus/attachments/20130823/84fa74d9/attachment-0001.html</a>><br>___<br>Scribus Mailing List: <a rel="nofollow" ymailto="mailto:scribus@lists.scribus.net" target="_blank" href="mailto:scribus@lists.scribus.net">scribus@lists.scribus.net</a><br>Edit your options or unsubscribe:<br><a rel="nofollow" target="_blank" href="http://lists.scribus.net/mailman/listinfo/scribus">http://lists.scribus.net/mailman/listinfo/scribus</a><br>See also:<br><a rel="nofollow" target="_blank" href="http://wiki.scribus.net/">http://wiki.scribus.net</a><br><a rel="nofollow" target="_blank" href="http://forums.scribus.net/">http://forums.scribus.net</a><br><br></div> </div> </div>  </div></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>scribus-dev mailing
 list</span><br><span><a rel="nofollow" ymailto="mailto:scribus-dev@lists.scribus.net" target="_blank" href="mailto:scribus-dev@lists.scribus.net">scribus-dev@lists.scribus.net</a></span><br><span><a rel="nofollow" target="_blank" href="http://lists.scribus.net/mailman/listinfo/scribus-dev">http://lists.scribus.net/mailman/listinfo/scribus-dev</a></span><br></div></blockquote></div></div><br>_______________________________________________<br>scribus-dev mailing list<br><a ymailto="mailto:scribus-dev@lists.scribus.net" href="mailto:scribus-dev@lists.scribus.net">scribus-dev@lists.scribus.net</a><br><a href="http://lists.scribus.net/mailman/listinfo/scribus-dev" target="_blank">http://lists.scribus.net/mailman/listinfo/scribus-dev</a><br><br><br></div> </div> </div>  </div></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>scribus-dev mailing list</span><br><span><a href="mailto:scribus-dev@lists.scribus.net">scribus-dev@lists.scribus.net</a></span><br><span><a href="http://lists.scribus.net/mailman/listinfo/scribus-dev">http://lists.scribus.net/mailman/listinfo/scribus-dev</a></span><br></div></blockquote></body></html>