It is not clear to me what the difference is in your install and what I
did. I can do r=ArbField(64); r(1) .. there is a warning the first time,
but it works.
If you want, go back to the new installation and do
> Pkg.build("Nemo")
then (a) show us what it says [everything]
and then try
> r=ArbField(64)
> r(1)
and show us what it says [everything]
On Monday, October 24, 2016 at 3:22:47 PM UTC-4, digxx wrote:
>
> Maybe to point out: the installation in the part where I tried to do it
> directly via the repl command window was in a completely new .julia path
> (to try it fresh from the beginning) with no influence of already existing
> stuff...
>