Hi,
I recently updated to julia 0.3.2, and now I have problems with some
packages. I removed the .julia directory, and reinstalled, but the problems
appeared again (some packages had build errors).
I don't remember exactly which packages it was, but the first error I
noticed was:
configure: error: no acceptable C compiler found in $PATH
>From there on, several packages also had build problems.
I did a fresh install of julia 0.3.2, and tried to install Tk.jl, and it
gave the following errors:
[...]
> INFO: Building WinRPM
> WARNING: skipping repodata/repomd.xml, not in cache -- call
> WinRPM.update() to download
> WARNING: skipping repodata/repomd.xml, not in cache -- call
> WinRPM.update() to download
> [...]
> =================================[ ERROR: Tk
> ]==================================
>
>
> None of the selected providers can install dependency tk.
> Use BinDeps.debug(package_name) to see available providers
>
> while loading C:\Users\Miguel\.julia\v0.3\Tk\deps\build.jl, in expression
> starting on line 54
>
>
> ================================================================================
>
>
> ================================[ BUILD ERRORS
> ]================================
>
>
> WARNING: Tk had build errors.
>
> - packages with build errors remain installed in
> C:\Users\Miguel\.julia\v0.3
> - build a package and all its dependencies with `Pkg.build(pkg)`
> - build a single package by running its `deps/build.jl` script
>
>
> ================================================================================
>
After removing Tk.jl, (Pkg.rm("Tk")), and tying to install VideoIO, got
this error:
> INFO: Changing Directory to
> C:\Users\Miguel\.julia\v0.3\Tk\deps\src\tk8.6.0/win
> =================================[ ERROR: Tk
> ]==================================
>
>
> could not spawn `nmake -f Makefile.vc
> 'TCLDIR=C:\Users\Miguel\.julia\v0.3\Tk\dep
> s\src\tcl8.6.0'`: no such file or directory (ENOENT)
> while loading C:\Users\Miguel\.julia\v0.3\Tk\deps\build.jl, in expression
> starti
> ng on line 54
>
>
> ================================================================================
>
Has anyone been having similar issues?
Any sugestion on how to fix it?
Miguel