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
