Skip to content

Instantly share code, notes, and snippets.

Scanning dependencies of target rtaudio
[ 90%] Building CXX object src/rtaudio/CMakeFiles/rtaudio.dir/RtAudio.cpp.o
Linking CXX shared library librtaudio.dylib
CMakeFiles/rtaudio.dir/RtAudio.cpp.o:1:1: error: source file is not valid UTF-8
<CF><FA><ED><FE><U+0007>
^
CMakeFiles/rtaudio.dir/RtAudio.cpp.o:1:2: error: source file is not valid UTF-8
<CF><FA><ED><FE><U+0007>
^
CMakeFiles/rtaudio.dir/RtAudio.cpp.o:1:3: error: source file is not valid UTF-8
@like-a-bause
like-a-bause / gist:e4d703b366cc26790466
Created April 25, 2015 16:44
glxinfo MBP late 2013 arch
name of display: :0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
GLX_ARB_create_context, GLX_ARB_create_context_profile,
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample,
GLX_EXT_create_context_es2_profile, GLX_EXT_framebuffer_sRGB,
@like-a-bause
like-a-bause / gist:909eee4dc46565c72fba
Created September 18, 2014 10:42
Raspberry Pi Archlinux Arm OpenFrameworks rmake
cat: /opt/vc/include/interface/vmcs_host/vc_dispmanx.h: No such file or directory
armv6l
checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal openssl libpulse-simple alsa libmpg123
Compiling OF library for Release
cat: /opt/vc/include/interface/vmcs_host/vc_dispmanx.h: No such file or directory
armv6l
checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal openssl libpulse-simple alsa libmpg123
make[1]: Entering directory `/opt/raspberrypi/root/opt/of_v0.8.3_linuxarmv6l_release/libs/openFrameworksCompiled/project'
cat: /opt/vc/include/interface/vmcs_host/vc_dispmanx.h: No such file or directory
armv6l
@like-a-bause
like-a-bause / gist:9100b977c2163efd5545
Created May 11, 2014 12:04
oscit Compiler Errors
cd build && cmake ..
STATUS,Guessing Linux host endianess to be little endian.
STATUS,You can run cmake with -DENDIANESS=OSC_HOST_BIG_ENDIAN if you need to change this setting.
-- ===========================================================================
-- OSCIT build configuration settings
-- ===========================================================================
-- Platform = linux
-- Release = OFF
-- OSCIT_386_ONLY (no 64bit) = OFF
-- OSCIT_ENABLE_TESTING (Build and run tests) = ON
@like-a-bause
like-a-bause / xbmc.log
Created April 7, 2014 08:27
xbmc-rbp-git archlinuxarm log
Log grepped for ERROR:
10:13:11 T:3034750976 ERROR: DBus: Error org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
10:13:11 T:3034750976 ERROR: DBus: Error org.freedesktop.DBus.Error.AccessDenied - Permission denied
10:13:11 T:3034750976 ERROR: Previous line repeats 2 times.
10:13:11 T:3034750976 ERROR: DBus: Error org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.PolicyKit1 was not provided by any .service files
10:13:18 T:2971661360 ERROR: COMXCoreComponent::DecoderEventHandler OMX.broadcom.egl_render - OMX_ErrorInsufficientResources, insufficient resources
10:13:18 T:3034750976 ERROR: COMXTexture::HandlePortSettingChange m_omx_tunnel_egl.Establish (80001000)
10:13:18 T:3034750976 ERROR: COMXTexture::Decode - HandlePortSettingChange failed (0)
10:13:19 T:3034750976 ERROR: COMXCoreComponent::WaitForInputDone OMX.broadcom.image_decode wait event timeout
@like-a-bause
like-a-bause / gist:7265859
Created November 1, 2013 14:00
Trying to Compile a 2.6 PCIe Driver for 3.11
Using kernel source files from /usr/src/linux-3.11.6-1-ARCH
make: Entering directory '/usr/src/linux-3.11.6-1-ARCH'
CC [M] /home/felix/src/MasterThesis/Using_PCIe_on_DE4_design_files/driver_wiki/aclpci_queue.o
CC [M] /home/felix/src/MasterThesis/Using_PCIe_on_DE4_design_files/driver_wiki/aclpci.o
/home/felix/src/MasterThesis/Using_PCIe_on_DE4_design_files/driver_wiki/aclpci.c:51:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘probe’
static int __devinit probe(struct pci_dev *dev, const struct pci_device_id *id);
^
/home/felix/src/MasterThesis/Using_PCIe_on_DE4_design_files/driver_wiki/aclpci.c:52:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘init_chrdev’
static int __devinit init_chrdev (struct aclpci_dev *aclpci);
^
In file included from src/testApp.cpp:1:
In file included from ./src/testApp.h:13:
In file included from ./src/imageTools/ImageServer.h:13:
In file included from ../../../addons/ofxOpenCv/src/ofxOpenCv.h:5:
In file included from ../../../addons/ofxOpenCv/src/ofxCvConstants.h:10:
In file included from ../../../addons/ofxOpenCv/libs/opencv/include/opencv/cv.h:64:
In file included from ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/core/core.hpp:59:
/usr/include/c++/4.6/complex:71:30: error: variable 'sqrt' declared as a template
template<typename _Tp> _Tp norm(const complex<_Tp>&);
~~~~~~~~~~~~~~~~~~~~~~ ^
@like-a-bause
like-a-bause / install_codec.sh
Last active December 18, 2015 09:49
OF on archlinuxarm System info 12.06.2013
pacman -Sy --needed mpg123 gstreamer0.10-ugly-plugins gstreamer0.10-ffmpeg
@like-a-bause
like-a-bause / gist:5756229
Created June 11, 2013 11:43
Output of running make MAKEFILE_DEBUG =1, after doing changes to compile.project.mk and config.project.mk according to: https://github.com/openframeworks/openFrameworks/commit/aebb079a99bd69be0263ea0a1de655a66e9f0d14
=================== config.mk platform detection ================
PLATFORM_ARCH=armv6l
PLATFORM_OS=Linux
PLATFORM_VARIANT=default
PLATFORM_LIB_SUBPATH=linuxarmv6l
=================== config.mk paths =============================
OF_ADDONS_PATH=../../../addons
OF_EXPORT_PATH=../../../export
OF_EXAMPLES_PATH=../../../examples
OF_APPS_PATH=../../../apps
@like-a-bause
like-a-bause / archRaspOF-develop-Raspberry
Created June 11, 2013 11:25
Output of running make MAKEFILE_DEBUG = 1 openFrameworks-RaspberryPi:develop-Raspberry
=================== config.mk platform detection ================
PLATFORM_ARCH=armv6l
PLATFORM_OS=Linux
PLATFORM_VARIANT=default
PLATFORM_LIB_SUBPATH=linuxarmv6l
=================== config.mk paths =============================
OF_ADDONS_PATH=../../../addons
OF_EXPORT_PATH=../../../export
OF_EXAMPLES_PATH=../../../examples
OF_APPS_PATH=../../../apps