On Wed, 2016-01-20 at 19:36 +0530, manas prasad nayak wrote:
> ...
> -- Could NOT find Fontconfig (missing:  FONTCONFIG_LIBRARIES 
> FONTCONFIG_INCLUDE_
> DIR)
> -- Could NOT find Lua50 (missing:  LUA_LIBRARIES LUA_INCLUDE_DIR)
> 
> Note : Image attached depicting the error

        Hi,
adding image with something what you already pasted to the message body
looks like a waste of data, especially when the information you want to
give is much simpler as pasted in the body, than in the image.

> Not able to run please do help...

Actually, you missed to paste some lines. If you read the cmake output
carefully, you'll realize that most of the libraries are optional
dependencies, thus the parts they are used to are optional and
disabled, when the library is not found. The output also says what you
should do to have them found, that is, instead of overriding the same
variable on the command line multiple times (I suppose only the last
value is used when you do it the way you did it), then use the
variables the cmake output says. Thus, for example, this error:

> -- Could NOT find TIFF (missing:  TIFF_LIBRARY TIFF_INCLUDE_DIR)
> Libtiff not found. TIFF support will be disabled

could be addressed by these added parameters on the cmake command line:
   -DTIFF_LIBRARY=path/to/libtiff/lib
   -DTIFF_INCLUDE_DIR=path/to/libtiff/include

Maybe try the GUI version of cmake, which makes it easy to add all the
needed/missing variables easily in the graphical environment, rather
than on command line.

Also check the online manual of cmake for further information how to
use the respective variables (check for example [1]).

        Bye,
        zyx

[1] https://cmake.org/Wiki/CMake_Useful_Variables

-- 
http://www.litePDF.cz                                 i...@litepdf.cz



------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to