Bug 9130

Summary: JPEG library header search broken under MSYS
Product: poppler Reporter: Alexis Wilke <alexis>
Component: generalAssignee: poppler-bugs <poppler-bugs>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Windows (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: Fix for the JPEG search m4 script so it works under MSYS

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.