<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/yap/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/yap/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 30 May 2016 16:21:54 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/yap/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#25 YAP won't build, errors in absmi.c?</title><link>https://sourceforge.net/p/yap/bugs/25/?limit=25#7567</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I got the same error when I tried to build it on Mac OS 10.11.5&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yehia Elrakaiby</dc:creator><pubDate>Mon, 30 May 2016 16:21:54 -0000</pubDate><guid>https://sourceforge.net515b7a654fdbe9595950fd3ef28375db494b5c43</guid></item><item><title>YAP won't build, errors in absmi.c?</title><link>https://sourceforge.net/p/yap/bugs/25/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello Everyone, my first post.&lt;/p&gt;
&lt;p&gt;I downloaded YAP and tried to build it on MacOS 10.11 by following the instructions in the README, but there is an undefined symbol in absmi.c, P1REG, causing problems compiling.  Here is what I get:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="nt"&gt;LSP-17-MacBook-Pro&lt;/span&gt;&lt;span class="nd"&gt;:arch&lt;/span&gt; &lt;span class="nt"&gt;josephnunn&lt;/span&gt;&lt;span class="o"&gt;$&lt;/span&gt; &lt;span class="nt"&gt;make&lt;/span&gt;
&lt;span class="nt"&gt;cc&lt;/span&gt; &lt;span class="nt"&gt;-no-cpp-precomp&lt;/span&gt; &lt;span class="nt"&gt;-c&lt;/span&gt; &lt;span class="nt"&gt;-DBP_FREE&lt;/span&gt; &lt;span class="nt"&gt;-O3&lt;/span&gt; &lt;span class="nt"&gt;-fomit-frame-pointer&lt;/span&gt; &lt;span class="nt"&gt;-Wall&lt;/span&gt; &lt;span class="nt"&gt;-Wstrict-prototypes&lt;/span&gt; &lt;span class="nt"&gt;-Wmissing-prototypes&lt;/span&gt; &lt;span class="nt"&gt;-DCOROUTINING&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="nt"&gt;1&lt;/span&gt; &lt;span class="nt"&gt;-DRATIONAL_TREES&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="nt"&gt;1&lt;/span&gt; &lt;span class="nt"&gt;-DDEPTH_LIMIT&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="nt"&gt;1&lt;/span&gt;  &lt;span class="nt"&gt;-DHAVE_CONFIG_H&lt;/span&gt; &lt;span class="nt"&gt;-I&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt; &lt;span class="nt"&gt;-I&lt;/span&gt;&lt;span class="o"&gt;../&lt;/span&gt;&lt;span class="nt"&gt;H&lt;/span&gt; &lt;span class="nt"&gt;-I&lt;/span&gt;&lt;span class="o"&gt;../&lt;/span&gt;&lt;span class="nt"&gt;OPTYap&lt;/span&gt; &lt;span class="nt"&gt;-I&lt;/span&gt;&lt;span class="o"&gt;../&lt;/span&gt;&lt;span class="nt"&gt;BEAM&lt;/span&gt; &lt;span class="nt"&gt;-I&lt;/span&gt;&lt;span class="o"&gt;../&lt;/span&gt;&lt;span class="nt"&gt;MYDDAS&lt;/span&gt;  &lt;span class="o"&gt;../&lt;/span&gt;&lt;span class="nt"&gt;C&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nt"&gt;absmi&lt;/span&gt;&lt;span class="nc"&gt;.c&lt;/span&gt; &lt;span class="nt"&gt;-o&lt;/span&gt; &lt;span class="nt"&gt;absmi&lt;/span&gt;&lt;span class="nc"&gt;.o&lt;/span&gt;
&lt;span class="o"&gt;../&lt;/span&gt;&lt;span class="nt"&gt;C&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nt"&gt;absmi&lt;/span&gt;&lt;span class="nc"&gt;.c&lt;/span&gt;&lt;span class="nd"&gt;:469:21&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nt"&gt;error&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nt"&gt;use&lt;/span&gt; &lt;span class="nt"&gt;of&lt;/span&gt; &lt;span class="nt"&gt;undeclared&lt;/span&gt; &lt;span class="nt"&gt;identifier&lt;/span&gt; &lt;span class="s1"&gt;'P1REG'&lt;/span&gt;
  &lt;span class="nt"&gt;yamop&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt; &lt;span class="nt"&gt;PCBACKUP&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nt"&gt;P1REG&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt;
                    &lt;span class="o"&gt;^&lt;/span&gt;
