Ryan Carsten Schmidt
Ryan Carsten Schmidt
This repository contains a copy of universalJavaApplicationStub 2.1.0: https://github.com/AppleCommander/AppleCommander/blob/6064b52d41851690b0cfdd832c9ef32cc7d1f516/mac/universalJavaApplicationStub#L15-L17 The latest version of universalJavaApplicationStub is 3.3.0 so you may want to update it. Or, since the project has been discontinued,...
If libsndfile is found when cmake is run for openal-soft, then uhjdecoder and uhjencoder are built. https://github.com/kcat/openal-soft/blob/d3875f333fb6abe2f39d82caca329414871ae53b/CMakeLists.txt#L1577-L1595 These executables are not installed. Should they be? If not, what is their...
Hi, I maintain the PHP ports in MacPorts and I just discovered that the zstd extension will check for the presence of the APCu extension at build time: https://github.com/kjdev/php-ext-zstd/blob/0bf5825ad683e637211a0eacec4fe545992f5b67/config.m4#L105-L112 Now...
The homepage configured for this GitHub project — http://www.red-bean.com/decklin/lastfmsubmitd/ — is 404 not found.
I'm using `dmake` (available pre-compiled as an MPW tool at http://dev.macperl.org/files/macperl_build_libs/dmake_40m2.sit.bin) and it works fine when I specify a valid target. But if I specify an invalid target or a...
There is a typo in the Environment-multi.text file included in the mpw.0.83.zip file attached to the r-0.8.3 release which prevents tools in the IIgs and MetroWerks folders from being found....
toolbox/pathnames.rl has this comment illustrating the conversions it performs: ```c /* * To Mac: * file -> file * :directory:file -> directory/file * volume:directory -> /volume/directory * : -> ./...
bin/debugger.cpp includes , suggesting that you want to use libreadline, but bin/CMakeLists.txt adds the flag `-ledit` to link with libedit. Which did you intend? Part of the confusion my arise...
This PR fixes the following errors I got when trying to compile the latest code on macOS 12.3.1 with readline 8.1.2.000 installed (using MacPorts): ``` [ 73%] Building CXX object...
If ragel is not installed, running `cmake` succeeds but running `make` fails with: ``` /bin/sh: ragel: command not found ``` Although ragel is mentioned as a requirement in mpw's readme,...