On Ubuntu or LinuxMint (or Debian), it is called "libsqlite3-dev"
On Sun, Apr 26, 2015 at 1:10 AM, Elias Mårtenson wrote:
> Is this on Ubuntu? There is a separate package called sqlite3-devel or
> something similar that you need to install for it to work.
>
> Regards,
> Elias
> On 26 Apr 2015 1
Is this on Ubuntu? There is a separate package called sqlite3-devel or
something similar that you need to install for it to work.
Regards,
Elias
On 26 Apr 2015 15:56, wrote:
> Hi bug-apl,
>
> I don't know why sqlite3 is not being found. In the following lines,
> 'buildapl' is a script that does
Hi bug-apl,
I don't know why sqlite3 is not being found. In the following lines, 'buildapl'
is a script that does ./configure ; make ; make install. The file
'buildapl.runlog' is recording the both standard out and standard error. Im
not sure if this would also be a reason, but I am using bas
Hi Jürgen:
A couple of very minor things re doc directory:
1.
Making clean in doc
test -z "apl.dvi apl.pdf apl.ps apl.html" \
|| rm -rf apl.dvi apl.pdf apl.ps apl.html
Q: should libapl.html also be rm'd?
2.
Gandalf:apl-svn pteeson$ make
make all-recursive
Making all in doc
/bin/sh /Volum
Hi,
I changed DOMAIN ERROR to RANK ERROR. SVN 614.
/// Jürgen
On 04/25/2015 10:45 AM, Kacper Gutowski
wrote:
On Sat, Apr 25, 2015 at 4:38 AM, Christian Robert
wrote:
a←1 0 0 0 0 1 0 0 1 1 0 0 1
Hi Fausto,
I have made the )IN Command more tolerant. It now accepts
some common SYNTAX ERRORs that are mainly caused by some
non-standard APL extensions like :try.
SVN 614.
/// Jürgen
Hi,
thanks! Fixed in SVN 614.
I believe the ISO standard might allow this but IBM APL2 does not.
Therefore compatibility rules.
/// Jürgen
On 04/25/2015 03:43 AM, Blake McBride
wrote:
Defin
Forget this bug report, I'm completely wrong here.
Pick (or diadic right shoe) can be use to "pick" one thing at a time
1 2 3 ⊃ temp
do not mean: temp[1 2 3]
it mean: temp[1;2;3]
sorry,
Xtian.
On Sat, Apr 25, 2015 at 3:43 AM, Blake McBride wrote:
> Definitely a bug!
Or consistent extension!
-k
On Sat, Apr 25, 2015 at 4:38 AM, Christian Robert
wrote:
> a←1 0 0 0 0 1 0 0 1 1 0 0 1 1 1 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0
> b← 26 27 28
> a[b]
> 0 0 0
> b⊃a
> DOMAIN ERROR
> b⊃a
> ^ ^
I think this should be rank error rather than domain one. But it should
be
10 matches
Mail list logo