&lt;span class="o"&gt;../&lt;/span&gt;&lt;span class="nt"&gt;C&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nt"&gt;absmi&lt;/span&gt;&lt;span class="nc"&gt;.c&lt;/span&gt;&lt;span class="nd"&gt;:559:5&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nt"&gt;error&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nt"&gt;use&lt;/span&gt; &lt;span class="nt"&gt;of&lt;/span&gt; &lt;span class="nt"&gt;undeclared&lt;/span&gt; &lt;span class="nt"&gt;identifier&lt;/span&gt; &lt;span class="s1"&gt;'P1REG'&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt; &lt;span class="nt"&gt;did&lt;/span&gt; &lt;span class="nt"&gt;you&lt;/span&gt; &lt;span class="nt"&gt;mean&lt;/span&gt; &lt;span class="s1"&gt;'PREG'&lt;/span&gt;&lt;span class="o"&gt;?&lt;/span&gt;
    &lt;span class="nt"&gt;P1REG&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nt"&gt;PCBACKUP&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt;
    &lt;span class="o"&gt;^~~~~&lt;/span&gt;
    &lt;span class="nt"&gt;PREG&lt;/span&gt;
&lt;span class="o"&gt;../&lt;/span&gt;&lt;span class="nt"&gt;C&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nt"&gt;absmi&lt;/span&gt;&lt;span class="nc"&gt;.c&lt;/span&gt;&lt;span class="nd"&gt;:479:19&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nt"&gt;note&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'PREG'&lt;/span&gt; &lt;span class="nt"&gt;declared&lt;/span&gt; &lt;span class="nt"&gt;here&lt;/span&gt;
  &lt;span class="nt"&gt;register&lt;/span&gt; &lt;span class="nt"&gt;yamop&lt;/span&gt; &lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="nt"&gt;PREG&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nt"&gt;P&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt;
                  &lt;span class="o"&gt;^&lt;/span&gt;
&lt;span class="o"&gt;../&lt;/span&gt;&lt;span class="nt"&gt;C&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nt"&gt;absmi&lt;/span&gt;&lt;span class="nc"&gt;.c&lt;/span&gt;&lt;span class="nd"&gt;:695:7&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nt"&gt;error&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nt"&gt;use&lt;/span&gt; &lt;span class="nt"&gt;of&lt;/span&gt; &lt;span class="nt"&gt;undeclared&lt;/span&gt; &lt;span class="nt"&gt;identifier&lt;/span&gt; &lt;span class="s1"&gt;'P1REG'&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt; &lt;span class="nt"&gt;did&lt;/span&gt; &lt;span class="nt"&gt;you&lt;/span&gt; &lt;span class="nt"&gt;mean&lt;/span&gt; &lt;span class="s1"&gt;'PREG'&lt;/span&gt;&lt;span class="o"&gt;?&lt;/span&gt;
      &lt;span class="nt"&gt;P1REG&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nt"&gt;PCBACKUP&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt;
      &lt;span class="o"&gt;^~~~~&lt;/span&gt;
      &lt;span class="nt"&gt;PREG&lt;/span&gt;
&lt;span class="o"&gt;../&lt;/span&gt;&lt;span class="nt"&gt;C&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nt"&gt;absmi&lt;/span&gt;&lt;span class="nc"&gt;.c&lt;/span&gt;&lt;span class="nd"&gt;:479:19&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nt"&gt;note&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'PREG'&lt;/span&gt; &lt;span class="nt"&gt;declared&lt;/span&gt; &lt;span class="nt"&gt;here&lt;/span&gt;
  &lt;span class="nt"&gt;register&lt;/span&gt; &lt;span class="nt"&gt;yamop&lt;/span&gt; &lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="nt"&gt;PREG&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nt"&gt;P&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt;
                  &lt;span class="o"&gt;^&lt;/span&gt;
