Ryan Carsten Schmidt

Results 415 issues of Ryan Carsten Schmidt

These warnings appear when compiling with clang on macOS 14: ``` post-process/post-process.c:386:39: warning: result of comparison of constant 18446744073709551615 with expression of type 'uint16_t' (aka 'unsigned short') is always true...

I'm using link-grammar for the first time without knowing anything about it nor having read a great deal of documentation. I've built version 5.12.4 from source on macOS 12. I...

Looking through the ChangeLog and NEWS files, I saw a few cases where new releases had to be made because the previous one would not build on macOS, and I...

htslib 1.20 fails to build on Mac OS X 10.7.5 with the version of Apple's fork of the clang compiler (`Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)`) that...

When fetching skia's dependencies prior to building skia, the skia common repo fails to sync because the repository appears to have been deleted from the server: ``` $ python3.9 tools/git-sync-deps...

Hi, I'm the maintainer of [MyPaint in MacPorts](https://ports.macports.org/port/MyPaint), finally getting around to updating to version 2. When I build MyPaint 2.0.1 with mypaint-brushes 2.0.2 installed, I get lots of warnings...

I compiled the latest code in git on macOS 12 and the `osgdem` and `vpbmaster` programs crash on launch: ``` % osgdem Adding terrainTile DataSet::_run() 0 0 Now checking for...

Building the latest git code on macOS 12, I get these warnings: ``` include/vpb/Source:595:43: warning: absolute value function 'fabsf' given an argument of type 'double' but has parameter of type...

0.9.12 was released in 2011 and 0.9.13 and 1.0.0-rc1 in 2015, yet the version in the Version header is still 0.9.11: https://github.com/openscenegraph/VirtualPlanetBuilder/blob/22bf67f5a0d948b0c788652381d163a914e2fde3/include/vpb/Version#L21-L24 This doesn't match what's in CMakeLists.txt: https://github.com/openscenegraph/VirtualPlanetBuilder/blob/22bf67f5a0d948b0c788652381d163a914e2fde3/CMakeLists.txt#L31-L34

0.9.12 was released in 2011 and 0.9.13 and 1.0.0-rc1 in 2015, yet NEWS.txt has no entries for versions after 0.9.11.