Semantic issues with glm::vec in OF from git
@hamoid wrote: I’m currently unable to compile simple programs as it is giving me errors in various core OF files, for example this: github.com...
View ArticleCompilation failing due to confliting definition in openal
@butterflyofsin wrote: Hello there, I’ve been trying to build openFrameworks on my Alpine system. Installing all the required packages, my compilation stops at the sound system: My error log can be...
View ArticleMac OpenGL basic compile problem
@morelightning wrote: I am new and trying to compile on the Mac. I finally got passed the initial compile errors with the sdk, and now I am getting OpenGL shader compile errors that will complain...
View Article"No matching overloaded function" in ofEvent.h because I try to call...
@Drazinut wrote: Why does adding ofRegisterURLNotification(this) to my ofApp::setup() cause ofEvent.h to fail with “no matching overloaded function”? I’m trying to follow the instructions for...
View Article[Win 10 installation] Make = Package sndfile not found
@Perek wrote: Hello, Following this link for windows 10 installation w/ msys2 : https://openframeworks.cc/setup/msys2/ I’m stuck at the make step that returns : Package sndfile not found in the...
View ArticleOpencv problem with ubuntu 18.04 (Solved)
@Bencilari wrote: Hi all! I’m writing this post just to keep track of a problem i’ve encountered compiling just various example apps with openCv, failing with “No package ‘opencv’ found”. After a...
View ArticleNo package 'gstreamer-app-1.0' found
@Sam_Kultz wrote: Folks, I’m trying to install a tool called spacelapser, one of the steps is to run $ ./compileOF.sh inside the OF linux scripts folder. I’ve tried a lot of things but I’m a real...
View ArticleVideo playback problem with RPi4
@Bencilari wrote: After some testing, it seems to me that playing videos in OF (Raspberry Pi4, Raspian OS/buster) it’s almost impossible… Even the example shipped with OF didn’t work...
View ArticleProblems with visual studio code & running projects
@lewislepton wrote: just a question regarding visual studio code - not sure if anyone else has run into this problem, but wanted to ask. im on macOS Mojave if that helps. everything builds & seems...
View ArticleProblem on Arch Linux - BadWindow error
@slzatz wrote: I am running on Arch Linux and had not tried to run any of my OF programs for a couple of months and when I did recently using v 0.10.1 I unexpectedly got the same error on running all...
View ArticleofVideoPlayer always starts playing after load ( Macos )
@hperigo wrote: Hey there, I’m using the latest ofw and while recompiling a project with lots of video players I noticed that the player always starts in a ‘playing’ state, even if I call stop right...
View ArticlePrecompiled headers was failing in QtCreator
@hamoid wrote: I tried setting precompileOfMain to true, but it was failing. I had to add /libs in ofApp.qbs:181 like this: FileInfo.joinPaths(parent.of_root, '/libs/openFrameworks/ofMain.h'), Then...
View ArticleofImage grabScreen distorting colours
@jared wrote: Hi Everyone, I have been running some old code that I previously wrote for v0.9.8, in v0.11.0, and have noticed some issues around the use ofImage.grabScreen(), ofImage.resize() and...
View ArticleVector of children ofNodes
@samuel-larsson wrote: Hi, I need two ofNode vector, where every ofNode in one vector is a parent to one ofNode in the other. ofNode node = ofNode(); nodes.push_back(node); ofNode childNode =...
View ArticleOfxaddons.com down
@maximillion wrote: It looks like ofxaddons.com is down and has been most of the afternoon. So just posting this here to alert those who need to know. Thanks Posts: 3 Participants: 3 Read full topic
View ArticleMissing separator for addons with addon_config.mk
@kflak1 wrote: Sorry for crossposting, but maybe someone in the forum knows something more about this. Tody, out of the blue, nothing containing addon_config.mk compiles on Arch Linux. Stuff that...
View ArticleArtnet Network issue
@Perek wrote: Hello, I’m using ofxArtnet on OSX.13 on a MacPro with 2 ethernet cards and wifi. I’m using a hardware node/artnet on port 6454 I can monitor things with the tcpdump command I connected...
View ArticlecompileOF.sh fails on linux fedora 31
@mr.Bitmap wrote: As traditionally, we need to report any bugs related while trying to compile OF. And so, this is the another time… as it goes… ./compileOF.sh: line 28: make: command not found there...
View ArticleStrange drawing on Debian 10
@isaac wrote: hello! title says it all. i have been using openFrameworks for a couple of months, sticking mostly to 2d drawing or 3d wireframes without any lighting. today i started a fresh project...
View ArticleMissing dependencies: Windows / QT Creator
@Mauro_ib wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View Article