[prev in list] [next in list] [prev in thread] [next in thread] 

List:       imagemagick-developer
Subject:    Re: jpeg configure problem
From:       Patrick Welche <prlw1 () newn ! cam ! ac ! uk>
Date:       2000-08-28 18:32:22
[Download RAW message or body]

On Mon, Aug 28, 2000 at 01:25:55PM -0500, Bob Friesenhahn wrote:
> This failure is supposed to mean the the compiler is picking up a
> header from an outdated JPEG library.  There may be a jpeglib.h header
> file elsewhere on your system (e.g. with the X11R6 headers).
> 
> Bob
> 
> On Mon, 28 Aug 2000, Patrick Welche wrote:
...
> > (/usr/local/include is searched, and there is only one jpeglib.h)
                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
...

Just in case:

#include <stdio.h>
#include <jpeglib.h>
int
main ()
{
if ( JPEG_LIB_VERSION >= 62 ) printf("new library\n");
else printf("old library\n");
 
return 0;
}
% gcc -I/usr/local/include foo.c -o foo
% foo
new library

It is strange if I'm the only one to have this problem though..

Cheers,

Patrick

***********************************************************************
To remove yourself from this mailing list, send mail to:
	majordomo@imagemagick.org

Include the following command in the body of your message:
	unsubscribe magick-developer
***********************************************************************

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic