<!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 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>
font configuration: fontconfig<BR>
splash output: yes<BR>
cairo output: yes<BR>
qt4 wrapper: yes<BR>
glib wrapper: yes<BR>
introspection: no<BR>
cpp wrapper: yes<BR>
use gtk-doc: no<BR>
use libjpeg: yes<BR>
use libpng: yes<BR>
use libtiff: yes<BR>
use zlib: no<BR>
use libcurl: no<BR>
use libopenjpeg: yes<BR>
use cms: no<BR>
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>