[Bug-apl] AP100 problem

2017-02-14 Thread Frederick Pitts
Gentle people, I am having trouble using the AP100 processor. Code that worked reliably two to three years ago, no longer works. The problem can be replicated (I hope) as follows: 1) Create a folder named 'Sound'. 2) Touch a file in 'Sound' named 'playsnd'

Re: [Bug-apl] Sqlite provider truncates integers in results

2017-02-14 Thread Elias Mårtenson
I've taken a look at this now, and I believe this patch should fix your problem. Please try it, and I'd like to ask Jürgen to merge it. Regards, Elias Index: src/sql/SqliteResultValue.cc === --- src/sql/SqliteResultValue.cc

Re: [Bug-apl] AP100 problem

2017-02-14 Thread Juergen Sauermann
Hi Frederick, I did as proposed and it seems to work on my machine: eedjsa@server66:~$ Sound/foobar.apl 1 ls Sound/* Sound/foobar.apl Sound/playsnd 0 ls Sound/p* S

Re: [Bug-apl] AP100 problem

2017-02-14 Thread Frederick Pitts
Hello Juergen, I haven't been configuring apl with DYNAMIC_LOG=yes, so I attempted 'make develop'.  That got me a 'aclocal-1.14 not found' error.  Fedora 25 comes with aclocal-1.15.  So I punted and downloaded gnu-apl again, followed by configure/make/make install with DYNAMIC_LOG=yes in th

Re: [Bug-apl] AP100 problem

2017-02-14 Thread enztec
works here you have a bad character in your foobar.apl - probably from a cutnpaste from an html? On Tue, 14 Feb 2017 19:26:53 -0600 Frederick Pitts wrote: > Hello Juergen, > I haven't been configuring apl with DYNAMIC_LOG=yes, so I > attempted 'make develop'.  That got me a 'aclocal-

Re: [Bug-apl] AP100 problem

2017-02-14 Thread enztec
could it be your fedora bash shell expansion itself ? (some glob length setting? is there such a thing?) in a terminal /bin/ls /apl/ap100/Sound/pl* /bin/ls /apl/ap100/Sound/pla* in an apl workspace try )host /bin/ls /apl/ap100/Sound/pl* )host /bin/ls /apl/ap100/Sound/pla* On Tue, 14 Fe

Re: [Bug-apl] AP100 problem

2017-02-14 Thread Frederick Pitts
enztec, In a terminal interactive bash shell /bin/ls /apl/ap100/Sound/pl* /bin/ls /apl/ap100/Sound/pla* and in an apl interactive interpreter session   )host /bin/ls /apl/ap100/Sound/pl*   )host /bin/ls /apl/ap100/Sound/pla* produce the correct results. And I'm unaware of a glob length s

Re: [Bug-apl] Sqlite provider truncates integers in results

2017-02-14 Thread Kacper Gutowski
On 14 February 2017 at 14:31, Elias Mårtenson wrote: > I've taken a look at this now, and I believe this patch should fix your > problem. Please try it, and I'd like to ask Jürgen to merge it. Yes, this fixes it. Thanks. -k

Re: [Bug-apl] Sqlite provider truncates integers in results

2017-02-14 Thread Elias Mårtenson
Jürgen? Could you merge the fix? Regards, Elias On 15 February 2017 at 13:30, Kacper Gutowski wrote: > On 14 February 2017 at 14:31, Elias Mårtenson wrote: > > I've taken a look at this now, and I believe this patch should fix your > problem. Please try it, and I'd like to ask Jürgen to merge i