Re: [Bug-apl] Changes to README-1-prerequisits

2014-07-16 Thread Juergen Sauermann
Hi Elias, yes, thanks. SVN 378. /// Jürgen On 07/16/2014 03:54 PM, Elias Mårtenson wrote: Actually, it may be that you simply didn't copy sql.apl into the wslib? Regards, Elias On 16 July 2014 21:53, Elias Mårtenson > wrote: Thanks. Could you update again so

Re: [Bug-apl] Changes to README-1-prerequisits

2014-07-16 Thread Elias Mårtenson
Actually, it may be that you simply didn't copy sql.apl into the wslib? Regards, Elias On 16 July 2014 21:53, Elias Mårtenson wrote: > Thanks. Could you update again so that you get the version that has the > documentation strings included? > > Regards, > Elias > > > On 16 July 2014 21:39, Jue

Re: [Bug-apl] Changes to README-1-prerequisits

2014-07-16 Thread Elias Mårtenson
Thanks. Could you update again so that you get the version that has the documentation strings included? Regards, Elias On 16 July 2014 21:39, Juergen Sauermann wrote: > Hi, > > thanks, updated in SVN 377. > > /// Jürgen > > > > On 07/15/2014 04:12 AM, Elias Mårtenson wrote: > > It's not suppo

Re: [Bug-apl] Changes to README-1-prerequisits

2014-07-16 Thread Juergen Sauermann
Hi, thanks, updated in SVN 377. /// Jürgen On 07/15/2014 04:12 AM, Elias Mårtenson wrote: It's not supposed to. I think the error is that it still tries to compile ResultValue.cc even though SQLite wasn't found during the ./configure phase. It's most definitely supposed to (and it was writ

Re: [Bug-apl] Changes to README-1-prerequisits

2014-07-15 Thread Elias Mårtenson
The latest version of the SQL library has renamed the ResultValue files: https://github.com/lokedhs/apl-sqlite Regards, Elias On 15 July 2014 16:30, Jay Foad wrote: > The attached patch lets me build without libsqlite3-dev again, by > moving both ResultValue.* and apl-sqlite.* into the "if SQ

Re: [Bug-apl] Changes to README-1-prerequisits

2014-07-15 Thread Jay Foad
The attached patch lets me build without libsqlite3-dev again, by moving both ResultValue.* and apl-sqlite.* into the "if SQLITE3" part of the makefile. Jay. On 15 July 2014 03:12, Elias Mårtenson wrote: > It's not supposed to. I think the error is that it still tries to compile > ResultValue.cc

Re: [Bug-apl] Changes to README-1-prerequisits

2014-07-14 Thread Elias Mårtenson
It's not supposed to. I think the error is that it still tries to compile ResultValue.cc even though SQLite wasn't found during the ./configure phase. It's most definitely supposed to (and it was written to) not require either SQLite *nor* Postgres to build. Regards, Elias On 15 July 2014 10:09

Re: [Bug-apl] Changes to README-1-prerequisits

2014-07-14 Thread Blake McBride
The thing that started this is that GNU APL was not able to compile without the SQLite .h files. In other words, GNU APL requires SQLite. I think he wants it to only use SQLite when ./configure finds it. On Mon, Jul 14, 2014 at 9:02 PM, Elias Mårtenson wrote: > Did you mean ? Then that is act

Re: [Bug-apl] Changes to README-1-prerequisits

2014-07-14 Thread Elias Mårtenson
Did you mean ? Then that is actually correct. ResultValue is specific to the SQLite provider. If SQLite support is not enabled, that file shouldn't be compiled. Perhaps it would be best if that file is renamed SqliteResultValue... Regards, Elias On 15 July 2014 01:36, Juergen Sauermann wrote:

Re: [Bug-apl] Changes to README-1-prerequisits

2014-07-14 Thread Blake McBride
libncurses-dev should be libncurses5-dev On Mon, Jul 14, 2014 at 12:36 PM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi, > > should be fixed in SVN 374. > > The sqlite should be optional - Elias, there is a > > *#include "apl-sqlite.hh"* > > in *ResultValue**.hh* - that looks

Re: [Bug-apl] Changes to README-1-prerequisits

2014-07-14 Thread Juergen Sauermann
Hi, should be fixed in SVN 374. The sqlite should be optional - Elias, there is a *#include "apl-sqlite.hh"* in *ResultValue**.hh* - that looks wrong. *execinfo* is a separate lib on some platforms and part of *glibc* on others. It is OK if the test for it fails. /// Jürgen iOn 07/14/201

[Bug-apl] Changes to README-1-prerequisits

2014-07-14 Thread Blake McBride
Greetings, I installed GNU APL on raw LinuxMint 16 and 17 and came up with the following differences from what is stated in the README-1-prerequisits file. Note that since LinuxMint is built on to of Ubuntu, Ubuntu installs should be the same. 1. Although ./configure worked out-of-the-box witho