0.9.0 Release Candidate 1
So far compiling on a Raspberry Pi 2 fails:I've downloaded the linuxarmv7l_release.tar.gz, unpacked and ran the debian/install_dependencies.sh . Running make -j4 on one of the examplesproduces make...
View ArticleText on 0.9.0 release
it won't make it in 0.9 but right after it's released we'll merge: https://github.com/openframeworks/openFrameworks/pull/3992 which has full support for utf8 and start doing work on better rendering...
View ArticleofTexture vs. ofImage regarding auto release in Android
when the vbo is cleared in the next draw vbomesh will check for vbo.isAllocated() and since it's not it'll reallocate it and upload the data as it does when it's drawn for the first time
View ArticleUsing Eigen library with Makefile (or Eclipse)
I stumbled into this bug today. Apparently this is a known problem and I would blame it on X11 who have a non-capital constant defined (Success). Does anybody know of a cleaner workaround? It gets...
View Article0.9.0 Release Candidate 1
this is a bug, i fixed it in tomorrrow's nightly build but if you want to fix it your self you can edit libs/openFrameworksCompiled/project/makeFileCommon/config.linux.comon.mk and remove every...
View ArticleVBO vertex array sorting?
Hello, I'm working with a large vertex array that exists as a VBO. At present the vertexes have a number of simple operations run on them in a kernel using ofxMSAOpenCL I'd like to sort the vbo...
View Article0.9.0 Release Candidate 1
thnx, removed them but now I'm getting a compile error:/home/pi/of_v0.9.0RC1_linuxarmv7l_release/libs/openFrameworks/types/ofTypes.h:284:1: error: expected unqualified-id before ‘using’(gcc 4.6.3)...
View Article0.9.0 Release Candidate 1
have you run the new install_dependencies.sh? that should be installing gcc 4.9
View Article0.9.0 Release Candidate 1
yes I did, but sudo apt-get install g++ says:g++ is already the newest versionon latest raspbian wheezy gcc version 4.6.3 (Debian 4.6.3-14+rpi1) (ok it seems that 4.9 is only available for 'Jessie' )
View Article0.9.0 Release Candidate 1
it should be installing 4.8 sorryu, the install dependencies script tries to detect raspbian wheezy and installs 4.8. can you try to run the install dependencies script again and see if at the end you...
View Article0.9.0 Release Candidate 1
I don't think it did:here's the output: gist.github.com https://gist.github.com/gepatto/5461103df79c1d9e3cd0 gistfile1.txt Hit http://raspberrypi.collabora.com wheezy Release.gpg Hit...
View Article0.9.0 Release Candidate 1
are you running the install_dependencies from scripts/linux/debian_armv6l ? and if so can you post what's the output from: cat /etc/os-release | grep VERSION= | sed "s/VERSION\=\"\(.*\)\"/\1/"
View Article0.9.0 Release Candidate 1
arturo: cat /etc/os-release | grep VERSION= | sed "s/VERSION\=\"(.*)\"/\1/" outputs:7 (wheezy) I'm running from scripts/linux/debian(There is no directory debian_armv6l in the armv7l download, just...
View Article0.9.0 Release Candidate 1
oh, ok i think it should be fixed now in master or tomorrow's nightly but if you want to give it a try you can add: OS_CODENAME=$(cat /etc/os-release | grep VERSION= | sed "s/VERSION\=\"\(.*\)\"/\1/")...
View ArticleOF compillation errors on ubuntu 12.04
Hello, i am new to openframeworks and i encounter some problems on compilling the examples. I followed the tutorials on downloading it and installing, but when it comes to compille the...
View Article0.9.0 Release Candidate 1
Ok I got it working, but there's a workaround. g++ 4.8 does not seem to be available for wheezy, so I used the following workaround: somewideopenspace.wordpress.com gcc 4.8 on Raspberry...
View ArticleMore calls per second for more accurate timing, sequencer, threads
Ok, I thought that it is like you said. Unfortunately ofxMaxim is making strange noises under my linux setup. Maybe you have an idea on this. The new ofSoundBuffer sounds great. Maybe i could use this...
View ArticleComplex polygons with Box2D
Hi Folks!I got that same error now too with 0.8.4 (the validateShape function does not exist anymore), does anybody know what to do?Havent been coding for a long time now and since 061 and 084 are...
View ArticleofxMaxim under linux with strange noise
Hey there, I am trying ofxMaxim under Linux (Ubuntu 15.04) and I am getting strange noises and the sound is distorted till it seems to break completely. Anyone tried the addon under linux and has some...
View ArticleOF compillation errors on ubuntu 12.04
can you edit libs/openFrameworksCompiled/linux64/config.linux64.default.mk and remove any mention to -mtune=native -march=native
View Article