Re: Compile errors when building libapl

2024-03-03 Thread Paul Rockwell
I've done a little digging into the source code. I hope this helps. libapl.cc hasn't been changed since SVN 1712. It seems to me that it has not caught up to changes in other parts of the code. From searching the entire source tree and browsing the SVN repository, it looks like the following ch

Is svn release 1758 missing fixes?

2024-03-03 Thread M.Hall
Is svn release 1758 missing fixes for Backtrace.cc and Command.cc ? On macos 10.15.7 (old, I know). I added small fixes in my "working copy" below to avoid compile errors - the diff will show them. (Also, '__APPLE__' is defined by the compiler. See the output of 'echo | g++ -dM -E -' as in the lib

Re: Is svn release 1758 missing fixes?

2024-03-03 Thread Paul Rockwell
Mike, I noticed the same issues in SVN 1757 and 1758 as well. I have made similar fixes in the source that I have. Our fixes differ in that the fix I made to Command.cc is to change line 2030 from if (sort == SORT_TIME) return st.st_mtim.tv_sec; 2031 to