Ryan Johnson
Ryan Johnson
I seem to have gotten around it by simply removing "c++" from `gcc-c++`. Not sure why that's even there. `gcc` is the package name, and `g++` is the c++ compiler...
Fix README.md zlib dependency: ``` ryan@ADATA-PC:~/apfs-fuse/build$ make [ 16%] Built target lzfse [ 18%] Building CXX object CMakeFiles/apfs.dir/ApfsLib/Util.cpp.o /home/ryan/apfs-fuse/ApfsLib/Util.cpp:36:10: fatal error: 'zlib.h' file not found #include
Corrected `gcc-g++` to `gcc`. Added zlib dependency to `apt install` line. Added `ccmake` dependency.
Since it is not at all obvious how to use this after install with a scripted `mount` command. From inside the `build` folder, copy code to opt directory (or replace...
Other code editors let you rename variables without Ctrl+F'ing through the document to find all instances of the variable name. Additionally, it only renames those variable names that match the...
Cannot build. ``` Makefile.win:50: recipe for target 'libwin32_static' failed mingw32-make: *** [libwin32_static] Error 1 ``` Complete log: https://pastebin.com/rV1vn3kb
# First attempt Hangs on confirm dialog: ``` msys2 v20200720.0.0 [Approved] msys2 package files install completed. Performing other installation steps. The package msys2 wants to run 'chocolateyinstall.ps1'. Note: If you...
URLs are not guaranteed to end in `=` 
The list-box class needs a re-write in a bad way. ## Required fields  Instantiating a list-box should not require you to define choices for the list-box. It should be...
Created project in Windows. Open in MacOS. Renders with smaller dimensions and smaller fonts than is normal for MacOS.