&lt;span class="o"&gt;../&lt;/span&gt;&lt;span class="nt"&gt;C&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nt"&gt;absmi&lt;/span&gt;&lt;span class="nc"&gt;.c&lt;/span&gt;&lt;span class="nd"&gt;:713:7&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nt"&gt;error&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nt"&gt;use&lt;/span&gt; &lt;span class="nt"&gt;of&lt;/span&gt; &lt;span class="nt"&gt;undeclared&lt;/span&gt; &lt;span class="nt"&gt;identifier&lt;/span&gt; &lt;span class="s1"&gt;'P1REG'&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt; &lt;span class="nt"&gt;did&lt;/span&gt; &lt;span class="nt"&gt;you&lt;/span&gt; &lt;span class="nt"&gt;mean&lt;/span&gt; &lt;span class="s1"&gt;'PREG'&lt;/span&gt;&lt;span class="o"&gt;?&lt;/span&gt;
      &lt;span class="nt"&gt;P1REG&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nt"&gt;PCBACKUP&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt;
      &lt;span class="o"&gt;^~~~~&lt;/span&gt;
      &lt;span class="nt"&gt;PREG&lt;/span&gt;
&lt;span class="o"&gt;../&lt;/span&gt;&lt;span class="nt"&gt;C&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nt"&gt;absmi&lt;/span&gt;&lt;span class="nc"&gt;.c&lt;/span&gt;&lt;span class="nd"&gt;:479:19&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nt"&gt;note&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'PREG'&lt;/span&gt; &lt;span class="nt"&gt;declared&lt;/span&gt; &lt;span class="nt"&gt;here&lt;/span&gt;
  &lt;span class="nt"&gt;register&lt;/span&gt; &lt;span class="nt"&gt;yamop&lt;/span&gt; &lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="nt"&gt;PREG&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nt"&gt;P&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt;
                  &lt;span class="o"&gt;^&lt;/span&gt;
&lt;span class="o"&gt;../&lt;/span&gt;&lt;span class="nt"&gt;C&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nt"&gt;absmi&lt;/span&gt;&lt;span class="nc"&gt;.c&lt;/span&gt;&lt;span class="nd"&gt;:12949:3&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nt"&gt;error&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nt"&gt;use&lt;/span&gt; &lt;span class="nt"&gt;of&lt;/span&gt; &lt;span class="nt"&gt;undeclared&lt;/span&gt; &lt;span class="nt"&gt;identifier&lt;/span&gt; &lt;span class="s1"&gt;'P1REG'&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt; &lt;span class="nt"&gt;did&lt;/span&gt; &lt;span class="nt"&gt;you&lt;/span&gt; &lt;span class="nt"&gt;mean&lt;/span&gt; &lt;span class="s1"&gt;'PREG'&lt;/span&gt;&lt;span class="o"&gt;?&lt;/span&gt;
  &lt;span class="nt"&gt;P1REG&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nt"&gt;PCBACKUP&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt;
  &lt;span class="o"&gt;^~~~~&lt;/span&gt;
  &lt;span class="nt"&gt;PREG&lt;/span&gt;
&lt;span class="o"&gt;../&lt;/span&gt;&lt;span class="nt"&gt;C&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nt"&gt;absmi&lt;/span&gt;&lt;span class="nc"&gt;.c&lt;/span&gt;&lt;span class="nd"&gt;:479:19&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nt"&gt;note&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'PREG'&lt;/span&gt; &lt;span class="nt"&gt;declared&lt;/span&gt; &lt;span class="nt"&gt;here&lt;/span&gt;
  &lt;span class="nt"&gt;register&lt;/span&gt; &lt;span class="nt"&gt;yamop&lt;/span&gt; &lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="nt"&gt;PREG&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nt"&gt;P&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt;
                  &lt;span class="o"&gt;^&lt;/span&gt;
