Peter W. Draper

Results 11 comments of Peter W. Draper

Traced this in GAIA and the full name is passed to `NDF_OPEN()`, which fails.

The obvious way to handle this in Tcl is to use a global variable. It would be easy to add this into the Gaia package init section, see the `gaia/generic/Gaia.C`...

If you want to make progress, then I'm happy for you to just do whatever is necessary to get TOPCAT working, and if I ever find any time I'll see...

Tried this out under Linux and don't see this effect. The fonts remained too small. That may be because the DPI of the display is still 96. That doesn't seem...

OK, Dr. Moan seems to have stopped complaining at present (just lives with the small size). Since I'm not likely to look at this anytime soon, I can only agree,...

The less verbose way to find packages from an installation tree outside of the system directories would be to use something like: ``` configure CFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib" ``` Or even better:...

The paths used in the `--with` options are really for pointing at one-off builds rather than a whole other installation tree.

Not really, it is the easiest way to pull in a number of packages installed into a third party tree. Ideally you'd add that tree to the `ld.so` mechanisms and...

Thanks, it should work, although maybe I should have used `CPPFLAGS` instead of `CFLAGS`, but that usually doesn't make a difference. For interest if you could try it once more...

Hi Paul, looks like the 2023A release is just on a branch, so you should check that out. Re: the tkimg issue. This is one that has been reported before:...