0.10.1 + Visual Studio 2017 + ofxKinect (WIN 10 Home)
@Paolo wrote: Hi, the ofxKinect example compiles properly. But if I try to compile a project of mine that uses ofxKinect I get this error - The same project on 0.10.0 compiles without any issue. I...
View ArticleRtApiAlsa - Audio playback issues with ofMaxim on Raspberry Pi B+
@elliot wrote: I’m using a Raspberry Pi B+ running jessie with OF v0.9.8. I’ve compiled a project with ofMaxim to test some basic audio playback which works fine on Mac OS. The program compiles fine...
View ArticleError when trying to run build on another computer ("OSStatus error -67028")
@lethalrush wrote: macOS 10.12.6. I compiled my app (in debug mode) (in AppCode) and then sent myself the app to another mac (macOS 10.13.3). When I try to run it on this mac, I get the following...
View ArticleFbo doesn't work on iOS!
@Dorald wrote: Hi ! ofFbo wont work on iOS with settings.windowControllerType = ofxiOSWindowControllerType::GL_KIT; in main class. When I change windowControllerType to CORE_ANIMATION it worked. By...
View ArticleSome iOS examples still call ofxAccelerometer.setup(), leading to linker errors
@RonH wrote: Some iOS examples - e.g. Primitives, Events - call ofxAccelerometer.setup() in the setup() function. This leads to the error ‘linker command failed with exit code 1’. Once the offending...
View ArticleCan't compile oF 0.10.1 on Fedora 29
@ShadowMitia wrote: I suddenly am unable to compile any oF projects in 0.10.1 on Fedora 29. I’m assuming a recent update to my system broke something but this might affect other users. Something seems...
View ArticleError compiling the project generator on Manjaro
@gust wrote: I get this error: Linking bin/projectGenerator for linux64 g++ -o bin/projectGenerator obj/linux64/Release/src/ofApp.o obj/linux64/Release/src/main.o...
View ArticleTesting cameraLensOffsetExample fails, cairo.h not found on Manjaro LInux
@gust wrote: trying to test the examples, I get the following error (on Manjaro linux): Compiling cameraLensOffsetExample for Debug make[1]: Entering directory...
View ArticleClicks on ofxGui Panel params pass through to main window
@lethalrush wrote: Not sure if this is a bug, but clicking and dragging on ofxGui Panel parameters (or the titlebar of an ofxPanel) causes those mouse clicks to pass through to the main window (and...
View ArticleWarning about ofImage
@bensam wrote: I’m using Qt Creator on debian and i got this warning ofImage img; void ofApp::setup(){ img.allocate(ofGetWidth(), ofGetHeight(), OF_IMAGE_GRAYSCALE); } warning: instantiation of...
View ArticleOF 0.10.1_gcc6 compile errors on Fedora 29
@abondarciukas wrote: Hi everyone, I am having my first foray into Linux from Win/Mac, and expecting the installation process to be as effortless as on VS/XCode I ran into couple of issues: I was...
View ArticleErrors when trying to run ofApp.cpp
@dan.r_s wrote: These are my errors when trying to run the ofApp.cpp. I’ve just been following the ebook on the learning pages of the openframeworks website. I haven’t managed to get far due to these...
View ArticleMissing libjack for projectgenartor in Fedora in 20190105 nightly
@ShadowMitia wrote: Hi, I was trying the nightly for some project, and I had a problem when trying to use the project generator with a missing “libjack.so” when trying to create/update projects. I...
View ArticleUnfindable files when building main.cpp
@Ewa78 wrote: Hi everyone, I’ve just downloaded openFrameworks on Visual Studio 2017. I may have been doing something wrong during the installation because when I try to build the program (even...
View ArticleRetina issue on macOS (bug or ignorance?)
@nununo wrote: Hello, My app was working fine. Then I tried to adapt it to the Retina display. I added the High Resolution Capable = YES line to the .plist file and, indeed, everything became smaller....
View ArticleofxKinect "Isochronous transfer error: 1" on OSX 10.13
@gwitt wrote: Running kinectExample on OSX 10.13 I’m getting sporadic “Isochronous transfer error: 1” messages. I tried on two other machines running OSX 10.10 and 10.12 and everything worked fine. Is...
View ArticleCan't install dependencies - Fedora 29
@Kawemi wrote: Downloaded v0.10.1 directly from the website. When I follow the install procedures for Linux and run scripts/fedora/install_dependencies.sh, I get this message after the dependencies...
View ArticleofxTwitter archive and live search
@RICARDO_GRACA wrote: I’m working on this project which I am trying to get both live tweets and “archived/old” tweets using the ofxTwitter API. I can search for live tweets easily using...
View ArticlePossible bugs in phong.frag
@andylomas wrote: I’ve been looking at the template code for the phong shader in libs/openFrameworks/gl/shaders and think I might have found a couple of bugs in phong.frag. The raw interpollated value...
View ArticleCompiling problems on Ubuntu and Manjaro
@Sunny_Pelletier wrote: Hello, I am experiencing a problem since I upgrade packages on my computer. I am using ubuntu, and here’s the ouput in my terminal. image.png1641×426 97.2 KB I have a friend...
View Article