Re: [coco-devel] Re: Copter Commander and the Mac
Brought to you by:
svref
From: David M. <sv...@ya...> - 2002-02-25 05:04:47
|
Joshua Priluck wrote: > Hm, close to money now: > > I'm trying to figure out if I just need these libraries installed, but I > can't figure out why they wouldn't be. > > Basically looks just like uint32 not being defined is the biggest > problem, TIFF looks to have been used on line 70 of the file without any > problem. > > Any more thoughts? > Current errors: > cc -Wall -O3 -I/usr/include \ > -o tiff-compile tiff-compile.c -L/usr/lib -ltiff > tiff-compile.c:25: header file 'tiffio.h' not found > tiff-compile.c:29: header file 'malloc.h' not found > ... Ah, okay, that's the first library dependancy then. Libtiff is pretty common on unix. I can remove the dependancy without too much trouble, but its probably easier, for now, to install libtiff. (http://freshmeat.net/projects/libtiff) |