I had the same problem. It turned out that ZMQ had problems because it couldn't find a C++ compiler. I downloaded a C++ compiler, then rebuilt ZMQ and now IJulia runs fine.
On Friday, August 28, 2015 at 5:33:42 PM UTC-5, Marcio Sales wrote: > > Hello. > When trying to install IJulia on Windows, I get the following error. Any > idea of what went wrong? > > failed to download libstdc++6 0 from > http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_13.1//noarch/mingw64-libstdc++6-5.1.0-2.2.noarch.rpm > . > while loading C:\Users\MarcioHenrique\.julia\v0.3\ZMQ\deps\build.jl, in > expression starting on line 23 > > > ================================================================================ > > ================================[ BUILD ERRORS > ]================================ > > WARNING: ZMQ had build errors. > > - packages with build errors remain installed in > C:\Users\MarcioHenrique\.julia\v0.3 > - build the package(s) and all dependencies with `Pkg.build("ZMQ")` > - build a single package by running its `deps/build.jl` script > > > ================================================================================ > >
