Error with mac osX
Hi,
I'm trying to use the mathematica package. I have mathematica 8 install on my mac (os 10.9.4). Here is what I get:
julia> using mathematica
WARNING: deprecated syntax "x[i:]" at /Users/kova/.julia/v0.3/mathematica/src/MathLink.jl:43. Use "x[i:end]" instead.
WARNING: deprecated syntax "x[i:]" at /Users/kova/.julia/v0.3/mathematica/src/MathLink.jl:148. Use "x[i:end]" instead.
WARNING: deprecated syntax "x[i:]" at /Users/kova/.julia/v0.3/mathematica/src/MathLink.jl:181. Use "x[i:end]" instead. Warning: replacing module MathLink ERROR: error compiling Open: could not load module ml64i3: dlopen(ml64i3.dylib, 1): image not found in include at /Applications/Julia-0.3.0.app/Contents/Resources/julia/lib/julia/sys.dylib in include_from_node1 at /Applications/Julia-0.3.0.app/Contents/Resources/julia/lib/julia/sys.dylib in include at /Applications/Julia-0.3.0.app/Contents/Resources/julia/lib/julia/sys.dylib in include_from_node1 at /Applications/Julia-0.3.0.app/Contents/Resources/julia/lib/julia/sys.dylib in reload_path at loading.jl:152 in _require at loading.jl:67 in require at loading.jl:51 while loading /Users/kova/.julia/v0.3/mathematica/src/MathLink.jl, in expression starting on line 95 while loading /Users/kova/.julia/v0.3/mathematica/src/mathematica.jl, in expression starting on line 1
Regards,
Louis
Ok, try Pkg.checkout("Mathematica"), that should get it working although I still need to fix the deprecation warnings.