Re: [Gimp-user] Tiff-library not found for gimp 2.2

2004-11-27 Thread Manish Singh
On Fri, Nov 26, 2004 at 07:09:40PM +0100, Jogchum Reitsma wrote:
> This is what configure says:
> 
> checking for TIFFReadScanline in -ltiff... no
> checking for TIFFWriteScanline in -ltiff... no
> checking for TIFFFlushData in -ltiff34... no
> configure: WARNING: *** TIFF plug-in will not be built (TIFF library not 
> found) ***
> configure: error:
> *** Checks for TIFF libary failed. You can build without it by passing
> *** --without-libtiff to configure but you won't be able to use TIFFs then.
> 
> There are no more references to libtiff in the output from configure, as 
> far as I can see.

Check config.log for details for why the check failed.
 
-Yosh
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Tiff-library not found for gimp 2.2

2004-11-27 Thread Carol Spears
On Sat, Nov 27, 2004 at 12:26:16PM +0100, Jogchum Reitsma wrote:
> Carol Spears wrote:
> >>
> >there is a script that sets many of these things for you so that the
> >build will go smoothly.
> >
> >http://www.gimp.org/source/howtos/gimpenv
> >
> >type "source gimpenv" with the term you will use to build gimp and other
> >/usr/local/ things and many of the details are taken care of.
> >
> >i use my personal copy to set the CVSROOT as well.
> >
> 
> Thanks for your info. But after following your advice, the result is the 
> same... By the way, since my distro - SuSE 9.2 - installs gimp-2.0 
> somewhere in /opt/gnome, I take the standard /usr/local for installing 
> gimp 2.2.
> 
that means you do not have to edit the script.  i am sorry it did not
help you with your problems, it probably helped you with other problems
unless you have these environment variables set somewhere else (.bashrc
or .bash_profile is one controversial option).

hopefully someone else will figure out the real solution.

carol

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Tiff-library not found for gimp 2.2

2004-11-27 Thread Jogchum Reitsma
Carol Spears wrote:
On Fri, Nov 26, 2004 at 07:09:40PM +0100, Jogchum Reitsma wrote:
 

Frankly, I did read INSTALL, and also that section, but didn't think the 
solution offered there would bring me luck.

But after your reply I did
export LDFLAGS="-L/usr/local/lib"
before running configure.
   

there is a script that sets many of these things for you so that the
build will go smoothly.
http://www.gimp.org/source/howtos/gimpenv
type "source gimpenv" with the term you will use to build gimp and other
/usr/local/ things and many of the details are taken care of.
i use my personal copy to set the CVSROOT as well.
carol

 

Carol,
Thanks for your info. But after following your advice, the result is the 
same... By the way, since my distro - SuSE 9.2 - installs gimp-2.0 
somewhere in /opt/gnome, I take the standard /usr/local for installing 
gimp 2.2.

kind greetings, Jogchum
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Tiff-library not found for gimp 2.2

2004-11-26 Thread Jogchum Reitsma
Hi,
Sorry, just after I sent my previous posting I realized I should have 
added that I indeed checked /etc/ld.so.conf. Indeed /usr/local/lib is in 
there, and only after checking this I ran ldconfig.

I'll try Carol's hint tomorrow - going to bed now.
thanks again, greetings, Jogchum
Sven Neumann wrote:
Hi,
 

But after your reply I did
export LDFLAGS="-L/usr/local/lib"
before running configure.
This is what configure says:
checking for TIFFReadScanline in -ltiff... no
checking for TIFFWriteScanline in -ltiff... no
checking for TIFFFlushData in -ltiff34... no
configure: WARNING: *** TIFF plug-in will not be built (TIFF library
not found) ***
configure: error:
*** Checks for TIFF libary failed. You can build without it by passing
*** --without-libtiff to configure but you won't be able to use TIFFs then.
   

Does your linker look into /usr/local/lib at all? If you install
libraries there, you either have it in /etc/ld.so.conf and updated
your linker cache or you set LD_LIBRARY_PATH, didn't you?
Sven
 

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Tiff-library not found for gimp 2.2

2004-11-26 Thread Carol Spears
On Fri, Nov 26, 2004 at 07:09:40PM +0100, Jogchum Reitsma wrote:
> 
> Frankly, I did read INSTALL, and also that section, but didn't think the 
> solution offered there would bring me luck.
> 
> But after your reply I did
> 
> export LDFLAGS="-L/usr/local/lib"
> 
> before running configure.
> 
there is a script that sets many of these things for you so that the
build will go smoothly.

http://www.gimp.org/source/howtos/gimpenv

type "source gimpenv" with the term you will use to build gimp and other
/usr/local/ things and many of the details are taken care of.

i use my personal copy to set the CVSROOT as well.

carol

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Tiff-library not found for gimp 2.2

2004-11-26 Thread Sven Neumann
Hi,

> But after your reply I did
>
> export LDFLAGS="-L/usr/local/lib"
>
> before running configure.
>
> This is what configure says:
>
> checking for TIFFReadScanline in -ltiff... no
> checking for TIFFWriteScanline in -ltiff... no
> checking for TIFFFlushData in -ltiff34... no
> configure: WARNING: *** TIFF plug-in will not be built (TIFF library
> not found) ***
> configure: error:
> *** Checks for TIFF libary failed. You can build without it by passing
> *** --without-libtiff to configure but you won't be able to use TIFFs then.

