GR error

140 views
Skip to first unread message

henri....@gmail.com

unread,
Oct 20, 2016, 6:09:31 AM10/20/16
to julia...@googlegroups.com

I am trying to run Animated view of the Riemann Zeta function

from GR framework, on julia 0.5 ubuntu 16.04

The last :

f = zeta
for n = 5:30
    plot_domain(domain_colors,
    f, re=(-6, 6), im=(-20, 20), N=15, n=n)
end

gives me this error ?

UndefVarError: Uint32 not defined

 in #plot_domain#3(::Tuple{Int64,Int64}, ::Tuple{Int64,Int64}, ::Int64, ::Int64, ::Function, ::#domain_colors, ::Function) at ./In[6]:9
 in (::#kw##plot_domain)(::Array{Any,1}, ::#plot_domain, ::Function, ::Function) at ./<missing>:0
 in macro expansion; at ./In[7]:3 [inlined]
 in anonymous at ./<missing>:?


Any help ? Is it not working on 64 bits ?
Regards
Henri

Kristoffer Carlsson

unread,
Oct 20, 2016, 7:19:43 AM10/20/16
to julia-users
Change Uint32 to UInt32.

Josef Heinen

unread,
Oct 20, 2016, 1:19:50 PM10/20/16
to julia-users
This has been fixed some time ago. This morning, I tagged a new GR version (v0.16.0), but the PR has not been merged yet.


On Thursday, October 20, 2016 at 12:09:31 PM UTC+2, Henri Girard wrote:

henri....@gmail.com

unread,
Oct 21, 2016, 2:21:29 AM10/21/16
to julia...@googlegroups.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
 

Josef Heinen

unread,
Oct 21, 2016, 11:51:50 AM10/21/16
to julia-users
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.

henri....@gmail.com

unread,
Oct 21, 2016, 1:00:31 PM10/21/16
to julia...@googlegroups.com

Thanks it does ...

Reply all
Reply to author
Forward
0 new messages