put...@at... wrote:
> I used to play Armor Alley on an old mac laptop of mine
> some years ago. I recently came across your game and
> really wanted to try it but was unable to compile it.
>
> ------------------------------------------------
> # make
> cc -Wall -O3 -I/usr/include \
> -o tiff-compile tiff-compile.c -L/usr/lib -ltiff
> tiff-compile.c: In function `coco_write_raster_source':
> tiff-compile.c:136: warning: implicit declaration of
> function `exit'
> /usr/lib/libtiff.so: undefined reference to `log'
> /usr/lib/libtiff.so: undefined reference to `pow'
> /usr/lib/libtiff.so: undefined reference to `exp'
> collect2: ld returned 1 exit status
> make: *** [tiff-compile] Error 1
> ------------------------------------------------
> Any ideas?
>
> Thanks!!!
>
>
>
If you care, I've created a bug entry here:
http://sourceforge.net/tracker/index.php?func=detail&aid=499186&group_id=22420&atid=375198
I checked in a change to cvs and marked it as fixed. Hopefully it is.
Thanks again for reporting this.
--Dave
|