Bug 55326 - Poppler fails to compile with lcms2 in nonstandard location
Summary: Poppler fails to compile with lcms2 in nonstandard location
Status: RESOLVED FIXED
Alias: None
Product: poppler
Classification: Unclassified
Component: qt4 frontend (show other bugs)
Version: unspecified
Hardware: Other All
: medium minor
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-25 17:07 UTC by markus.moll
Modified: 2012-09-25 21:13 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description markus.moll 2012-09-25 17:07:25 UTC
qt4/poppler-document.cc requires lcms2, but the compilation does not include $(LCMS_INCLUDE).
Comment 1 Albert Astals Cid 2012-09-25 20:47:41 UTC
LCMS_INCLUDE is not defined anywhere, have you checked that actually does anything? Do you mean $(LCMS_CFLAGS) ?
Comment 2 markus.moll 2012-09-25 20:56:45 UTC
Sorry, yes, LCMS_CFLAGS. Poppler wouldn't compile, complaining that it could not find lcms2.h when compiling poppler-document. Indeed the include path wasn't added, and simply adding $(LCMS_CFLAGS) made it compile. I guess usually lcms2.h is in some standard include path, so that the problem is hidden.
Comment 3 Albert Astals Cid 2012-09-25 21:13:04 UTC
Fixed, thanks


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.