Skip to content

Instantly share code, notes, and snippets.

View finleyexp's full-sized avatar

Finley finleyexp

View GitHub Profile
This is the Dr. Doogie bot for STEEM and GOLOS. Please have a look at the README.md file.
@finleyexp
finleyexp / CMakeError.log
Last active April 18, 2017 20:20
obs-studio troubleshooting install on Kali Linux
Determining size of __int64 failed with the following output:
Change Dir: /root/obs-studio/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_fd858/fast"
/usr/bin/make -f CMakeFiles/cmTC_fd858.dir/build.make CMakeFiles/cmTC_fd858.dir/build
make[1]: Entering directory '/root/obs-studio/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_fd858.dir/__INT64.c.o
/usr/bin/cc -fPIC -o CMakeFiles/cmTC_fd858.dir/__INT64.c.o -c /root/obs-studio/build/CMakeFiles/CheckTypeSize/__INT64.c
/root/obs-studio/build/CMakeFiles/CheckTypeSize/__INT64.c:17:22: error: ‘__int64’ undeclared here (not in a function)
#define SIZE (sizeof(__int64))