[julia-users] Re: installing clang.jl

2015-08-17 Thread Marcio Sales
Thanks for your reply Jameson. Git now works and I can install packages after build. Now there's a problem when installing Clang.jl. I get the following error: Pkg.add("Clang") LoadError: UndefVarError: DL_LOAD_PATH not defined while loading C:\...\deps \build.jl. It still installs Clang but I

Re: [julia-users] Re: installing clang.jl

2015-08-16 Thread Jameson Nash
You need to download and install msysGit, and make sure it ends up on your path ahead of cygwin git when running any windows programs (including Julia), but does not end up on your path when running cygwin. On Sun, Aug 16, 2015 at 8:46 AM Marcio Sales wrote: > > I tried to compile Julia with CY

[julia-users] Re: installing clang.jl

2015-08-16 Thread Marcio Sales
I tried to compile Julia with CYWIN according to those instructions. Compilation completed but I have a problem: when executing outside cywin, no Pkg commands work (Pkg.init(), Pkg.add(), etc..). It instantly gives a git related error. When executing from within Cywin, then I don't get this er

Re: [julia-users] Re: installing clang.jl

2015-08-13 Thread Marcio Sales
Hi Isaiah , Thanks a lot. I'll try that solution. Best, marcio Em quinta-feira, 13 de agosto de 2015 17:13:15 UTC-3, Isaiah escreveu: > it shouldn't require compiling Julia, you just need libclang and >> libclang-dev . > > > ...and a compiler, a

[julia-users] Re: installing clang.jl

2015-08-13 Thread Marcio Sales
Martijn, Thank you for your answer. I've taken a look at the packages in JuliaGeo and EarthScience, and they all look very promissing. I would be rather interested in expanding the RasterIO with more GDAL functions and maybe binding to OGR (for shapefiles) and Proj, if I make it to install Clang

Re: [julia-users] Re: installing clang.jl

2015-08-13 Thread Isaiah Norton
> > it shouldn't require compiling Julia, you just need libclang and > libclang-dev . ...and a compiler, at the moment, which makes it a little bit more difficult to use on Windows. - if I really need to compile Julia, can I do it in windows 10

[julia-users] Re: installing clang.jl

2015-08-13 Thread Martijn Visser
Hi Marcio, It would be great if you can contribute to the existing geospatial libraries. Be sure to check out JuliaGeo and the other packages listed at Julia.jl/Earth-Science.md , to make sure other