latest APL update, debian testing updated today. Looks fine on 64-bit
$ cat /proc/version
Linux version 6.10.11-686 (debian-ker...@lists.debian.org)
(i686-linux-gnu-gcc-13 (Debian 13.3.0-6) 13.3.0, GNU ld (GNU Binutils
for Debian) 2.43.1) #1 SMP PREEMPT_DYNAMIC Debian 6.10.11-1 (2024-09-22)
Looks good. Thank you.
Bill H.
On 12/10/24 2:05 PM, Dr. Jürgen Sauermann wrote:
Hi Bill,
thanks. hopefully fixed in *SVN 1800*.
Best Regards,
Jürgen
On 12/10/24 15:29, Bill Heagy wrote:
Still a problem.
..
Quad_WA.o apl-Quad_XML.o apl-RealCell.o apl-sbrk.o apl-Shape.o apl
Still a problem.
..
Quad_WA.o apl-Quad_XML.o apl-RealCell.o apl-sbrk.o apl-Shape.o
apl-ScalarFunction.o apl-Security.o apl-StateIndicator.o apl-Svar_DB.o
apl-Svar_record.o apl-Symbol.o apl-SymbolTable.o apl-SystemVariable.o
apl-TabExpansion.o apl-Thread_context.o apl-Token.o apl-Token
.
de/libmount -I/usr/include/blkid -I/usr/include/fribidi
-I/usr/include/cairo -I/usr/include/pixman-1
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu
-I/usr/include/webp -I/usr/include/gio-unix-2.0
-I/usr/include/cloudproviders -I/usr/include/atk-1.0
-I/usr/include/at-spi
Looks good now. Thank you.
Bill H.
On 12/8/24 11:38 AM, Dr. Jürgen Sauermann wrote:
Hi Bill,
thanks, fixed in *SVN 1795*..
Best Regards,
Jürgen
On 12/7/24 22:01, Bill Heagy wrote:
after make clean; ./configure;make -j2
..
g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wno-parentheses -I sql
after make clean; ./configure;make -j2
..
g++ -DHAVE_CONFIG_H -I. -I..-Wall -Wno-parentheses -I sql -I
/home/wheagy/git/apl/trunk -I/usr/include/gtk-3.0
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-I/usr/inclu
On debian 32-bit:
make
[.]
mv -f .deps/apl-LvalCell.Tpo .deps/apl-LvalCell.Po
g++ -DHAVE_CONFIG_H -I. -I..-Wall -I sql -I
/home/wheagy/tmp/apl_svn/trunk -I/usr/include -g -O2 -I
/home/wheagy/tmp/apl_svn/trunk -MT apl-Macro.o -MD -MP -MF
.deps/apl-Macro.Tpo -c -o apl-Macro.o `te
Looking at this further, there's a whole block in buildtag.sh that
duplicates definitions in configure and resets apl_top. I think this
block can be deleted (but I haven't worked with bash scripts for
"awhile", so please check my logic).
On 3/26/21 10:55 PM, Bill Heagy w
uildtag.sh: it only appears once.)
On 3/26/21 9:38 PM, Peter Teeson wrote:
Sorry I am not the right person to help. I’m on Mac OS.
On Mar 26, 2021, at 8:48 PM, Bill Heagy wrote:
$ uname -v
#1 SMP Debian 5.10.24-1 (2021-03-19)
On 3/26/21 8:06 PM, Peter Teeson wrote:
Sorry.. .Please provide
u
$ uname -v
#1 SMP Debian 5.10.24-1 (2021-03-19)
On 3/26/21 8:06 PM, Peter Teeson wrote:
Sorry.. .Please provide
uname -v
On Mar 26, 2021, at 6:05 PM, Bill Heagy wrote:
It looks like there's a path problem with ./configure in the latest update.
...
config.status: creating w
It looks like there's a path problem with ./configure in the latest update.
...
config.status: creating wslib5/Makefile
config.status: creating wslib5/APLComponentFiles/Makefile
config.status: creating wslib5/iso-apl-cf/Makefile
config.status: creating config.h
config.status: config.h is uncha
30/21 3:58 AM, Bill Heagy wrote:
On debian, can't find "xpathselect". Is this a windows library?
$ make
...
libtool: link: g++ -Wall -I sql -pthread -I/usr/include/gtk-3.0
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_6
]: *** [Makefile:536: all-recursive] Error 1
make[1]: Leaving directory '/home/wheagy/apl_svn/apl/trunk'
make: *** [Makefile:424: all] Error 2
On 1/29/21 9:39 PM, Bill Heagy wrote:
I just updated with svn, and many new files, for example .tc.log files
in src/testcases/ got downloaded, s
I just updated with svn, and many new files, for example .tc.log files
in src/testcases/ got downloaded, some of them quite large. Did
something need cleaning up?
$ akt src/apl
__ _ __ __ _____ __
/ // | / // / / / / | / __ \ / /
/ / __ / |/ // / / / / /| | / /_/ // /
/ /_/ // /| // /_/ / / ___ | / // /___
\//_/ |_/ \___
Looks good. Thank you for all your work on this.
Bill
On 12/9/20 7:04 AM, Dr. Jürgen Sauermann wrote:
Hi Bill,
thanks, fixed in SVN 1371.
Best Regards,
Jürgen
On 12/9/20 4:24 AM, Bill Heagy wrote:
Before this change:
⍴⍴(1 2)+¨⊂ 3 4 5
1
⍴⍴(,2)+¨⊂ 3 4 5
1
which is what I
Before this change:
⍴⍴(1 2)+¨⊂ 3 4 5
1
⍴⍴(,2)+¨⊂ 3 4 5
1
which is what I expected.
After the change:
⍴⍴(1 2)+¨⊂ 3 4 5
1
⍴⍴(,2)+¨⊂ 3 4 5
0
I don't know if the change for a 1-element vector compared to, say, a
2-element vector was intended. (debian, various versions)
I still see a segfault.
wheagy@bigflight:~/apl_svn/apl/trunk$ akt src/apl
__ _ __ __ _____ __
/ // | / // / / / / | / __ \ / /
/ / __ / |/ // / / / / /| | / /_/ // /
/ /_/ // /| // /_/
the meantime I have filed a g++ bug report concerning -Wmaybe-uninitialized,
but it seems
like we may have to live with it for a while.
I have partly reverted the change that I made, please let me know if the
problem is
fixed (*SVN 1283*).
Best regards,
Jürgen
On 5/4/20 3:49 AM, Bill Heagy
asons beyond the source code. You could
send me your current *config.h*to have a look at.
Best Regards,
Jürgen
On 5/3/20 12:19 AM, Bill Heagy wrote:
On 5/2/20 1:53 PM, Dr. Jürgen Sauermann wrote:
Hi Bill,
I cannot reproduce this.
Did you run *./configure*after updating from SVN? Sometimes Make
(nn<(↑n)*2)⍴x**
**r←r,↑n←(~∨⌿0=⊃r|¨⊂n)/n**
**→l**
**x:**
**r←r,1↓n**
**rr←+/r**
**0.001×0 0 0 24 60 60 1000⊥⎕TS-T**
**∇**
**
** ⊣sol 20**
*
On 5/2/20 6:21 PM, Bill Heagy wrote:
For the last updates, my little test program has slowed down by a factor of
more than 4, debian 32 and 64
For the last updates, my little test program has slowed down by a factor
of more than 4, debian 32 and 64 bit. (Same updates as the compiler
problem appeared, I think.)
∇rr←sol nn
n←1↓⍳nn
r←,2
l:
→(nn<(↑n)*2)⍴x
r←r,↑n←(~∨⌿0=⊃r|¨⊂n)/n
→l
x:
r←r,1↓n
rr←+/r
∇
sol 20
Looks good. Thank you.
On 5/27/19 7:12 AM, Dr. Jürgen Sauermann wrote:
Hi,
thanks,. hopefully fixed in *SVN 1158*.
/// Jürgen
On 5/27/19 2:31 AM, Bill Heagy wrote:
The latest version appears to work if compiled with WERROR turned off.
Otherwise, I see these compile failures too.
On 5/26
The latest version appears to work if compiled with WERROR turned off.
Otherwise, I see these compile failures too.
On 5/26/19 6:25 PM, Christian Robert wrote:
[...]
g++ -DHAVE_CONFIG_H -I. -I.. -Wall -I sql -Werror -rdynamic -g
-O2 -MT apl-ProcessorID.o -MD -MP -MF .deps/apl-ProcessorI
Debian testing, intel 64-bit, I get a similar message. Yesterday
(before the latest change) I compiled with Werror turned off, so it all
compiled, but it immediately produced a segmentation error when I tried
running it.
[.]
g++ -DHAVE_CONFIG_H -I. -I..-Wall -I sql -Werror -I/usr/incl
Minor note: )load appears to be giving a diagnostic:
)load p010
filename:'/home/wheagy/workspaces/p010.xml' at Workspace.cc:977
(debian system)
On 2019-02-04 12:22 p.m., vvs wrote:
Hello
On Mon, Feb 4, 2019 at 3:41 PM Dr. Jürgen Sauermann
wrote:
infinite recursion should
ental and contains
bugs in ScalarFunction.cc that I was not able to reproduce because they
only occur sporadically.
/// Jürgen
On 01/28/2017 08:15 PM, Bill Heagy wrote:
> debian, 32-bit or 64-bit, testing
>
> SVN 865 and previous versions
>
> If I do:
>
> make clean
>
>
debian, 32-bit or 64-bit, testing
SVN 865 and previous versions
If I do:
make clean
./configure CORE_COUNT_WANTED=syl
make
everything is fine.
If I do:
make clean
./configure
make parallel
I get:
.
.
.
g++ -DHAVE_CONFIG_H -I. -I..-Werror -Wall -I sql -I/usr/include
-rdynamic
Hi
- debian testing or stable
- ")copy myworkspace" doesn't copy functions from workspace
- ")copy myworkspace myfunction" does copy "myfunction"
This started in the first few versions after Version / SVN: 1.6 / 825M.
In the supplied script wslib5/FILE_IO.apl, the function "FIO∆fwrite" is
defined twice, as FILE_IO[7] (binary) and as FILE_IO[23] (Unicode).
--
Bill Heagy
30 matches
Mail list logo