<div dir="ltr"><div>There is a new upstream version just released today, that advertises to fix your new compile errors.  I suggest file a port update ticket.  My guess is that #60772 is stale and the old problem was already solved.</div><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Apr 26, 2023 at 12:51 PM <<a href="mailto:ppadilcdx@gmail.com">ppadilcdx@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">I see a related trac ticket from 3 years ago with a related issue <br>
(#60772). I compiled it outside macports w/o the error (just warnings) <br>
and it runs fine.  Should I update the previous ticket or add a new one?<br>
<br>
Regards<br>
Pete<br><br>
<br>
-------- Forwarded Message --------<br>
Subject:        chez-scheme compilation issue<br>
Date:   Sun, 16 Apr 2023 17:43:38 -0700<br>
From:   <a href="mailto:ppadilcdx@gmail.com" target="_blank">ppadilcdx@gmail.com</a><br>
To:     <a href="mailto:macports-users@lists.macports.org" target="_blank">macports-users@lists.macports.org</a><br><br>
I get an error when compiling chez-scheme (see below) should I submit a <br>
ticket?<br>
---<br>
/usr/bin/clang -I/opt/local/include <br>
-isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -m64 <br>
-Wpointer-arith -Wall -Wextra -Wno-implicit-fallthrough -Werror -O2 <br>
-I/opt/X11/include/ -pipe -Os <br>
-isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch <br>
x86_64 -c -DX86_64 -I../boot/ta6osx   stats.c<br>
segment.c:328:17: error: a function declaration without a prototype is <br>
deprecated in all versions of C and is not supported in C2x <br>
[-Werror,-Wdeprecated-non-prototype]<br>
static seginfo *allocate_segments(nreq) uptr nreq; {<br>
                 ^<br>
segment.c:328:17: error: a function declaration without a prototype is <br>
deprecated in all versions of C and is not supported in C2x <br>
[-Werror,-Wdeprecated-non-prototype]<br>
2 errors generated.<br>
number.c:781:13: error: a function declaration without a prototype is <br>
deprecated in all versions of C and is not supported in C2x <br>
[-Werror,-Wdeprecated-non-prototype]<br>
static void big_trunc(tc, x, y, xl, yl, qs, rs, q, r)<br>
             ^<br>
number.c:781:13: error: a function declaration without a prototype is <br>
deprecated in all versions of C and is not supported in C2x <br>
[-Werror,-Wdeprecated-non-prototype]<br>
make[2]: *** [segment.o] Error 1<br>
---<br>
Regards<br>
</blockquote></div></div>