Ryan Carsten Schmidt

Results 415 issues of Ryan Carsten Schmidt

`make install` fails on macOS: ``` /usr/bin/install -c -D ./quotatool /opt/local/var/macports/build/_Volumes_Shared_macports-ports_sysutils_quotatool/quotatool/work/destroot/opt/local/sbin/quotatool /usr/bin/install: illegal option -- D usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1...

This causes nonsensical arguments to be added to the build, e.g. ``` -L/opt/local/lib/libhdf5.dylib -L/opt/local/lib/libsz.dylib -L/opt/local/lib/libz.dylib -Wl,-rpath,/opt/local/lib/libhdf5.dylib -Wl,-rpath,/opt/local/lib/libsz.dylib -Wl,-rpath,/opt/local/lib/libz.dylib ``` which causes warnings to be printed: ``` ld: warning: path '/opt/local/lib/libhdf5.dylib'...

I've compiled and installed squirrel 3.2 on macOS. When I run `sq` I get a prompt: ``` % sq Squirrel 3.2 stable Copyright (C) 2003-2022 Alberto Demichelis (64 bits) sq>...

Forcing the C compiler as the linker fails when linking sq_static because the C++ standard library does not get linked in. By not forcing this, CMake gets to choose which...

Building squirrel 3.2 on macOS using cmake fails: ``` [ 95%] Linking C executable ../bin/sq_static cd /opt/local/var/macports/build/_Volumes_Shared_macports-ports_lang_squirrel/squirrel/work/build/sq && /opt/local/bin/cmake -E cmake_link_script CMakeFiles/sq_static.dir/link.txt --verbose=ON cd /opt/local/var/macports/build/_Volumes_Shared_macports-ports_lang_squirrel/squirrel/work/build/sqstdlib && /opt/local/bin/cmake -E cmake_symlink_library ../lib/libsqstdlib.0.0.0.dylib...

Building laf, as part of building Aseprite 1.3.8.1, fails when using the macOS 15.0 deployment target, which is the default when building on macOS 15: ``` laf/os/osx/system.mm:118:22: error: 'CGDisplayCreateImageForRect' is...

The README still refers users to the defunct Google Code service to download binaries or code even though the project moved to GitHub long ago: https://github.com/suminb/readown/blob/ce422b13fb1ef4dc4544dbcc5082472a2a8b503c/README.markdown?plain=1#L11-L17

The README references an image that does not exist anymore: https://github.com/suminb/readown/blob/ce422b13fb1ef4dc4544dbcc5082472a2a8b503c/README.markdown?plain=1#L6 Instead of using external services that could cease to exist later, the image should be in this repository.

Readown requires `php` to be in the path. `php` is not included in modern macOS anymore. Opening a Markdown document in Readown now results in a window containing only the...

Version 0.7.2 was released in 2013 here: http://liquidrescale.wikidot.com/en:download-page-sources http://liquidrescale.wdfiles.com/local--files/en:download-page-sources/gimp-lqr-plugin-0.7.2.tar.bz2 The contents of that archive does not match the v0.7.2 tag that was created in this repository in 2020 to resolve...