Does your linker look into /usr/local/lib at all? If you install
libraries there, you either have it in /etc/ld.so.conf and updated
your linker cache or you set LD_LIBRARY_PATH, didn't you?


Sven
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Tiff-library not found for gimp 2.2

2004-11-26 Thread Jeff Trefftzs
On Fri, 2004-11-26 at 10:09, Jogchum Reitsma wrote:
> Hi,
> 
> Thanks for your quick reply.
> 
> Frankly, I did read INSTALL, and also that section, but didn't think the 
> solution offered there would bring me luck.
> 
> But after your reply I did
> 
> export LDFLAGS="-L/usr/local/lib"
> 
> before running configure.
> 
> This is what configure says:
> 
> checking for TIFFReadScanline in -ltiff... no
> checking for TIFFWriteScanline in -ltiff... no
> checking for TIFFFlushData in -ltiff34... no
> configure: WARNING: *** TIFF plug-in will not be built (TIFF library not 
> found) ***
> configure: error:
> *** Checks for TIFF libary failed. You can build without it by passing
> *** --without-libtiff to configure but you won't be able to use TIFFs then.
> 
> There are no more references to libtiff in the output from configure, as 
> far as I can see.
> 
> Maybe I installed the wrong version of libtiff? Mine is 3.7.0: 
> /usr/local/lib reads among other:
> 
> lrwxrwxrwx   1 root root 13 2004-11-26 14:46 libtiff -> libtiff.3.7.0*
> lrwxrwxrwx   1 root root 13 2004-11-26 14:46 libtiff.3 -> libtiff.3.7.0*
> -rwxr-xr-x   1 root root 700919 2004-11-26 14:46 libtiff.3.7.0*
> -rw-r--r--   1 root root 981630 2004-11-26 14:46 libtiff.a
> -rwxr-xr-x   1 root root783 2004-11-26 14:46 libtiff.la*
> 
> I don't need the tiff-library myself, so I could give --without-libtiff 
> to configure. But since testing is my object, it would be nice to have 
> it included.

Do you have /usr/local/lib in your /etc/ld.so.conf file?  Make sure it's
there, and run ldconfig again and see what happens.

HTH,
-- 
Jeff

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Tiff-library not found for gimp 2.2

2004-11-26 Thread Jogchum Reitsma
Sven Neumann wrote:
Hi,
Jogchum Reitsma <[EMAIL PROTECTED]> writes:
 

I did a ./configure on the gimp-2.2 source (not the CVS-line), and it
complained about not finding the TIFF-library. So I downloaded that
(v. 3.70), compiled and installed it (the libraries install in
/usr/local/lib) and ran ldconfig.
Still ./configure doesn't find it.
What am I doing wrong?
   

You forgot to read INSTALL, in particular the section that is titled
"When ./configure fails on plug-ins".
Sven
 

Hi,
Thanks for your quick reply.
Frankly, I did read INSTALL, and also that section, but didn't think the 
solution offered there would bring me luck.

But after your reply I did
export LDFLAGS="-L/usr/local/lib"
before running configure.
This is what configure says:
checking for TIFFReadScanline in -ltiff... no
checking for TIFFWriteScanline in -ltiff... no
checking for TIFFFlushData in -ltiff34... no
configure: WARNING: *** TIFF plug-in will not be built (TIFF library not 
found) ***
configure: error:
*** Checks for TIFF libary failed. You can build without it by passing
*** --without-libtiff to configure but you won't be able to use TIFFs then.

There are no more references to libtiff in the output from configure, as 
far as I can see.

Maybe I installed the wrong version of libtiff? Mine is 3.7.0: 
/usr/local/lib reads among other:

lrwxrwxrwx   1 root root 13 2004-11-26 14:46 libtiff -> libtiff.3.7.0*
lrwxrwxrwx   1 root root 13 2004-11-26 14:46 libtiff.3 -> libtiff.3.7.0*
-rwxr-xr-x   1 root root 700919 2004-11-26 14:46 libtiff.3.7.0*
-rw-r--r--   1 root root 981630 2004-11-26 14:46 libtiff.a
-rwxr-xr-x   1 root root783 2004-11-26 14:46 libtiff.la*
I don't need the tiff-library myself, so I could give --without-libtiff 
to configure. But since testing is my object, it would be nice to have 
it included.

Thanks, Jogchum

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Tiff-library not found for gimp 2.2

2004-11-26 Thread Sven Neumann
Hi,

Jogchum Reitsma <[EMAIL PROTECTED]> writes:

> I did a ./configure on the gimp-2.2 source (not the CVS-line), and it
> complained about not finding the TIFF-library. So I downloaded that
> (v. 3.70), compiled and installed it (the libraries install in
> /usr/local/lib) and ran ldconfig.
>
> Still ./configure doesn't find it.
>
> What am I doing wrong?

You forgot to read INSTALL, in particular the section that is titled
"When ./configure fails on plug-ins".


Sven
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Tiff-library not found for gimp 2.2

2004-11-26 Thread Jogchum Reitsma
Hi,
I did a ./configure on the gimp-2.2 source (not the CVS-line), and it 
complained about not finding the TIFF-library. So I downloaded that (v. 
3.70), compiled and installed it (the libraries install in 
/usr/local/lib) and ran ldconfig.

Still ./configure doesn't find it.
What am I doing wrong?
Thanks,
Jogchum Reitsma
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user