&lt;span class="nt"&gt;5&lt;/span&gt; &lt;span class="nt"&gt;errors&lt;/span&gt; &lt;span class="nt"&gt;generated&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;
&lt;span class="nt"&gt;make&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="o"&gt;***&lt;/span&gt; &lt;span class="cp"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;absmi.o&lt;/span&gt;&lt;span class="cp"&gt;]&lt;/span&gt; &lt;span class="nt"&gt;Error&lt;/span&gt; &lt;span class="nt"&gt;1&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;I can see from the compiler call that ../H is included as a header location, and that P1REG should be definied as per that header file.  Any ideas?&lt;/p&gt;
&lt;p&gt;Joseph&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joseph Nunn</dc:creator><pubDate>Tue, 24 May 2016 21:21:42 -0000</pubDate><guid>https://sourceforge.netb1529444c1130adee246de5ec23cf57bbe8a1c20</guid></item><item><title>Crash report</title><link>https://sourceforge.net/p/yap/bugs/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;% Restoring file /usr/lib/Yap/startup&lt;br /&gt;
YAP version Yap-5.1.3&lt;br /&gt;
?- A = 1.&lt;br /&gt;
A = 1 ? &lt;br /&gt;
yes&lt;br /&gt;
?- A = A + 1.&lt;br /&gt;
Falha de segmentação&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Idelmar Mader</dc:creator><pubDate>Sun, 21 Nov 2010 16:32:44 -0000</pubDate><guid>https://sourceforge.netcddec17dec8d37bbf1c8faab52b39677ab00ea08</guid></item><item><title>5.1.3: segementation fault on kfreebsd-amd64</title><link>https://sourceforge.net/p/yap/bugs/23/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;yap 5.1.3 compile fine on kfreebsd-am64 but bails out when trying to compile CHR:&lt;/p&gt;
&lt;p&gt;(cd LGPL/chr ; make install)&lt;br /&gt;
make[2]: Entering directory `/home/treinen/yap-5.1.3/arch/LGPL/chr'&lt;br /&gt;
../../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).'&lt;br /&gt;
% Restoring file /home/treinen/yap-5.1.3/arch/startup&lt;br /&gt;
%&lt;br /&gt;
%&lt;br /&gt;
% YAP OOOPS: likely bug in YAP, segmentation violation.&lt;br /&gt;
%&lt;br /&gt;
%&lt;br /&gt;
2053KB of Code Space (0x8019a2000--0x801ba3790)&lt;br /&gt;
0KB of Global Stack (0x801bfe000--0x801bfe0c8)&lt;br /&gt;
0KB of Local Stack (0x801d89e90--0x801d8a000)&lt;br /&gt;
0KB of Trail (0x801d8a008--0x801d8a008)&lt;br /&gt;
Performed 0 garbage collections&lt;br /&gt;
Running code at clause 2 of prolog:$default_encoding/1&lt;br /&gt;
Continuation is at clause 1 of prolog:$load_files/3&lt;br /&gt;
clause 1 of :$load_files/3&lt;br /&gt;
make[2]: *** [chr_translate_bootstrap1.pl] Bus error&lt;br /&gt;
make[2]: Leaving directory `/home/treinen/yap-5.1.3/arch/LGPL/chr'&lt;br /&gt;
make[1]: *** [install_data] Error 2&lt;br /&gt;
make[1]: Leaving directory `/home/treinen/yap-5.1.3/arch'&lt;br /&gt;
make: *** [install] Error 2&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 12 Jun 2009 20:07:23 -0000</pubDate><guid>https://sourceforge.netc476b59dd13744b8dbea2272f5b3018e0729af20</guid></item><item><title>5.1.3 does not compile on mips or mipsel</title><link>https://sourceforge.net/p/yap/bugs/22/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&amp;gt; ../C/c_interface.c:1332: error: 'BK_B' undeclared (first use in this function)&lt;br /&gt;
&amp;gt; ../C/c_interface.c:1332: error: 'BK_CreepFlag' undeclared (first use in this&lt;br /&gt;
+function)&lt;br /&gt;
&amp;gt; ../C/c_interface.c:1332: error: 'BK_CP' undeclared (first use in this&lt;br /&gt;
+function)&lt;br /&gt;
&amp;gt; ../C/c_interface.c:1332: error: 'BK_TR' undeclared (first use in this&lt;br /&gt;
+function)&lt;br /&gt;
&amp;gt; ../C/c_interface.c: In function 'YAP_LeaveGoal':&lt;br /&gt;
&amp;gt; ../C/c_interface.c:1430: error: 'BK_H' undeclared (first use in this function)&lt;br /&gt;
&amp;gt; ../C/c_interface.c:1430: error: 'BK_HB' undeclared (first use in this&lt;br /&gt;
+function)&lt;br /&gt;
&amp;gt; ../C/c_interface.c:1430: error: 'BK_B' undeclared (first use in this function)&lt;br /&gt;
&amp;gt; ../C/c_interface.c:1430: error: 'BK_CreepFlag' undeclared (first use in this&lt;br /&gt;
+function)&lt;br /&gt;
&amp;gt; ../C/c_interface.c:1430: error: 'BK_CP' undeclared (first use in this&lt;br /&gt;
+function)&lt;br /&gt;
&amp;gt; ../C/c_interface.c:1430: error: 'BK_TR' undeclared (first use in this&lt;br /&gt;
+function)&lt;br /&gt;
&amp;gt; make[1]: *** [c_interface.o] Error 1&lt;br /&gt;
&amp;gt; make[1]: Leaving directory `/build/buildd/yap-5.1.3/arch'&lt;br /&gt;
&amp;gt; make: *** [build-stamp] Error 2&lt;br /&gt;
&amp;gt; dpkg-buildpackage: failure: debian/rules build gave error exit status 2&lt;/p&gt;
&lt;p&gt;A full build log can be found at:&lt;br /&gt;
&lt;a href="http://buildd.debian.org/build.php?arch=mips&amp;amp;pkg=yap&amp;amp;ver=5.1.3-2"&gt;http://buildd.debian.org/build.php?arch=mips&amp;amp;pkg=yap&amp;amp;ver=5.1.3-2&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 12 Jun 2009 19:32:30 -0000</pubDate><guid>https://sourceforge.netfeb33651b974226c41d5b82f042bf2840279fc69</guid></item><item><title>mbstate_t is not defined Yap512Small</title><link>https://sourceforge.net/p/yap/bugs/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;not defined "mbstate_t", possibly missing?&lt;/p&gt;
&lt;p&gt;cc -c -Ae -O -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1  -DHAVE_CONFIG_H -I. -I./../H -I./../OPTYap -I./../BEAM -I./../MYDDAS ./../C/agc.c -o agc.o&lt;br /&gt;
cc: "../H/iopreds.h", line 94: error 1000: Unexpected symbol: "mbstate_t".&lt;br /&gt;
cc: "../H/iopreds.h", line 94: error 1573: Type of "mbstate" is undefined due to an illegal declaration.&lt;br /&gt;
cc: "../H/iopreds.h", line 94: error 1578: Size of struct or union member is unknown.&lt;br /&gt;
*** Error exit code 1&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oleh Lozynskyy</dc:creator><pubDate>Wed, 11 Jul 2007 13:11:53 -0000</pubDate><guid>https://sourceforge.netd6b166ab27bbb69ac01d7f262a35fcd94b0961bc</guid></item><item><title>HP-UX 11 compilation with cc - bug with choiceptr</title><link>https://sourceforge.net/p/yap/bugs/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;choiceptr defined in H/amidefs.h uses macro MIN_ARRAY,&lt;br /&gt;
but in the following files this macro is not used anymore, files:&lt;br /&gt;
C/cdmgr.c&lt;br /&gt;
C/heapgc.c&lt;br /&gt;
C/index.c&lt;br /&gt;
C/absmi.c&lt;/p&gt;
&lt;p&gt;changing the use of cp_args with MIN_ARRAY to cp_last.cp_args helps to compile.&lt;br /&gt;
For example:&lt;br /&gt;
before: cptr-&amp;gt;cp_args&lt;br /&gt;
after:&lt;br /&gt;
#ifder MIN_ARRAY&lt;br /&gt;
...-&amp;gt;cptr-&amp;gt;cp_args;&lt;br /&gt;
#else&lt;br /&gt;
...-&amp;gt;cptr-&amp;gt;cp_last.cp_args;&lt;br /&gt;
#endif&lt;/p&gt;
&lt;p&gt;-------- &lt;br /&gt;
Using Yap511 on HP-UX 11 with cc compiler.&lt;/p&gt;
&lt;p&gt;Please provide changes to indicated source files.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oleh Lozynskyy</dc:creator><pubDate>Wed, 11 Jul 2007 12:58:07 -0000</pubDate><guid>https://sourceforge.netd2395c15584db94038b8efe104a6a1687210a06c</guid></item><item><title>HP-UX 11 compilation with cc - bug with choiceptr</title><link>https://sourceforge.net/p/yap/bugs/19/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;choiceptr defined in H/amidefs.h uses macro MIN_ARRAY,&lt;br /&gt;
but in the following files this macro is not used anymore, files:&lt;br /&gt;
C/cdmgr.c&lt;br /&gt;
C/heapgc.c&lt;br /&gt;
C/index.c&lt;br /&gt;
C/absmi.c&lt;/p&gt;
&lt;p&gt;changing the use of cp_args with MIN_ARRAY to cp_last.cp_args helps to compile.&lt;br /&gt;
For example:&lt;br /&gt;
before: cptr-&amp;gt;cp_args&lt;br /&gt;
after:&lt;br /&gt;
#ifder MIN_ARRAY&lt;br /&gt;
...-&amp;gt;cptr-&amp;gt;cp_args;&lt;br /&gt;
#else&lt;br /&gt;
...-&amp;gt;cptr-&amp;gt;cp_last.cp_args;&lt;br /&gt;
#endif&lt;/p&gt;
&lt;p&gt;-------- &lt;br /&gt;
Using Yap511 on HP-UX 11 with cc compiler.&lt;/p&gt;
&lt;p&gt;Please provide changes to indicated source files.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oleh Lozynskyy</dc:creator><pubDate>Wed, 11 Jul 2007 10:39:24 -0000</pubDate><guid>https://sourceforge.net563d4abf2a44f59526304a14b0f18afe3b56647f</guid></item><item><title>correct config script</title><link>https://sourceforge.net/p/yap/bugs/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Running "configure" on HP-UX 11 with cc compiler, reports following:&lt;/p&gt;
&lt;p&gt;makedepend:  cannot open "+O3"&lt;br /&gt;
makedepend:  cannot open "+Onolimit"&lt;br /&gt;
makedepend:  /usr/include/sys/wait.h includes /usr/include/sys/types.h more than once!&lt;br /&gt;
makedepend:  Already have&lt;br /&gt;
makedepend:     /usr/include/sys/stdsyms.h&lt;br /&gt;
makedepend:     /usr/include/sys/types.h&lt;br /&gt;
makedepend:  ./../C/load_dyld.c, line 29: unknown directive == "#import &amp;lt;mach-o/dyld.h&amp;gt;"&lt;/p&gt;
&lt;p&gt;Can you please comment it or correct scripts?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oleh Lozynskyy</dc:creator><pubDate>Wed, 11 Jul 2007 09:20:41 -0000</pubDate><guid>https://sourceforge.netef84e586c88327cc6de1c1b92e58fcec52c8bcfb</guid></item><item><title>Header not found: _stat_body.h</title><link>https://sourceforge.net/p/yap/bugs/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;running configure on HP-UX 11.11 with cc compiler&lt;br /&gt;
using YAP 5.1.1&lt;/p&gt;
&lt;p&gt;following is reported:&lt;/p&gt;
&lt;p&gt;makedepend:  ./../C/iopreds.c (reading /usr/include/sys/stat.h): makedepend:  cannot find include file "_stat_body.h"&lt;/p&gt;
&lt;p&gt;makedepend:     not in _stat_body.h&lt;br /&gt;
makedepend:     not in ./_stat_body.h&lt;br /&gt;
makedepend:     not in ./../H/_stat_body.h&lt;br /&gt;
makedepend:     not in ./../OPTYap/_stat_body.h&lt;br /&gt;
makedepend:     not in ./../BEAM/_stat_body.h&lt;br /&gt;
makedepend:     not in ./../MYDDAS/_stat_body.h&lt;br /&gt;
makedepend:     not in ./../include/_stat_body.h&lt;br /&gt;
makedepend:     not in /usr/include/_stat_body.h&lt;/p&gt;
&lt;p&gt;makedepend:  cannot open "_stat_body.h"&lt;/p&gt;
&lt;p&gt;the file can be found under:&lt;br /&gt;
/usr/include/sys/&lt;/p&gt;
&lt;p&gt;Please correct the config script.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oleh Lozynskyy</dc:creator><pubDate>Wed, 11 Jul 2007 09:07:12 -0000</pubDate><guid>https://sourceforge.net10b1eb8ac4161a700b9abb4f240d956b72dfe0ab</guid></item></channel></rss>