Re: [julia-users] Re: GR error

2016-10-21 Thread henri.gir...@gmail.com
Thanks it does ... Le 21/10/2016 à 17:51, Josef Heinen a écrit : The PR for GR v0.16.0 hasn't been merged yet - no idea, why. In the meantime, please: Pkg.checkout("GR") ENV["GRDIR"]="" Pkg.build("GR") This should install the latest GR binaries with support for generating video content on

Re: [julia-users] Re: GR error

2016-10-21 Thread Josef Heinen
The PR for GR v0.16.0 hasn't been merged yet - no idea, why. In the meantime, please: Pkg.checkout("GR") ENV["GRDIR"]="" Pkg.build("GR") This should install the latest GR binaries with support for generating video content on the fly. On Friday, October 21, 2016 at 8:21:29 AM UTC+2, Henri Girar

Re: [julia-users] Re: GR error

2016-10-20 Thread henri.gir...@gmail.com
I have another problem... Thanks for your help Regards Henri f = zeta for n = 5:30 plot_domain(domain_colors, f, re=(-6, 6), im=(-20, 20), N=15, n=n) end GKS: /home/pi/.julia/v0.5/GR/src/../deps/gr/lib/./movplugin.so: undefined symbol: gks_movplugin Le 20/10/2016 à 19:19, Josef H