I tried to update Julia to master with git pull origin master then make clean && make and it gave me: make: *\ [release] Error 2
I then wiped the julia directory and did a new git clone then make and it gave me the same error:
install_name_tool: input file: /Users/madmax/julia/usr/lib/libuv.a is not a Mach-O file
make[2]: * [/Users/madmax/julia/usr/lib/libuv.a] Error 1
make[1]: * [julia-release] Error 2
make: *\ [release] Error 2
It worked as of a day or two ago which is when I last updated to master. It may have something to do with the the many libuv related commits that have been made in the last day or so. This is as of ~4 pm central on Saturday.
I tried to update Julia to master with git pull origin master then make clean && make and it gave me: make: *\ [release] Error 2
I then wiped the julia directory and did a new git clone then make and it gave me the same error:
install_name_tool: input file: /Users/madmax/julia/usr/lib/libuv.a is not a Mach-O file make[2]: * [/Users/madmax/julia/usr/lib/libuv.a] Error 1 make[1]: * [julia-release] Error 2 make: *\ [release] Error 2
It worked as of a day or two ago which is when I last updated to master. It may have something to do with the the many libuv related commits that have been made in the last day or so. This is as of ~4 pm central on Saturday.