still getting accustomed to Vanilla: i've troubles to get Gem working (Windows 10).
Gem is in hte folder together with the other libs
after [declare -lib Gem] i get errors (patch to create a Gem window) gemwin 10 ... couldn't create gemkeyboard ... couldn't create
after [declare -stdpath Gem] i get a whole list of errors starting with gemglutwindow ... couldn't create GLdefine GL_LINEAR ... couldn't create etc
Gemma also complains about being unable to load Gem
any help appreciated
rolf
On Mit, 2016-05-18 at 15:54 +0200, rolfm@dds.nl wrote:
still getting accustomed to Vanilla: i've troubles to get Gem working (Windows 10).
Gem is in hte folder together with the other libs
after [declare -lib Gem] i get errors (patch to create a Gem window) gemwin 10 ... couldn't create gemkeyboard ... couldn't create
after [declare -stdpath Gem] i get a whole list of errors starting with gemglutwindow ... couldn't create GLdefine GL_LINEAR ... couldn't create etc
Gemma also complains about being unable to load Gem
Since Gem is a multi-object library _and_ comes with abstractions, you need to declare both:
[declare -stdlib Gem -stdpath Gem]
Roman
On 05/18/2016 03:54 PM, rolfm@dds.nl wrote:
still getting accustomed to Vanilla: i've troubles to get Gem working (Windows 10).
Gem is in hte folder together with the other libs
after [declare -lib Gem] i get errors (patch to create a Gem window) gemwin 10 ... couldn't create gemkeyboard ... couldn't create
after [declare -stdpath Gem] i get a whole list of errors starting with gemglutwindow ... couldn't create GLdefine GL_LINEAR ... couldn't create etc
Gemma also complains about being unable to load Gem
any help appreciated
i think it is a problem of:
AND
while in reality it is not).
this combination results in the libdir loader being the one who wins the who-can-load-Gem competition if Gem is not in the very first path to be searched, but then fails to properly load Gem.
i'll try to update the "libdir" loader asap (though probabaly after the weekend). in the meantime try removing the Gem/Gem-meta.pd patch and see whether it helps.
gmards IOhannes