Re: Gtk_server "-rdynamic" issue following APL Gtk UI tutorial

2021-02-26 Thread Russtopia
Thank you for the response. I looked in src/Gtk/Makefile and indeed the LDFLAGS did not specify -rdynamic. I just added it and that solved the issue. -Russ On Fri, 26 Feb 2021 at 07:03, Dr. Jürgen Sauermann wrote: > Hi Russtopia, > > i have noticed in the past that -rdynamic is somewhat

Re: Bug in Autoconf file

2021-02-26 Thread Dr . Jürgen Sauermann
Hi Gylfi, thanks, fixed in SVN 1440. Please keep in mind that the rational number feature is a rarely used one. Therefore the probability of errors in their implementation is somewhat higher than for normal floating point numbers.

Bug in Autoconf file

2021-02-26 Thread Gylfi
Hello, I've encountered a minor bug in the configure script. I was trying to enable rational number support but the configure script kept reporting that rational numbers were not desired. It looks to me like setting RATIONAL_NUMBERS_WANTED=yes does in fact enable this feature, it's just not being

Re: Gtk_server "-rdynamic" issue following APL Gtk UI tutorial

2021-02-26 Thread Dr . Jürgen Sauermann
Hi Russtopia, i have noticed in the past that -rdynamic is somewhat platform specific - some understand it, some complain. Some background to GTK: GTK dynamically links event handlers like those declared in the files produced by

Re: Attn: Blake McBride: APL-Pkg issue

2021-02-26 Thread Blake McBride
Greetings, As I commented on github, it looks as though either the original path was wrong or they changed the path. However, there is no need to move to a mirror. A path correction is all that is needed. Thanks. Blake On Thu, Feb 25, 2021 at 11:56 PM Russtopia wrote: > Hello, in keeping