Ryan, Thanks for the work! merged.
The code base just introduced some IPC system rework which may make Mac operation unstable. If your interested in fixing those issues up, grep for "PORTABILITY" in exec/ipc.c. My mac g5 broke some time ago so I've been unable to test on a mac. Regards -steve On Tue, 2009-03-03 at 22:47 -0500, Ryan Goltry wrote: > Just downloaded openais-0.80.5 to my mac. Found it not to compile due > to different function definitions for totemip_iface_check(). I added > mask_high_bit to the totemip_iface_check around line 313 in totemip.c. > Compiles fine now. Still examining an issue with the install > routines.... hopefully user error. > > +Ryan > > openais-0.80.5$ make > . > . > . > cc -O3 -Wall -fomit-frame-pointer -DOPENAIS_DARWIN -I../include -fPIC > -fPIC -c -o totemip.o totemip.c > totemip.c:314: error: conflicting types for ‘totemip_iface_check’ > totemip.h:74: error: previous declaration of ‘totemip_iface_check’ was > here > make[1]: *** [totemip.o] Error 1 > make: *** [all] Error 2 > > > > exec$ diff totemip.c.bak totemip.c > 313c313,314 > < int *interface_num) > --- > > int *interface_num, > > int mask_high_bit) > > _______________________________________________ > Openais mailing list > [email protected] > https://lists.linux-foundation.org/mailman/listinfo/openais _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
