|
From: | Dr . Jürgen Sauermann |
Subject: | Re: 2 warnings and an error |
Date: | Thu, 1 Jun 2023 13:10:52 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 |
Hi Jürgen:Full logs attached at bottom. kind regards Peter
Gandalf:~ pteeson$ cd /Volumes/Data/GNUAPL-on-Mac-WS/GNUaplGandalf:GNUapl pteeson$ svn co http://svn.savannah.gnu.org/svn/apl/trunk > svn-log 2>&1A trunk/m4…..A trunk/aclocal.m4Checked out revision 1699.
Gandalf:GNUapl pteeson$ cd trunkGandalf:trunk pteeson$ ./configure DYNAMIC_LOG_WANTED=yes <<<===================……configure: ---- SUMMARY OF TESTS (please include in error reports) ----
DEVELOP_WANTED: noASSERT_LEVEL_WANTED: 1DYNAMIC_LOG_WANTED: yesPERFORMANCE_COUNTERS_WANTED: noVALUE_CHECK_WANTED: noVALUE_HISTORY_WANTED: no
apl_MAINTAINER_MODE: noapl_missing_headers: 3apl_missing_functions: 0apl_FFT: no (affects: ⎕FFT)apl_PCRE: (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/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive…..
Command.cc:2477:8: warning: template argument uses local type 'lid_OOT' [-Wlocal-type-template-args]vector<struct lid_OOT> lid_OOTs;^~~~~~~~~~~~~~Executable.cc:338:8: warning: template argument uses local type 'conditional' [-Wlocal-type-template-args]vector<conditional> conditionals;^~~~~~~~~~~Executable.cc:595:20: error: non-aggregate type 'const Function_PC2' cannot be initialized with an initializerlistconst Function_PC2 after_from_to = { body_from_to.low - start,^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~Executable.cc:815:11: warning: result of comparison of constant 2 with _expression_ of type 'Function_PC' is alwaystrue [-Wtautological-constant-out-of-range-compare]if (pc < 2) return Function_PC_0;~~ ^ ~
[Prev in Thread] | Current Thread | [Next in Thread] |