<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.2.3">
</HEAD>
<BODY>
Hello all,<BR>
I am trying to build the poppler libs for use in a Qt app for the Blackberry Playbook (QNX armv7le).<BR>
I am running fedora16 64bit on my dev machine.<BR>
I configured poppler against the Qt4.8.1 libs built for the playbook (qnx) with this:<BR>
./configure --with-x --enable-poppler-qt4 POPPLER_QT4_LIBS=-L/home/jon/QtQNX/ARM/lib POPPLER_QT4_CFLAGS=-I/home/jon/QtQNX/ARM/include POPPLER_QT4_TEST_LIBS=-L/home/jon/QtQNX/ARM/lib&nbsp; POPPLER_QT4_TEST_CFLAGS=-I/home/jon/QtQNX/ARM/include MOCQT4=/home/jon/QtQNX/ARM/bin/moc<BR>
Here is what I get when configure completes:<BR>
Building poppler with support for:<BR>
&nbsp; font configuration: fontconfig<BR>
&nbsp; splash output:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes<BR>
&nbsp; cairo output:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes<BR>
&nbsp; qt4 wrapper:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes<BR>
&nbsp; glib wrapper:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes<BR>
&nbsp;&nbsp;&nbsp; introspection:&nbsp;&nbsp;&nbsp; no<BR>
&nbsp; cpp wrapper:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes<BR>
&nbsp; use gtk-doc:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no<BR>
&nbsp; use libjpeg:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes<BR>
&nbsp; use libpng:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes<BR>
&nbsp; use libtiff:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes<BR>
&nbsp; use zlib:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no<BR>
&nbsp; use libcurl:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no<BR>
&nbsp; use libopenjpeg:&nbsp;&nbsp;&nbsp; yes<BR>
&nbsp; use cms:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no<BR>
&nbsp; command line utils: yes<BR>
<BR>
Is this the correct approach?<BR>
When I run make I get this error several times until make fails:<BR>
/home/jon/QtQNX/ARM/include/QtCore/qatomic_armv5.h: Assembler messages:<BR>
/home/jon/QtQNX/ARM/include/QtCore/qatomic_armv5.h:131: Error: no such instruction: `swpb %al,%r14b,[%rbx]'<BR>
<BR>
I am not sure what to do at this point, I am a rookie with this stuff....<BR>
Any guidance or insight to get these to build would be greatly appreciated!<BR>
Best regards,<BR>
Jon Heron<BR>
<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>