bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2 warnings and an error


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 Peter,

thanks, fixed in SVN 1700.

Best Regards,
Jürgen


On 5/31/23 21:47, Peter Teeson wrote:
Hi Jürgen:
Full logs attached at bottom. kind regards Peter


Gandalf:~ pteeson$ cd /Volumes/Data/GNUAPL-on-Mac-WS/GNUapl 
Gandalf:GNUapl pteeson$  svn co http://svn.savannah.gnu.org/svn/apl/trunk > svn-log 2>&1
A    trunk/m4
…..
A    trunk/aclocal.m4
Checked out revision 1699.

Gandalf:GNUapl pteeson$ cd trunk
Gandalf:trunk pteeson$ ./configure DYNAMIC_LOG_WANTED=yes  <<<===================
……
configure:    ---- SUMMARY OF TESTS (please include in error reports) ----

    DEVELOP_WANTED:              no
    ASSERT_LEVEL_WANTED:         1
    DYNAMIC_LOG_WANTED:          yes
    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:                    (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 initializer
      list
const 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 always
      true [-Wtautological-constant-out-of-range-compare]
   if (pc < 2)   return Function_PC_0;
       ~~ ^ ~





reply via email to

[Prev in Thread] Current Thread [Next in Thread]