Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building Cairo.jl causes BoundsErros() #61

Closed
johansigfrids opened this issue Feb 7, 2014 · 8 comments
Closed

Building Cairo.jl causes BoundsErros() #61

johansigfrids opened this issue Feb 7, 2014 · 8 comments

Comments

@johansigfrids
Copy link

When trying to build the Cairo package on Windows 8.1 an error results:

julia> Pkg.build("Cairo")
INFO: Building Cairo

WARNING: deprecated syntax "x[i:]" at \Users\admin\.julia\v0.3\Zlib\src\Zlib.jl:177.
Use "x[i:end]" instead.
ERROR: BoundsError()

julia> versioninfo()
Julia Version 0.3.0-prerelease+1400
Commit 6f3a4b6* (2014-02-05 19:14 UTC)
Platform Info:
  System: Windows (x86_64-w64-mingw32)
  CPU: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY)
  LAPACK: libopenblas
  LIBM: libopenlibm
@quinnj
Copy link

quinnj commented Feb 7, 2014

Not sure if related, but I'm getting this on windows native build.

C:\Users\karbarcca>julia-readline C:/Users/karbarcca/.julia/v0.3/Cairo/deps/buil
d.jl

WARNING: deprecated syntax "x[i:]" at C:\Users\karbarcca\.julia\v0.3\Zlib\src\Zl
ib.jl:177.
Use "x[i:end]" instead.
ERROR: i not defined
 in next at env.jl:127
 in merge! at dict.jl:77
while loading C:\Users\karbarcca\.julia\v0.3\Cairo\deps\build.jl, in expression
starting on line 225

blas_num_threads=4

@aviks
Copy link

aviks commented Feb 14, 2014

I'm seeing the same thing as @karbarcca on Win7 using the 0.3 pre-release binary.

@staticfloat
Copy link
Contributor

This is probably more of the sys.dll problems. Hopefully, I've just pushed a fix that should stop this from happening in the nightly builds anymore. I'll ping this issue when new builds are up for testing.

@staticfloat
Copy link
Contributor

Okay. New builds are up that shouldn't have this problem anymore. Please redownload and see if the BoundsError() is gone.

@johansigfrids
Copy link
Author

With the latest build the BoundError().

@staticfloat
Copy link
Contributor

Are you saying the error is still there?
On Feb 14, 2014 4:28 PM, "Johan Sigfrids" [email protected] wrote:

With the latest build the BoundError().

Reply to this email directly or view it on GitHubhttps://github.com//issues/61#issuecomment-35141739
.

@johansigfrids
Copy link
Author

Whoops, the end of sentences got lost. I meant to say that with the latest build the BoundsError() is gone and everything works.

@staticfloat
Copy link
Contributor

Excellent! Much better than the alternative. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants