since you said you edited socket.jl, and it seems to be failing on a
socket-related issue, perhaps you should do `git stash` to remove your
changes?

On Sat, Mar 29, 2014 at 2:19 PM, J Luis <[email protected]> wrote:
> Sorry, can't help you on that.
>
> Sábado, 29 de Março de 2014 18:04:01 UTC, Bob Cowdery escreveu:
>>
>> Thanks for the response. I copied libopenlibm.a over and tried again but I
>> think I'm just going round in circles.
>>
>> bob@bob-desktop ~/julia
>> $ make -j 4
>>     LINK usr/bin/julia-readline.exe
>>     LINK usr/bin/julia-basic.exe
>> exports.jl
>> blas_num_threads=4
>> bool.jl
>>
>>
>> ,))
>> error in running finalizer: MethodError(uvfinalize,(Pipe(open, 0 bytes
>> waiting),))
>> error in running finalizer: MethodError(uvfinalize,(Pipe(Ptr{Void}
>> @0x002f9148,3,IOBuffer(Uint8[],true,true,false,true,0,2147483647,1),false,false,Condition({}),false,Condition({}),false,Condition({})),))
>> *** This error is usually fixed by running 'make clean'. If the error
>> persists, try 'make cleanall'. ***
>> Makefile:82: recipe for target '/home/bob/julia/usr/lib/julia/sys.o'
>> failed
>> make[1]: *** [/home/bob/julia/usr/lib/julia/sys.o] Error 1
>> Makefile:32: recipe for target 'release' failed
>> make: *** [release] Error 2
>>
>>
>> On Saturday, March 29, 2014 4:06:40 PM UTC, Bob Cowdery wrote:
>>>
>>> I followed the instructions at
>>> https://github.com/JuliaLang/julia/blob/master/README.windows.md. After a
>>> few false starts it did build. I had to apply both work rounds that were in
>>> the instructions. I tested the build and ran my code. All well so far.
>>>
>>> Now I patched just one file, socket.jl and did make -j 4 again and this
>>> was the result.
>>>
>>> bob@bob-desktop ~/julia
>>> $ make -j 4
>>>     PERL base/version_git.jl.phony
>>> )expr.jl
>>> )pen(alizeunning finalizer:
>>> blas_num_threads=4
>>> *** This error is usually fixed by running 'make clean'. If the error
>>> persists, try 'make cleanall'. ***
>>> Makefile:82: recipe for target '/home/bob/julia/usr/lib/julia/sys.o'
>>> failed
>>> make[1]: *** [/home/bob/julia/usr/lib/julia/sys.o] Error 1
>>> Makefile:32: recipe for target 'release' failed
>>> make: *** [release] Error 2
>>>
>>> I really don't want to have to do a full build for one file changed as it
>>> takes a long time on my quad core W7. Anyone know what's going on here?
>>>
>>> Bob

Reply via email to