[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
I get ompile errors in 1788
From: |
Peter Teeson |
Subject: |
I get ompile errors in 1788 |
Date: |
Thu, 26 Sep 2024 15:25:01 -0400 |
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 trunk
Gandalf:trunk pteeson$ ./configure
*** core tests... ***
checking for gcc... gcc
checking whether the C compiler works... yes
……
config.status: executing libtool commands
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
VALUE_HISTORY_WANTED: no
apl_MAINTAINER_MODE: no
apl_missing_headers: 3
apl_missing_functions: 0
apl_FFT: no (affects: ⎕FFT)
apl_PCRE: no (affects: ⎕RE)
apl_PNG: yes (affects: ⎕PNG)
apl_POSTGRES: no (may affect: ⎕SQL)
apl_SQLITE3: yes (may affect: ⎕SQL)
apl_SQL yes (affects: ⎕SQL)
apl_X11 (libxcb): no (fallback for ⎕PLOT)
apl_GTK3: no (affects: ⎕PNG, ⎕GTK, maybe ⎕PLOT)
apl_GUI: no (affects: ⎕PNG, ⎕GTK, ⎕PLOT)
Gandalf:trunk pteeson$ make
/Library/Developer/CommandLineTools/usr/bin/make all-recursive
Making all in workspaces
make[2]: Nothing to be done for `all'.
Making all in wslib3
Making all in DALY
…..
Quad_PNG.cc:57:5: warning: macro expansion producing 'defined' has undefined
behavior [-Wexpansion-to-defined]
#if PNG_LIBS
^
Quad_PNG.cc:52:5: note: expanded from macro 'PNG_LIBS'
defined( HAVE_LIBZ ) && \
^
Quad_PNG.cc:57:5: warning: macro expansion producing 'defined' has undefined
behavior [-Wexpansion-to-defined]
Quad_PNG.cc:53:5: note: expanded from macro 'PNG_LIBS'
defined( HAVE_ZLIB_H ) && \
^
…..
Quad_PNG.cc:721:5: warning: macro expansion producing 'defined' has undefined
behavior [-Wexpansion-to-defined]
Quad_PNG.cc:47:5: note: expanded from macro 'PNG_GTK'
defined( HAVE_LIBGTK_3 )
^
36 warnings generated.
Build-2024-09-26-2.52PM.txt
Description: Text document
- I get ompile errors in 1788,
Peter Teeson <=