zedwards
Junior Member
Member # 285
|
posted January 15, 2002 12:33 PM
I have been trying to get internet junkbusters to build for some time. There is no configuring to do, and it has a Makefile in it. So, after running make i get an error right away:
code:
% make cc -I. -DREGEX -DSTDC_HEADERS -DHAVE_STRING -g -c -o loaders.o loaders.c loaders.c:11: header file 'malloc.h' not found cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode make: *** [loaders.o] Error 1
Im a power mac user, novice linux user, but know nothing about cc. In the Makefile, I dont see how this is looking for the missing header, as it is in /usr/include/objc/malloc.h /usr/include/sys/malloc.h So, if anyone has an idea that would be great!Zane if helpful, a copy of the makefile is here:http://homepage.mac.com/zedwards/FileSharing4.html
Posts: 2 | From: Chicago | Registered: Jan 2002
| IP: Logged
|