search for: icrssdef

Displaying 1 result from an estimated 1 matches for "icrssdef".

2007 Feb 05
1
rsync 3-cvs missing prereqs/deps on osx
...with YODL. YODL, then requires icmake. as neither is available on osx, it's src build time. on building debian's icmake (already suspecting linux-friendly, non-mac-ish-ness ...), i find, % sh bootstrap ... Building the runtime-library in ./rss In file included from chesc.c:5: ../rss/icrssdef.h:10:20: error: malloc.h: No such file or directory ... mod'ing in, % vi rss/icrssdef.h --- #include <malloc.h> +++ #include <sys/malloc.h> gets me a lot further, but eventually, % sh bootstrap ... Creating the target directory ./bin Creating icmake /usr/bin/ld: Undefined...