Bug 9130 - JPEG library header search broken under MSYS
Summary: JPEG library header search broken under MSYS
Status: RESOLVED FIXED
Alias: None
Product: poppler
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Windows (All)
: high normal
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-22 21:23 UTC by Alexis Wilke
Modified: 2007-01-23 17:34 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Fix for the JPEG search m4 script so it works under MSYS (596 bytes, patch)
2006-11-22 21:26 UTC, Alexis Wilke
Details | Splinter Review

Description Alexis Wilke 2006-11-22 21:23:50 UTC
Your search of the JPEG header files is broken under MSYS because you use the
$includedir variable as is. Unfortunately that variable includes a variable
which needs to be evalutated. (i.e. it is not the result of "${prefix}/include";
it is '${prefix}/include' as such!)

You can look at your configure script and search for includedir=

I have a patch for the m4/libjpeg.m4 file.

Thank you,
Alexis

P.S. would is be possible for you to add the available versions in Bugzilla? So
that way we can see when a bug was logged what version it was for. Thanks!
Comment 1 Alexis Wilke 2006-11-22 21:26:18 UTC
Created attachment 7871 [details] [review]
Fix for the JPEG search m4 script so it works under MSYS

"$includedir ..."

becomes:

"`eval echo $includedir` ..."

And it works 8-)
Comment 2 Albert Astals Cid 2006-11-23 11:00:52 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.