[julia-users] Re: using Images error

2014-03-24 Thread Ivar Nesje
I don't get this error on yesterdays Julia master on OSX. The prerelease is a moving target, and we usually don't want to spend much time on debugging on old versions, if the problem could possibly have been fixed in the mean time. Can you try to update Julia? Ivar kl. 07:19:11 UTC+1 tirsdag 2

[julia-users] Re: using Images error

2014-03-25 Thread Yakir Gagnon
I'll gladly try it. ... Sorry, but how exactly do you update the whole of Julia? On Tuesday, March 25, 2014 4:56:25 PM UTC+10, Ivar Nesje wrote: > > I don't get this error on yesterdays Julia master on OSX. The prerelease > is a moving target, and we usually don't want to spend much time on > d

Re: [julia-users] Re: using Images error

2014-03-25 Thread Tim Holy
On Tuesday, March 25, 2014 04:51:14 AM Yakir Gagnon wrote: > I'll gladly try it. > ... Sorry, but how exactly do you update the whole of Julia? >From within your clone of julia: git pull && make --Tim > > On Tuesday, March 25, 2014 4:56:25 PM UTC+10, Ivar Nesje wrote: > > I don't get this error

Re: [julia-users] Re: using Images error

2014-03-25 Thread Yakir Gagnon
Ah.. I get it. Cool, but unfortunately ran into this: Submodule 'deps/Rmath' () registered for path 'deps/Rmath' Submodule 'deps/libuv' () registered for path 'deps/libuv' Submodule 'deps/openlibm' () registered for path 'deps/openlibm' Submodule 'deps/openspecfun' () registered for path 'deps/op

Re: [julia-users] Re: using Images error

2014-03-25 Thread Ivar Nesje
This might do the job: make -C deps clean-openlibm && make If not you might need to clean all dependencies with make -C deps cleanall. Ivar kl. 13:33:24 UTC+1 tirsdag 25. mars 2014 skrev Yakir Gagnon følgende: > > Ah.. I get it. > Cool, but unfortunately ran into this: > > Submodule 'deps/Rmat

Re: [julia-users] Re: using Images error

2014-03-25 Thread Yakir Gagnon
Hmm, make cleanall didn't do it either. I'll just reinstall from scratch (in home - so not in root). Thanks anyways!!! On Tuesday, March 25, 2014 11:49:53 PM UTC+10, Ivar Nesje wrote: > > This might do the job: > > make -C deps clean-openlibm && make > > If not you might need to clean all depende