Hello Alex, hello all,

> Alex <mysqlstud...@gmail.com> has written on 13 November 2017 at 01:18:
> 
> 
> Hi, does anyone have a working version of podofo-0.9.5 for fedora25?
> It ships with 0.9.1, and 0.9.5 doesn't easily compile:
> 
> Found cppunit. Unit tests will be built.
> -- Found OpenSSL: /usr/lib64/libssl.so
> CMake Error at CMakeLists.txt:396 (FIND_PACKAGE):
>   By not providing "FindFREETYPE.cmake" in CMAKE_MODULE_PATH this project has
>   asked CMake to find a package configuration file provided by "FREETYPE",
>   but CMake did not find one.
>

because PoDoFo 0.9.5 has FindFREETYPE.cmake in the path cmake/modules/ this has
to be a problem with the CMAKE_MODULE_PATH: what happens when you set it on the
command line (in the top-level dir of podofo-0.9.5, first two commands only 
once):
mkdir build && cd build && cmake -DCMAKE_MODULE_PATH=$(pwd)/cmake/modules ..

> ... snip ... 
> 
> I have freetype and freetype-devel installed:
> freetype-2.6.5-9.fc25.x86_64
> freetype-devel-2.6.5-9.fc25.x86_64
> 
> I've also searched through the CMakeOutput.log and CMakeError.log and
> don't see anything relating to why it would have a problem with
> freetype...

Your installation should be sufficient, yes ...
> 
> Neither the FREETYPEConfig.cmake or freetype-config.cmake exist on my system.
> 
(I hope, AFAIK) they don't need to for PoDoFo.

> Does anyone have any ideas of what can be done to get it working with 
> fedora25?
> 
I don't use Fedora nor have I access to an installed system with it, so this is
all I can do before I read your answer with the (relevant part of the) CMake
output with the command above (I hope I've got it right), to help you.

Best regards, mabri

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to