[Image-SIG] PIL

Tom Cameron tom@cameron.to
Mon, 23 Jul 2001 18:20:58 +1000


Frederik,
Hurrah!!
You are correct. I was editing the ImConfig.h file and then overwriting it
with ./configure

I had just done everything for the 4th time and was getting very pissed off.

Perhaps you need some docs on this for dummies like me how dont understand
this stuff.

Thanks very much

=> -----Original Message-----
=> From: Fredrik Lundh [mailto:fredrik@pythonware.com]
=> Sent: Monday, 23 July 2001 6:10 PM
=> To: tom@cameron.to
=> Cc: image-sig@python.org
=> Subject: Re: [Image-SIG] PIL
=>
=>
=> tom wrote:
=> > => then check libImaging/ImConfig.h for '#define HAVE_LIBJPEG',
=> > => default is, as far as I remember, '/* #undef HAVE_LIBJPEG */'
=> > => that doesn't mean to link libjpeg!
=> >
=> > You were correct here, this was not set to #define. I changed this.
=> >
=> > Then I removed all *.o files from libImaging and ran './configure' and
=> > 'make' again.
=>
=> ./configure rewrites the ImConfig.h file.  Try making the
=> changes *after* you've run ./configure.
=>
=> Also make sure to rebuild the *.o files in the PIL main directory.
=>
=> Cheers /F
=>
=>