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