I've just done a clean build of Julia - Version 0.3.0-prerelease+600 (2013-12-20 08:48 UTC) Commit 9961762 (0 days old master) x86_64-apple-darwin12.5.0 ( OSX 10.8.5 )
Then after removing .julia I tried installing Cairo and Tk, but got the following build errors: ... Tapped 28 formula HEAD is now at 7dbece7 Merge branch 'kegpkg' of github.com:staticfloat/homebrew into kegpkg HEAD is now at e7a2203 Tab fix didn't work, revert to old behavior INFO: Building Cairo ===[ ERROR: Cairo ]======= stack overflow while loading /Users/adrian/.julia/Cairo/deps/build.jl, in expression starting on line 65 Then similarly for Tk... =================== INFO: Building Tk =====[ ERROR: Tk ]==== stack overflow while loading /Users/adrian/.julia/Tk/deps/build.jl, in expression starting on line 14 in both cases the failure is a stack overflow on "provides" calls in the build.jl. Any suggestions on what could be causing this? Thanks, Adrian.
