Re: Doubt about plotting on MAC OS X Catalina

2019-11-30 Thread Antonio Juan
es (they are no longer needed after successful >> compilation). >> >> Best Regards, >> Jürgen Sauermann >> >> >> On 11/28/19 4:00 PM, Antonio Juan wrote: >> >> I will try that >> I Have tried this. >> LIBRARY_PATH=/opt/X11/lib

Re: Doubt about plotting on MAC OS X Catalina

2019-11-28 Thread Antonio Juan
a las 13:21, Dr. Jürgen Sauermann > escribió: > > Hi, > > I would at least expect something like > > CXXFLAGS="-I /opt/X11/include" ./configure > > (if that is the directory where your header files live). > > Best Regards, > Jürgen &g

Re: Doubt about plotting on MAC OS X Catalina

2019-11-28 Thread Antonio Juan
e the -dev package > was not installed, or they were installed in an unusual place. In the latter > case you can > tell ./configure where else to look, for example: > > CXXFLAGS = -I /usr/somewhere_else ./configure [other configure options...] > > Best Regards, > Jürgen Sau

Re: Doubt about plotting on MAC OS X Catalina

2019-11-28 Thread Antonio Juan
> reads: >> >> pfd.events = POLLIN; >> >> Best Regards, >> Jürgen >> >> >> On 11/28/19 11:58 AM, Antonio Juan wrote: >>> Hi thanks, I thinks that will be important to put the output of this things: >>> >>> ➜ sv

Re: Doubt about plotting on MAC OS X Catalina

2019-11-28 Thread Antonio Juan
much harm so that the offending line >> reads: >> >> pfd.events = POLLIN; >> >> Best Regards, >> Jürgen >> >> >> On 11/28/19 11:58 AM, Antonio Juan wrote: >>> Hi thanks, I thinks that will be important to put the output of thi

Re: Doubt about plotting on MAC OS X Catalina

2019-11-28 Thread Antonio Juan
Maybe could be useful the makefile Makefile Description: Binary data El 28 nov 2019, a las 10:31, Antonio Juan <anqu...@gmail.com> escribió:Thanks for your replies I'm using OSX Catalina 10.15.1,Like I commented, I have gnu-apl installed with homebrew and it works well except f

Re: Doubt about plotting on MAC OS X Catalina

2019-11-28 Thread Antonio Juan
> Hi Antonio, > > I fixed the -Wreturn-type warning in SVN 1206. > > Best Regards, > Jürgen Sauermann > > > On 11/28/19 10:31 AM, Antonio Juan wrote: >> Thanks for your replies I'm using OSX Catalina 10.15.1, >> >> Like I commented, I have gn

Re: Doubt about plotting on MAC OS X Catalina

2019-11-28 Thread Antonio Juan
t Peters document is anyhow worthwhile >> reading. >> >> BTW I have updated the ⎕PLOT error message to be more specific as to which >> library is missing. >> >> Best Rgeards, >> Jürgen Sauermann >> >> >> On 11/27/19 12:32 PM,

Re: Doubt about plotting on MAC OS X Catalina

2019-11-27 Thread Antonio Juan
ies installed beforehand. > > Best Regards, > Jürgen Sauermann > > > On 11/26/19 2:27 PM, Antonio Juan wrote: >> Thanks for this awesome software. I have installed gnu plot 1.8 from brew >> package. It works well, and good integration with emacs. So it is a good >&

Doubt about plotting on MAC OS X Catalina

2019-11-26 Thread Antonio Juan
Thanks for this awesome software. I have installed gnu plot 1.8 from brew package. It works well, and good integration with emacs. So it is a good environment for learning APL. The only think is that when I try to plot I always get the following error: ⎕PLOT 0 1 ¯1 2 ¯2 3 ¯3 SYNTAX ERROR