Also, it's always fine to open an issue; those of us who get ~300 julia-related emails a day can easily miss a post, but an issue has permanence and will eventually get noticed.
I opened one for you here: https://github.com/timholy/Images.jl/issues/128 --Tim On Wednesday, July 23, 2014 02:23:26 AM Andrew Gibb wrote: > Hi, > > I get the following error: > > julia> using Images > ERROR: syntax: invalid assignment location > in include at ./boot.jl:245 > in include_from_node1 at ./loading.jl:128 > in include at ./boot.jl:245 > 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 > while loading /Users/andrewg/.julia/v0.3/Images/src/ioformats/OSXnative.jl, > in expression starting on line 8 > while loading /Users/andrewg/.julia/v0.3/Images/src/Images.jl, in > expression starting on line 39 > > having just done > $ make cleanall > $ make -j 4 USE_SYSTEM_BLAS=1 > > I got the same results without the USE_SYSTEM_BLAS flag. I've tried the > advice from the Images module readme to comment out a line from > Images/src/io.jl, which appears to have no effect on this error. The OS, my > julia source (master branch) and homebrew imagemagick etc are all up to > date. > > Is there something I can do to remedy this, or shall I file an issue? > > I also noticed that the error message I've copied above only appears on the > first invocation of "using Images" at the REPL. further invocations fail > silently. Is this intended behaviour? > > Thanks > > Andy
