Skip to content

Instantly share code, notes, and snippets.

View coreybruce's full-sized avatar

Corey Bruce coreybruce

View GitHub Profile
@coreybruce
coreybruce / system info
Last active March 5, 2022 15:14
PC system info
Manjaro
5.15.25-1-MANJARO
Intel® Core™ i5-8600K CPU @ 3.60GHz × 6
16GB ram
GeForce GTX 1060 6GB/PCIe/SSE2
Nvidia 510.54 driver
cpu:
Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz, 4355 MHz
Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz, 4363 MHz
Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz, 4242 MHz
Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz, 4353 MHz
Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz, 4366 MHz
Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz, 4333 MHz
keyboard:
/dev/input/event21 SteelSeries ApS SteelSeries Apex 150 Gaming Keyboard
mouse:
@coreybruce
coreybruce / Serious Engine build log x64 Linux
Created March 20, 2021 09:03
Serious Engine build fail log x64 Linux
This file has been truncated, but you can view the full file.
[corey@corey-pc Sources]$ ./build-linux64.sh
Will build with 'make -j8' ... please edit this script if incorrect.
+ rm -rf cmake-build
+ mkdir cmake-build
+ cd cmake-build
+ cmake -DCMAKE_BUILD_TYPE=Debug ..
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
@coreybruce
coreybruce / Serious Engine build log Arm64 Linux
Created March 20, 2021 09:04
Serious Engine build fail log Arm64 Linux
[corey@manjaro-pi Sources]$ ./build-linux64.sh
Will build with 'make -j2' ... please edit this script if incorrect.
+ rm -rf cmake-build
+ mkdir cmake-build
+ cd cmake-build
+ cmake -DCMAKE_BUILD_TYPE=Debug ..
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
This file has been truncated, but you can view the full file.
[corey@manjaro-pi Release]$ make -j4
[ 5%] Built target FFmpeg_Project
[ 11%] Built target libogg_Project
[ 23%] Built target libasound_Project
[ 23%] Built target zlib_Project
[ 29%] Built target libiconv_Project
[ 35%] Built target argagg_Project
[ 41%] Built target libpng_Project
[ 47%] Built target libvorbis_Project
[ 52%] Built target libcurl_Project
This file has been truncated, but you can view the full file.
[corey@manjaro-pi Release]$ cmake -DCMAKE_BUILD_TYPE=Release -DDISABLE_APPIMAGE=Yes ..
CMake Warning (dev) in CMakeLists.txt:
No project() command is present. The top-level CMakeLists.txt file must
contain a literal, direct call to the project() command. Add a line of
code such as
project(ProjectName)
near the top of the file, but after cmake_minimum_required().
@coreybruce
coreybruce / gist:5983a3e9e9beb84bbb86de24c3a6d5f6
Created May 1, 2021 03:33
Sonic-1-2-2013-Decompilation build log
[corey@corey-pi4 Sonic-1-2-2013-Decompilation]$ make -j4
mkdir -p objects/RSDKv4
g++ -I/usr/include/SDL2 -D_REENTRANT -DBASE_PATH='""' RSDKv4/Animation.cpp -o objects/RSDKv4/Animation.cpp.o -c
mkdir -p objects/RSDKv4
g++ -I/usr/include/SDL2 -D_REENTRANT -DBASE_PATH='""' RSDKv4/Audio.cpp -o objects/RSDKv4/Audio.cpp.o -c
mkdir -p objects/RSDKv4
g++ -I/usr/include/SDL2 -D_REENTRANT -DBASE_PATH='""' RSDKv4/Collision.cpp -o objects/RSDKv4/Collision.cpp.o -c
mkdir -p objects/RSDKv4
g++ -I/usr/include/SDL2 -D_REENTRANT -DBASE_PATH='""' RSDKv4/Debug.cpp -o objects/RSDKv4/Debug.cpp.o -c
mkdir -p objects/RSDKv4
@coreybruce
coreybruce / gist:300414981025788f9871e5ab07c6c81e
Created June 2, 2021 00:17
libretro-parallel-n64 Build Fail on Aarch64
Preparing...
Checking libretro-parallel-n64-git dependencies...
Resolving dependencies...
Checking inter-conflicts...
Building libretro-parallel-n64-git...
Cloning libretro-parallel-n64-git build files...
==> ERROR: libretro-parallel-n64-git is not available for the 'aarch64' architecture.
Preparing...
Preparing...
Cloning xfce4-taskbar-plugin-git build files...
Checking xfce4-taskbar-plugin-git dependencies...
Resolving dependencies...
Checking inter-conflicts...
Building xfce4-taskbar-plugin-git...
==> Making package: xfce4-taskbar-plugin-git 20210422-1 (Wed 16 Jun 2021 11:11:03)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
./configure
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o