> Em 30-03-2014 12:34, m...@pc-networking-services.com escreveu:
>
>>> After it created the make files I checked and saw that it had detected
>>> both qt4 and qt5.
>
> I have, with autotools that it detects both qt4 and 5, but only builds
> the wrapper for the first one in the path.
>
>>>
>>> I typed make and it went through the entire build without any errors
>>> and
>>> both qt4 and qt5 gets built.
>
> Do you mean that both libpoppler-qt4.so and libpoppler-qt5.so are built
> and installed?
>
>
>> Well I have managed to work out how to change the instructions to using
>> cmake:
>>
>> mkdir build &&
>> cd    build &&
>>
>> cmake -DBUILD_SHARED_LIBS=ON \
>>       -DCMAKE_INSTALL_PREFIX=/usr \
>>       -DENABLE_XPDF_HEADERS:BOOL=ON \
>>       -DENABLE_LIBCURL:BOOL=ON \
>>       -Wno-dev .. &&
>>        make
>>
>> I was not able to get it to do anything with the sysconfdir.  I tried:
>>
>> -DSYSCONF_INSTALL_DIR=/etc
>>
>> and after generating the make files it said that, that option was unused
>> in the project.  There is no mention of that directory in the
>> CMakeCache.txt file so it may well be that it has not been added.
>
> Interesting.
>
> Please, I would like to know what I asked above.
>
> Meanwhile, I just found that "CMake build system" was introduced in
> 2008, so, I am wondering why devs in the book kept considering only
> autotools build. I've seen a comment about problems with glib-side
> developers of poppler regarding cmake, but these are old, from 2010.
>
> --
> []s,
> Fernando
> --
> http://linuxfromscratch.org/mailman/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
>
Hello Fernando,

I have double checked and yes both get built and installed.

output of locate:

/usr/lib/libpoppler-qt5.so
/usr/lib/libpoppler-qt5.so.1
/usr/lib/libpoppler-qt5.so.1.0.0

/usr/lib/libpoppler-qt4.so
/usr/lib/libpoppler-qt4.so.4
/usr/lib/libpoppler-qt4.so.4.3.0

Regards,

Christopher

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to