Warning in make of rev 1788

2024-09-26 Thread Peter Teeson
configure: SUMMARY OF TESTS (please include in error reports) prefix: : /usr/local DEVELOP_WANTED: no ASSERT_LEVEL_WANTED: 1 DYNAMIC_LOG_WANTED: no PERFORMANCE_COUNTERS_WANTED: no VALUE_CHECK_WANTED: no

Re: Warning in make of rev 1788

2024-09-26 Thread Paul Rockwell
Peter, I've been compiling on macOS and haven't seen this with SVN 1780. I'm using macOS 15.0 using Xcode 16.0 on Apple Silicon and macOS 12 on an Intel Mac using Command Line Tools for Xcode version 14.2. What version of macOS and what version of development tools (e.g. Xcode) are you runnin

I get ompile errors in 1788

2024-09-26 Thread Peter Teeson
Here are abstracts from my build attempt. The complete log is attached at the bottom of this email…. macOS High Sierra 13.6. Last login: Thu Sep 26 13:25:07 on ttys000 Gandalf:GNUaplfiles pteeson$ svn co http://svn.savannah.gnu.org/svn/apl/trunk > svn-log 2>&1 Gandalf:GNUaplfiles pteeson$ cd tr

Re: I get ompile errors in 1788

2024-09-26 Thread Paul Rockwell
Peter, I've seen these warnings in Quad_PNG.cc - they appear to be harmless. I've re-written the definitions of both PNG_GTK and PNG_LIBS so that they are no longer flagged by the compiler as potentially undefined behavior and probably are considered to be better practice: I've copied a diff o