In Gadfly website, it also said the building was failed in Julia 0.4.0
http://pkg.julialang.org/?pkg=Gadfly&ver=nightly

I finially fixed this problem by brutally copy the @grisu_ccall macro from 
Julia 0.3 to the Gadfly file format.jl.


On Wednesday, September 24, 2014 9:58:43 AM UTC+2, [email protected] wrote:
>
> I've uploaded julia to the newest development version yesterday.
>
> Julia Version 0.4.0-dev+728
> Commit f7172d3* (2014-09-22 12:08 UTC)
> Platform Info:
>   System: Linux (x86_64-redhat-linux)
>   CPU: Intel(R) Xeon(R) CPU E5-2690 v2 @ 3.00GHz
>   WORD_SIZE: 64
>   BLAS: libopenblas (USE64BITINT NO_AFFINITY NEHALEM)
>   LAPACK: libopenblas
>   LIBM: libopenlibm
>   LLVM: libLLVM-3.3
>
> However, when I using Gadfly then, a error is showed:
>
>
> using Gadfly
>
> @grisu_ccall not defined
> while loading /home/JXiong/.julia/v0.4/Gadfly/src/format.jl, in expression 
> starting on line 56
> while loading /home/JXiong/.julia/v0.4/Gadfly/src/Gadfly.jl, in expression 
> starting on line 50
> while loading In[1], in expression starting on line 1
>
>  in include at ./boot.jl:246
>  in include_from_node1 at ./loading.jl:128
>  in include at ./boot.jl:246
>  in include_from_node1 at ./loading.jl:128
>  in reload_path at loading.jl:152
>  in _require at loading.jl:67
>  in require at loading.jl:51
>
>
> I tried Pkd.update(), but the problem is the same. The Gadfly works file 
> in the first version of Julia 0.4.0 released last month. Is the 
> @grisu_ccall removed in this updating?
>

Reply via email to