
Hi there,
since we are still having problem with bignums, I have tried compiling the current CVS HEAD version of YAP. However, the make process fails at this point:
... $ gcc -c -DBP_FREE -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DHAVE_CONFIG_H -I. -I./H -I./OPTYap -I./BEAM ./C/adtdefs.c -o adtdefs.o ./C/adtdefs.c:309: warning: no previous prototype for ‘Yap_GetOpProp’ ./C/adtdefs.c: In function ‘Yap_GetOpProp’: ./C/adtdefs.c:317: error: ‘struct <anonymous>’ has no member named ‘OpModule’ ./C/adtdefs.c:318: error: ‘struct <anonymous>’ has no member named ‘OpModule’ make: *** [adtdefs.o] Error 1
I am using GCC 4.0.2 on a fully-updated Fedora Core 4 system. Cheers,
Roberto