Skip to content

Instantly share code, notes, and snippets.

ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks//QuickTime.framework/QuickTime, file was built for i386 which is not the architecture being linked (x86_64): /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks//QuickTime.framework/QuickTime
ld: warning: ignoring file ../../../addons/ofxprosilica/libs/PvAPI/lib/osx/libImagelib.a, file was built for archive which is not the architecture being linked (x86_64): ../../../addons/ofxprosilica/libs/PvAPI/lib/osx/libImagelib.a
ld: warning: ignoring file ../../../addons/ofxprosilica/libs/PvAPI/lib/osx/libPvAPI.a, file was built for archive which is not the architecture being linked (x86_64): ../../../addons/ofxprosilica/libs/PvAPI/lib/osx/libPvAPI.a
Undefined symbols for architecture x86_64:
"_PvCameraIpSettingsGet", referenced from:
ofxProsilica::Camera::listIpSettings() in Camera.o
#include "ofMain.h"
#include "ofApp.h"
//========================================================================
int main( ){
ofSetupOpenGL(1024,768,OF_WINDOW); // <-------- setup the GL context
// this kicks off the running of my app
2016-02-04 09:45:01,278 WARN [context] Hold on to yer butts
2016-02-04 09:45:01,278 INFO [context] configuration path: /Applications/of_v0.9.0_osx_release/addons/ofxOrbbecAstra/example/bin/astra.toml
2016-02-04 09:45:01,278 INFO [context] log file path: astra.log
2016-02-04 09:45:01,278 INFO [context] plugin path: /Applications/of_v0.9.0_osx_release/addons/ofxOrbbecAstra/example/bin/Plugins/
2016-02-04 09:45:01,282 INFO [orbbec.ni.oni_adapter_plugin] Initializing OpenNI v2.3.0.15
2016-02-04 09:45:01,359 INFO [orbbec.ni.oni_adapter_plugin] device connected: 2bc5/0403@20/12
2016-02-04 09:45:01,359 INFO [astra.plugin_service] creating streamset: device/sensor0 100c60
2016-02-04 09:45:01,359 INFO [orbbec.ni.device_streamset] opening device: 2bc5/0403@20/12
2016-02-04 09:45:01,408 INFO [orbbec.ni.device_streamset] opened device: 2bc5/0403@20/12
2016-02-04 09:45:01,408 INFO [astra.plugins.Stream] creating a 2, 0
HOST_OS=Linux
HOST_ARCH=armv7l
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 gtk+-3.0 libmpg123
[warning] ofAppEGLWindow: init(): X11 not availble on RPI yet, using a native window instead
[notice ] ofAppEGLWindow: setupRPiNativeWindow(): screenRect: 1600x1200
[notice ] ofAppEGLWindow: setupRPiNativeWindow(): windowRect: 1280x720
[notice ] ofAppEGLWindow: createSurface(): setting up EGL Display
[notice ] ofAppEGLWindow: createSurface(): EGL Display correctly set 0x1
[notice ] ofAppEGLWindow: createSurface(): no current renderer selected
[notice ] ofAppEGLWindow: createSurface(): default renderer detected
################################################################################
# CONFIGURE PROJECT MAKEFILE (optional)
# This file is where we make project specific configurations.
################################################################################
################################################################################
# OF ROOT
# The location of your root openFrameworks installation
# (default) OF_ROOT = ../../..
################################################################################
HOST_OS=Linux
HOST_ARCH=armv7l
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 gtk+-3.0 libmpg123
Compiling OF library for Release
make[1]: Entering directory '/home/pi/of_v0.9.0_linuxarmv7l_release/libs/openFrameworksCompiled/project'
HOST_OS=Linux
HOST_ARCH=armv7l
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 gtk+-3.0 libmpg123
HOST_OS=Linux
HOST_ARCH=armv7l
--config nightly shutdown time
set shutdown_hour to 23
set shutdown_min to 35
set shutdown_sec to 0
global shutdown_time
set shutdown_time to shutdown_hour * 60 * 60 + shutdown_min * 60 + shutdown_sec
--config screen arrangement adjust
global posixDisplayFixPath
set posixDisplayFixPath to "/Applications/of_v0.9.0RC1_osx_release/addons/ofxDisplayLayout/displayFix/bin/displayFix.app"
#include "rotaryencoder.h"
int rotaryencoder::counterValue;
bool rotaryencoder::A_set;
bool rotaryencoder::B_set;
rotaryencoder::rotaryencoder(int _a, int _b) {
encoderPinA = _a;
encoderPinB = _b;
(null): "ofLogNotice::ofLogNotice(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
(null): "ofLog::ofLog(ofLogLevel, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
(null): "void ofDrawBitmapString<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, float, float, float)", referenced from:
(null): "ofEnableAlphaBlending()", referenced from:
(null): "ofLogError::ofLogError(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
(null): "ofCircle(ofVec3f const&, float)", referenced from:
(null): "ofLog::~ofLog()", referenced from:
(null): "ofSetColor(int, int, int, int)", referenced from:
(null): "ofDisableAlphaBlending()", referenced from:
(null): "ofSetColor(int)", referenced from:
#include "ofMain.h"
#include "ofApp.h"
#include "ofAppGlutWindow.h"
//========================================================================
int main( ){
ofAppGlutWindow window;
ofSetupOpenGL(&window, 1200,1200, OF_WINDOW); // <-------- setup the GL context