Ryan Carsten Schmidt
Ryan Carsten Schmidt
Another datapoint: I am able to build pdfresurrect 0.23 with no problems on macOS 10.15.7, both as shipped with its autoconf-2.69-generated configure script and if I autoreconf with autoconf 2.71.
And I should mention that this is a qt4 build with qmake, since I know you also have a qt5/qt6 build option with cmake.
It looks like it might be this uninvestigated Qt4 bug: https://bugreports.qt.io/browse/QTBUG-25399 The proposed workaround there of disabling the native macOS menubar— ```diff --- tea.cpp.orig 2023-12-07 06:42:57.000000000 -0600 +++ tea.cpp 2023-12-10...
> Probably for MacPorts I need to just switch tea to […] keep old macOS versions on Qt4 while using Qt5 for newer versions This is now done! > At...
This is the line of the output I was objecting to: > ``` > \ STklos version 1.70 (Id: stable-1.70) > ```
From my perspective it would suffice for the banner to say "Id: unknown" if a development build happens outside of a git clone. The only real bug that needs to...
Right: ``` % stklos \ STklos version post-1.70 (git commit stable-1.70) \ Copyright (C) 1999-2023 Erick Gallesio / \ [Darwin-21.4.0-x86_64/pthreads/libedit/utf8] / \ Type ',h' for help stklos> ```
Now, when in a git clone, I have: ``` % stklos \ STklos version post-1.70 (git commit 590c7270) \ Copyright (C) 1999-2023 Erick Gallesio / \ [Darwin-21.4.0-x86_64/pthreads/libedit/utf8] / \ Type...
> I'm not sure how to differentiate a stable tarball from a tarball from some commit... See https://github.com/egallesio/STklos/issues/515#issue-1628380647: "If you want to distinguish stable and unstable versions in your UI,...
> that is sort of what happens No, there is no place in the code in the git repository that says "this code is stable" or "this code is unstable/developent"....