hello,
i'm trying to get gnu-apl running on a Mac under macOS Mojave 10.14.4, i
installed it using brew. i have a large number of .atf files that were
generated using ibm apl2 under windows. when i try to )in one of them i
get 'no such file or directory'. if i try to read a transfeer file w
th apl2 working properly for gnu-apl on my mac
best regards
Jeff H. Derby
--
IBM Corporation
RTP, NC USA
Cell: (919) 672-0962
Internet: jhde...@us.ibm.com
From: "Dr. Jürgen Sauermann"
To: Jeff Derby , bug-apl@gnu.org
Date: 04/13/2019 17:08
Subject:Re: [Bug-apl] tryin
this was on a Mac running macOS 10.14.4 using Apple's command line tools:
-
l-Svar_record.o `test -f 'Svar_record.cc' || echo './'`Svar_record.cc
ScalarFunction.cc:97:14: error: binding dereferenced null pointer to
reference has undefined behavior [-Werror,-Wnull-dereference]
:
ereference ./configure
). I believe these 2 warning are also not significant.
Best Regards,
Jürgen
On 4/24/19 5:01 PM, Jeff Derby wrote:
this was on a Mac running macOS 10.14.4 using Apple's command line tools:
-
l-Svar_record.o `test -f 'Svar_record.cc' || echo
rticular warning
(reconfigure the sources with something like:
CXXFLAGS = -Wnonull-dereference ./configure
). I believe these 2 warning are also not significant.
Best Regards,
Jürgen
On 4/24/19 5:01 PM, Jeff Derby wrote:
this was on a Mac running macOS 10.14.4 using Apple's command line
this is a follow-up to an exchange that's in Bug-apl Digest, Vol 67, Issue
9, subject was 'trying to run gnu-apl on a Mac'
the problem i had and reported was that trying ')in 0 atffile', where
atffile is a .atf generated by ibm ap2, gave me ')IN 0 failed: No such
file or directory'; but lib 0 s
i get:
-
Undefined symbols for architecture x86_64:
"Quad_PLOT::Quad_PLOT()", referenced from:
__GLOBAL__sub_I_Quad_PLOT.cc in apl-Quad_PLOT.o
"Quad_PLOT::~Quad_PLOT()", referenced from:
__GLOBAL__sub_I_Quad_PLOT.cc in apl-Quad_PLOT.o
ld: symbol(s) not found for architecture
macos catalina does not have native x11 support (actually it's apparently
been a long time since macos has had native x11). apparently Xquartz can
be downloaded and installed to add x11 support. in catalina trying to run
an app that requires x11 is supposed to generate a prompt to get Xquartz.