<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thank your for the feedback.<br>
<br>
I'll pass on your thoughts to the Clang list and hopefully it gets
addressed.<br>
<br>
- Marc<br>
<br>
On 02/25/2011 12:34 AM, Albert Astals Cid wrote:
<blockquote cite="mid:201102250834.13012.aacid@kde.org" type="cite">
<pre wrap="">A Divendres, 25 de febrer de 2011, Marc J. Driftmeyer va escriure:
</pre>
<blockquote type="cite">
<pre wrap="">I've been testing Clang trunk against various projects and am testing
against Poppler.
It hangs on the check_fonts section of code:
Here is the output:
The build is extremely noisy but the fatal error section that kills the
build is as follows:
[ 74%] Building CXX object
qt4/tests/CMakeFiles/check_fonts.dir/check_fonts.cpp.o
/home/mdriftmeyer/DeveloperProjects/QtProjects/Poppler/trunk/qt4/tests/chec
k_fonts.cpp:229:14: warning:
</pre>
</blockquote>
<pre wrap="">
That's a deprecated warning that is totally harmless
</pre>
<blockquote type="cite">
<pre wrap="">In file included from
/home/mdriftmeyer/DeveloperProjects/QtProjects/Poppler/trunk/qt4/tests/chec
k_fonts.cpp:1:
In file included from /usr/include/qt4/QtTest/QtTest:3:
In file included from /usr/include/qt4/QtCore/QtCore:3:
In file included from /usr/include/qt4/QtCore/qabstractanimation.h:45:
In file included from /usr/include/qt4/QtCore/qobject.h:50:
/usr/include/qt4/QtCore/qlist.h:732:22: error: invalid operands to
binary expression ('Poppler::FontInfo' and
'Poppler::FontInfo')
if (!(i->t() == li->t()))
~~~~~~ ^ ~~~~~~~
</pre>
</blockquote>
<pre wrap="">
That seems like a clang error to me in not being able to use
bool operator==( const Poppler::FontInfo &f1, const Poppler::FontInfo &f2 )
defined in qt4/tests/check_fonts.cpp:35
Albert
</pre>
<blockquote type="cite">
<pre wrap="">
-----------------------------------------
Is this an expected outcome?
Sincerely Yours,
Marc J. Driftmeyer
</pre>
</blockquote>
<pre wrap="">_______________________________________________
poppler mailing list
<a class="moz-txt-link-abbreviated" href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/poppler">http://lists.freedesktop.org/mailman/listinfo/poppler</a>
</pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
Marc J. Driftmeyer<br>
Email :: <a href="mailto:mjd@reanimality.com">mjd@reanimality.com</a><br>
Web :: <a href="http://www.reanimality.com">http://www.reanimality.com</a><br>
Cell :: (509) 435-5212
</div>
</body>
</html>