Re: GNU APL on Mojave 10.14.6, and others

2021-03-19 Thread Dr . Jürgen Sauermann
Gentlemen, I suppose all you need is to tell ./configure where to find the additional include and library files for X11, e.g.: CXXFLAGS="-I /an_extra_include_path -I /another_include_path" \ LDFLAGS="-L /an_extra_library_path -L /

Re: GNU APL on Mojave 10.14.6, and others

2021-03-19 Thread John Helm
Thanks, Peter. I'm sorry to learn you reproduced the issue. I'll keep poking on my end as time permits. I have not dug into how the GNU build system really works, so my progress will probably not be fast. /John On 3/18/21 10:52 PM, Peter Teeson wrote: P.S. Gandalf:~ pteeson$ ls -al /usr/X11 lr

Re: GNU APL on Mojave 10.14.6, and others

2021-03-19 Thread Peter Teeson
Thanks very much Jürgen.. build log shows ~/Desktop/ForJohn.txt:207: checking for gtk_init in -lgtk-3... no locate shows /usr/local/opt/gtk /usr/local/opt/gtk+ I don’t recall when or why I installed these libs. Maybe because Doxygen required one or the other. Anyhow it doesn’t really matter why

Re: GNU APL on Mojave 10.14.6, and others

2021-03-19 Thread Peter Teeson
Hi John: No need to apologize. We all learned something…. Maybe a note can be added to the README or the info documentation or something. BTW I tend to use Homebrew to install 3rd party libs etc. > IME it’s been pretty reliable. As to learning the GNU build