Been fighting with this for far too long. The version on deken had issues with the newer version of a library I have on my computer, so I built it from scratch, which was not much fun since openframeworks has essentially no build instructions for linux, just scripts for a few major distros and Ofelia has minimal build instructions which seem to be out of date and required a fair amount of guess work to get to build. But I got everything installed and the result is that none of the [ofelia]
objects load but the [ofXxx]
objects do.
This is exactly what I get from the deken version but no more errors about not finding the library because of being a newer version (think it was libglew but I don't remember. and I get a fair amount of errors in the console which I did not get from the deken version.
load_object: Symbol "ofelia_setup" not found
ofelia d $0-of
... couldn't create
load_object: Symbol "ofelia_setup" not found
ofelia d $0-of
... couldn't create
load_object: Symbol "ofelia_setup" not found
ofelia d $0-of
... couldn't create
load_object: Symbol "ofelia_setup" not found
ofelia f ;
ofDrawCircle(200 , 200 , 100) ;
... couldn't create
I think Ofelia did create a window once, but it did not draw anything in it. I have searched and searched for a solution or even a hint of the issue, but to no avail.
Edit: same issue on pd 52.1 and 51.4