openFrameworks IDE plugins
Thanks, the iOS kit was the default. I never noticed that since there is an option to select the right kit using the qt widgets app wizard.Now I am getting this error: Screen Shot 2015-10-23 at...
View ArticleofxOsc compile issues (of_0071_osx)
Just setting HEADER_SEARCH_PATHS doesn't work for me. Anyway the error is not happening during the pre-compile stage (when it searches for headers) but when its compiling...
View ArticleopenFrameworks IDE plugins
what version of OF are you using? there was a problem in today's nightly and osx that i've just fixed in master, if you are using the nightlies you can fix it by copying the...
View ArticleopenFrameworks IDE plugins
I just pulled the latest master and now I am getting: Screen Shot 2015-10-23 at 13.18.26.png1008x188 46.6 KB Should we move over to github?
View ArticleopenFrameworks IDE plugins
can you try now? also i think you are creating the app only one level below openframeworks root, it should work now but it'w better to create it in: openFramerworks/apps/myApps/ofQtAppTest6 instead...
View ArticleopenFrameworks IDE plugins
I changed the location as suggested, now i am getting the following: Screen Shot 2015-10-23 at 13.46.14.png941x277 58 KB
View ArticleofxCvContourFinder vs ofxCv::ContourFinder
Hi, I am very new to Openframeworks... I would like to understand if there is any difference between ofxCvContourFinder and ofxCv::ContourFinder.... tks, pippo
View ArticleopenFrameworks IDE plugins
did you changed the kit to use clang? by default it'll use gcc which in osx is pretty outdated and won't support c++11. i'll write all this down at some point
View ArticleopenFrameworks IDE plugins
Yes, I did: Screen Shot 2015-10-23 at 13.54.59.png1018x610 82.8 KB Anything else I could have done wrong?
View ArticleopenFrameworks IDE plugins
i have Manual > Desktop and there i've selected clang. you can also create a config from scratch if that doesn't work but it worked for me right away
View ArticleofxOsc compile issues (of_0071_osx)
I copied all the HEADER_SEARCH_PATHS from examples/addons/oscSenderExample and it does compile now. So I guess those paths are also sent to the compiler. I'm not sure the example is the most succinct...
View ArticleFatal error: openssl/opensslconf.h: No such file or directory
Bart_Zuidervaart: fatal error: openssl/opensslconf.h: No such file or directory For anyone who comes across this bug, it is fixed by going to project->build options, select your sketch (not the...
View ArticleopenFrameworks IDE plugins
I just configured a new kit, but it is giving me the same error. I will again give it try later and post some feedback.
View ArticleopenFrameworks IDE plugins
also if you can post the compiler output, mostly the command that it's triggering the error, it'll help finding out what's going on
View ArticleofxAlembic on windows
For anyone that lands here via Google, I've been trying to get Alembic compiling in VS2015 for a fair while now, getting closer and closer. If anyone is interested in this and wants to join forces...
View ArticleopenFrameworks IDE plugins
In file included from /Users/thomasgeissl/programming/of/openFrameworks/apps/myApps/ofQtAppTest10/src/ofApp.cpp:1: In file included from...
View ArticleopenFrameworks IDE plugins
can you try if the latest commit in master fixes it for you?
View ArticleFlea3 on OSX, Beginner
I recently got a Flea3, USB3, from a professor of mine to play with. The only problem is, I have a macbook and I am unsure if I can even run it. It has a i5 and 4gb of ram. I have tried using it with...
View Article