Ryan Carsten Schmidt
Ryan Carsten Schmidt
**Description of problem:** ksh fails to build on Mac OS X 10.6 with clang 9 **Ksh version:** 2020.0.0 and latest master (43d1853) **How reproducible:** Always **Steps to reproduce:** 1. Build...
In 913e2f3b9a618d169eb56f645b2b2aa03fd9765a `-std=gnu99` was removed from the Makefiles. Please put it back. This code is not compatible with the default gnu89 mode of older compilers: ``` error: ‘for’ loop initial...
On Darwin (macOS), configure.ac adds `-I/opt/local/include` (which is the default MacPorts include directory) and `-I/usr/local/opt/openssl/include` and `-L/usr/local/opt/openssl/lib` (which is where Homebrew installs openssl). You should not do this, because you...
Hi, I'm working on getting cegui 0.8.7 into MacPorts and I noticed a bug. cmake/CEGUIMacros.cmake contains this line (and another very much like it): ``` COMMAND if test x${_CEGUI_BUILD_CONFIG} ==...
The homepage URL shown on this GitHub repository is http://wiki.nginx.org/NginxHttpEchoModule but there is no content there, just an empty "hello world" post from 2017.
It appears that git-multimail can send either plain text or html emails. Plain text diffs are ugly. HTML diffs are pretty, but show up badly in pipermail archives (i.e. with...
Hi, your web site says Scroll Reverser 1.5.1 should work on Mac OS X Tiger 10.4, but on my Intel Mac it crashes on launch: ``` ********** Host Name: MacBookPro2...
Use preferred capitalization of CocoaPods. Change ErrorProtocol to Error. Fix typos.
scalapack 2.1.0 fails to build when implicit declaration of functions is an error. (This is the default behavior of the clang included with Apple's Xcode 12 or later and can...