Re: SFS code-a-thon, Jan 21-22 in San Francisco area

David Thiel <[email protected]> Sun, 22 Jan 2006 23:22:23 -0800
Newsgroups gmane.comp.file-systems.sfs.general
Message-ID <[email protected]>
On Sat, Jan 21, 2006 at 07:13:29PM -0500, Kevin Fu wrote:
> Agenda for SFS Code-A-Thon:
> 1. Fix SFS on MacOS 10.4

I can't get what's in cvs to actually build on 10.4.4. Any idea what the problem
might be? I'm using gcc4 from xcode.

g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../async -I../crypt -I/usr/X11R6/include -I/usr/local/include -I.. -I../arpc -I../sfsmisc -I../sfsrodb -I../adb -I../svc -I../svc -DEXECDIR=\"/usr/local/lib/sfs-0.8pre\" -DETCDIR=\"/etc/sfs\" -DDATADIR=\"/usr/local/share/sfs\" -DPIDDIR=\"/var/run\" -DSFSDIR=\"/var/sfs\" -g -O2 -Wall -c aio.C -MT aio.lo -MD -MP -MF .deps/aio.TPlo -o aio.o
aio.C: In member function `void aiod::fail()':
aio.C:243: error: invalid conversion from 'int' to 'ihash_entry<aiod::request> aiod::request::*'
make[2]: *** [aio.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2