Page 1 of 1

Re: Internet Junkbusters: anyone get this to build?

PostPosted: Wed Jan 16, 2002 8:15 am
by apex
<blockquote><font size="1" face="Verdana, Helvetica, sans-serif">code:</font><hr><pre>touch malloc.h</pre>[/quote]

should fix that.

Internet Junkbusters: anyone get this to build?

PostPosted: Wed Jan 16, 2002 8:33 am
by zedwards
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:
<blockquote><font size="1" face="Verdana, Helvetica, sans-serif">code:</font><hr><pre>% 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
</pre>[/quote]
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