Hi,

I'm trying to install XEmacs from source using Fink on a new powerbook running
Panther.  (Why from source?  Because I'm behind a rather paranoid firewall that
only lets through HTTP(S) packets via a proxy and whenever I try to install a
binary it simply gets stuck contacting port 8080 in 0.0.31.144.)

The error I get is

/usr/bin/gcc -c  -O -I. -I../tools -I../libtiff ../tools/raw2tiff.c
../tools/raw2tiff.c: In function 'correlation':
../tools/raw2tiff.c:408: error: 'u_char' undeclared (first use in this function)
../tools/raw2tiff.c:408: error: (Each undeclared identifier is reported only
once
../tools/raw2tiff.c:408: error: for each function it appears in.)
../tools/raw2tiff.c:408: error: parse error before ')' token
../tools/raw2tiff.c:409: error: parse error before ')' token
make[1]: *** [raw2tiff.o] Error 1
make: *** [all] Error 2
### execution of (export failed, exit code 2
Failed: compiling libtiff-3.6.1-1 failed



I can fix this by adding a typedef in raw2tiff.c :

typedef unsigned char u_char;

but then I don't know how to tell fink to use my patched file.

I've emailed the maintainers of libtiff and I've been told that I'm the only one
with this problem and hence to contact this mailing list for advice.

Many thanks in advance,

José



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r 
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to