On 12-04-2012 07:51, Andrew Benton wrote:
> On Thu, 12 Apr 2012 11:07:33 +0100
> Wayne Blaszczyk <wblaszcz@...> wrote:
>
>> I've rebuilt libreoffice succesfully by removing --with-system-poppler.
>> I had no problem ICU.
>> icu4c-4.8.1.1
>> poppler-0.18.4
> Looking at the way I install poppler, I have 2 deviations. One is I
> patch it to use lcms2 as I don't install lcms1. The other is that I
> configure it with --enable-xpdf-headers
> I wonder if the xpdf headers are needed use it to compile Libre Office?
> Fernando, --with-system-poppler works for you, how do you configure
> poppler?
>
> Andy

You probably found the reason. I use "--enable-xpdf-headers"

./configure                        \
            --prefix=/usr          \
            --sysconfdir=/etc      \
            --disable-static       \
            --enable-xpdf-headers  \
            --enable-cairo-output  \
            --enable-libjpeg       \
            --enable-zlib          \
            --enable-libcurl       \
            --enable-poppler-glib  \
            --enable-poppler-qt4  &&

-- 
[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to