Changes between Initial Version and Version 1 of Ticket #70192


Ignore:
Timestamp:
Jun 9, 2024, 5:02:02 PM (3 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Duplicate of #69877.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70192

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
  • Ticket #70192 – Description

    initial v1  
    11When I look into the log file I see:
     2{{{
    23:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_x11_grace/grace/work/grace-5.1.25" && /usr/bin/make -j8 -w all
     4}}}
    35
    46When I tried to execute the command /usr/bin/make -j8 -w all in the appropriate directory I get the following (below). It looks to me like a bug in draw.c. Maybe it worked with older versions of the compiler. Can anyone help? Thank you.
    57
    6 -------------
     8{{{
    79/usr/bin/clang -pipe -O1 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I../.. -I. -I../../Xbae -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -I/opt/local/include -DHAVE_CONFIG_H -DDRAW_RESIZE_SHADOW -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -c -o Draw.o Draw.c
    810Draw.c:56:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
     
    2830^
    29315 warnings and 2 errors generated.
     32}}}