bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] svn 807 4 issues


From: Juergen Sauermann
Subject: Re: [Bug-apl] svn 807 4 issues
Date: Fri, 11 Nov 2016 16:04:10 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Hi Peter, Elias,

thanks, hopefully fixed in SVN 808.

The SQL warnings should now only occur if SQL support is explicitly
requested in ./configure.

The sbrk() warning was somewhat more tricky because the warning is bogus.
I hope my work-around is working for you.

Elias, this caused a small change in apl-sqlite.cc, please sync back.

/// Jürgen



On 11/10/2016 10:46 PM, Peter Teeson wrote:
Hi Jürgen:
Mac Pro Desktop,  Yosemite 10.10.5, Xcode 6.4, Terminal 2.5.3

Issue 1…...
I looked into the configure script wrt sqlite3 and PostgreSQL because
make keeps giving a warning about PostgreSQL with or without specifying 
./configure —with-postgres=no —with-sqlite3=no 

NOTE: the native function for accessing PostgreSQL will not be built because
      your PostgreSQL installation is missing or incomplete (see details above)

NOTE: the native function for accessing SQLite will not be built because
      your SQLite installation is missing or incomplete (see details above)


make
     /apl-svn/src/apl-sqlite.cc:71:3: "PostgreSQL unavailable since ./configure could not detect it.”

Issues 2-4…….
     /apl-svn/src/Archive.cc:754:27: Logical not is only applied to the left hand side of this comparison
            Assert(!values[sub_idx]._par != INVALID_VID);

     /apl-svn/src/Archive.cc:754:49: Comparison of constant 'INVALID_VID' (-1) with _expression_ of type 'bool' is always true
            values[sub_idx] = _val_par(values[sub_idx]._val, (Vid)p);

     /apl-svn/src/Quad_FIO.cc:621:64: 'sbrk' is deprecated
	     return Token(TOK_APL_VALUE1, IntScalar((uint64_t)(sbrk(0)), LOC));

respect….

Peter



reply via email to

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