Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Doesn't work under Linux #2

Description

@raichu
julia> Pkg.add("Mathematica")
INFO: Cloning cache of Mathematica from git://github.com/one-more-minute/Mathematica.jl.git
INFO: Installing Mathematica v0.1.0
INFO: Package database updated
INFO: METADATA is out-of-date — you may not have the latest version of Mathematica
INFO: Use `Pkg.update()` to get the latest versions of your packages

julia> Pkg.update()
INFO: Updating METADATA...
INFO: Computing changes...
INFO: No packages to install, update or remove
julia> using Mathematica

WARNING: deprecated syntax "x[i:]" at /home/me/.julia/v0.3/Mathematica/src/MathLink.jl:43.
Use "x[i:end]" instead.

WARNING: deprecated syntax "x[i:]" at /home/me/.julia/v0.3/Mathematica/src/MathLink.jl:148.
Use "x[i:end]" instead.

WARNING: deprecated syntax "x[i:]" at /home/me/.julia/v0.3/Mathematica/src/MathLink.jl:181.
Use "x[i:end]" instead.
ERROR: error compiling Open: could not load module ml64i3: ml64i3: cannot open shared object file: No such file or directory
 in include at boot.jl:244
while loading /home/me/.julia/v0.3/Mathematica/src/MathLink.jl, in expression starting on line 95
while loading /home/me/.julia/v0.3/Mathematica/src/Mathematica.jl, in expression starting on line 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions