[Bug-apl] trying to run gnu-apl on a Mac

2019-04-13 Thread Jeff Derby
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

Re: [Bug-apl] trying to run gnu-apl on a Mac

2019-04-17 Thread Jeff Derby
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

[Bug-apl] errors building gnu-apl 1.7

2019-04-24 Thread Jeff Derby
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] :

Re: [Bug-apl] errors building gnu-apl 1.7

2019-04-24 Thread Jeff Derby
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

Re: [Bug-apl] errors building gnu-apl 1.7

2019-04-25 Thread Jeff Derby
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

[Bug-apl] behavior of )IN and )OUT with a library number

2019-04-28 Thread Jeff Derby
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

[Bug-apl] error building revision 1146 on macOS 10.14

2019-05-02 Thread Jeff Derby
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

Re: Doubt about plotting on MAC OS X Catalina

2019-11-27 Thread Jeff Derby
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.