Date: Tue, 27 Jan 1998 21:09:51 -0500 (EST) From: Dennis Tenn <dstenn@fanfic.org> To: Doug White <dwhite@resnet.uoregon.edu> Cc: brunell@uwplatt.edu, freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: tiff-34 failure Message-ID: <Pine.BSF.3.96.980127204902.16338D-100000@fanfic.org> In-Reply-To: <Pine.BSF.3.96.980127151413.16969E-100000@gdi.uoregon.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 27 Jan 1998, Doug White wrote:
| On Sun, 25 Jan 1998, Matt Brunell wrote:
|
| > I have tried to install enlightenment from the ports on FreeBSD
| > 2.2.2-RELEASE but the tiff part fails.
| > the first error I get is
| > ===> imlib-0.11 depends on shared library: tiff34\.1\. - not found
| >
| > then I get various errors from *.c files saying tiff34/tiffio.h: No
| > such file or directory
| >
| > ( this is from the imlib build )
| >
| > Any ideas?
| >
| > I already tried installing tiff34 before afterstep, but that _seems_ to
| > work fine ... I get no errors.
|
| You need to create a symlink from /usr/local/include/tiff34/ to
| /usr/local/include; our tiff port doesn't put the tiff files in their own
| subdir.
|
| You're installing enlightenment I bet...
Funny you should say that since I installed enlightenment yesterday. I
noticed that in /usr/local/include neither tiffio.h nor tiff.h existed but
that tiffio34.h and tiff34.h were present. I figured it was easier to
modify the imlib.c (I think that was what it was) inculde references:
#include <tiff34/tiffio.h>
I changed this to:
#include </usr/local/include/tiffio34.h>
The compile then went along smoothly. I would suggest you do a 'grep tiff
*' in the work dir for imlib to make sure you don't need to modify any
other files. I had one other problem with the netpbm port along the same
lines. I forget what happened but it was a similar fix. Enlightenment is
running fine on my comp now. BTW.. Relevant hardware specs (and the only
reason I'm even trying enlightenment) are:
P200 w/ 128Mb RAM
3.2GB HD
4Mb RAM on video card
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Dennis Tenn * There will always come a time
dstenn@fanfic.org * When your love will be tested
* Stand tall and rise to the occasion
* For only then will you grow strong.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980127204902.16338D-100000>
