Re: [coco-devel] Re: Copter Commander and the Mac
Brought to you by:
svref
From: David M. <sv...@ya...> - 2002-02-25 05:47:58
|
Joshua Priluck wrote: > I ran the install and it got rid of all the errors associated with > libtiff, but still won't go for the malloc.h for some reason: > > ~/Desktop/copter-commander-1.7] jpriluck% make > cc -Wall -O3 -I/usr/include \ > -o tiff-compile tiff-compile.c -L/usr/lib -ltiff > tiff-compile.c:29: header file 'malloc.h' not found > cpp-precomp: warning: errors during smart preprocessing, retrying in > basic mode > make: *** [tiff-compile] Error 1 I think I made a mistake here. In that file I see I wrote "#include <malloc.h>". The doc for malloc says its in stdlib.h. So...try removing the line that says "#include <malloc.h>"... |