Share

Yet Another Prolog

Code

Programming Languages: Prolog

License: Artistic License

Repositories

browse code, statistics svn co https://yap.svn.sourceforge.net/svnroot/yap yap

browse code, statistics cvs -d:pserver:anonymous@yap.cvs.sourceforge.net:/cvsroot/yap login

cvs -z3 -d:pserver:anonymous@yap.cvs.sourceforge.net:/cvsroot/yap co -P modulename

browse code, statistics git://yap.git.sourceforge.net/gitroot/yap/yap (read-only)

Show:

What's happening?

  • 5.1.3: segementation fault on kfreebsd-amd64

    yap 5.1.3 compile fine on kfreebsd-am64 but bails out when trying to compile CHR: (cd LGPL/chr ; make install) make[2]: Entering directory `/home/treinen/yap-5.1.3/arch/LGPL/chr' ../../yap ../../startup -f -l chr_swi_bootstrap.yap \ -g "chr_compile_step1('../../../LGPL/chr/chr_translate_bootstrap1.chr','chr_translate_bootstrap1.pl'),halt." \ -z 'halt(1).' % Restoring file...

    2009-06-12 20:07:23 UTC by nobody

  • 5.1.3 does not compile on mips or mipsel

    > ../C/c_interface.c:1332: error: 'BK_B' undeclared (first use in this function) > ../C/c_interface.c:1332: error: 'BK_CreepFlag' undeclared (first use in this +function) > ../C/c_interface.c:1332: error: 'BK_CP' undeclared (first use in this +function) > ../C/c_interface.c:1332: error: 'BK_TR' undeclared (first use in this +function) > ../C/c_interface.c: In function 'YAP_LeaveGoal': >...

    2009-06-12 19:32:30 UTC by nobody

  • Fix build failure with gcc 4.3

    gcc 4.3 enforces the requirement that open() with O_CREAT in the second argument have a third argument. See 'man open' for more info. Here's a patch from Ubuntu that does that.

    2009-06-03 16:09:08 UTC by nobody

Our Numbers