Latest 0.93.3 build in deken is now working for me. Thanks!
What changed to make it work?
Also, any chance for a build that includes 64 bit?
On a related note, Gem is now loading fine in my own build of Pd.
-------- Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On 05/06/2016 08:57 AM, Dan Wilcox wrote:
- added Gem to the startup libraries list -> GEM abstractions load
except for gemglutwindow, also gemcocoawindow & gemglfwwindow do not work either
??? since these are just ordinary abstractions like any other that liv ein the Gem/ folder i wonder:
- do these abstractions exist?
No, only gemdefaultwindow.pd
- can they be loaded directly? (e.g. does instantiating [gemglutwindow]
work?)
Nope, not in my testing.
- is the problem you are describing one of abstractions withing
abstractions? (e.g. [gemglutwindow] cannot be instantiated inside the [gemwin] abstraction
Yes. that and I cannot create the implementation specific windows either.
Weird, I know :)
Also, any chance for a build that includes 64 bit?
i know you worked on this last year Dan. Did this ever get fixed? I thought it got left with a non-functioning filmAVFoundation plugin? Maybe this is not needed anymore since something happened recently? gmerlin plugin on OSX?
cheers m
On Sat, May 21, 2016 at 12:09 AM, Dan Wilcox danomatika@gmail.com wrote:
Latest 0.93.3 build in deken is now working for me. Thanks!
What changed to make it work?
Also, any chance for a build that includes 64 bit?
On a related note, Gem is now loading fine in my own build of Pd.
Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com robotcowboy.com
On 05/06/2016 08:57 AM, Dan Wilcox wrote:
- added Gem to the startup libraries list -> GEM abstractions load
except for gemglutwindow, also gemcocoawindow & gemglfwwindow do not work either
??? since these are just ordinary abstractions like any other that liv ein the Gem/ folder i wonder:
- do these abstractions exist?
No, only gemdefaultwindow.pd
- can they be loaded directly? (e.g. does instantiating [gemglutwindow]
work?)
Nope, not in my testing.
- is the problem you are describing one of abstractions withing
abstractions? (e.g. [gemglutwindow] cannot be instantiated inside the [gemwin] abstraction
Yes. that and I cannot create the implementation specific windows either.
Weird, I know :)
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
On 05/21/2016 06:09 AM, Dan Wilcox wrote:
Latest 0.93.3 build in deken is now working for me. Thanks!
What changed to make it work?
nothing. i just downloaded the "official" 0.93.3 build from the gem homepage, unzipped it, flattened the directory structure a bit (getting rid of the parent Gem-0.93.3/ folder), zipped it again into a deken-compatible filename and uploaded it.
so the binary is really an old build.
Also, any chance for a build that includes 64 bit?
there was a guy working on some image acquisition plugins (video, movie, images) that would work on OSX/64bit...
On a related note, Gem is now loading fine in my own build of Pd.
cool what changed? (oh i guess you mean that the deken-available Gem loads with Pd built from autotools_updates)
gfmards IOhannes
On 05/21/2016 06:09 AM, Dan Wilcox wrote:
Latest 0.93.3 build in deken is now working for me. Thanks!
What changed to make it work?
Also, any chance for a build that includes 64 bit?
also, there are CI-builds available for a few platforms (including osx/x86_64) on http://git.puredata.info/cgit/deployment/Gem-snapshots/
each platform/arch has its own branch. the builds are the `make install` artefacts created by travis-ci.
the build *does not* include any third party libraries (e.g. installed via brew), so they are most likely not usable "as is". most notably, the builds seem to be linked against `libfribid` but *not* against `ftgl/freetype`: so they don't have font-rendering support but a dependency on some, exotic text-utility library :-(
gfmadsr IOhannes
On 05/25/2016 03:25 PM, IOhannes m zmölnig wrote:
also, there are CI-builds available for a few platforms (including osx/x86_64) on http://git.puredata.info/cgit/deployment/Gem-snapshots/
though i just noticed that somehow new builds do not get deployed... so it's of limited use...
gamrds IOhannes