JuliaIO / MAT.jl

Julia module for reading MATLAB files
MIT License
282 stars 71 forks source link

HDF5 not properly installed #44

Closed wadehenning closed 9 years ago

wadehenning commented 9 years ago

I am having trouble with 'using MAT'. I get the error message 'HDF5 not properly installed

vchuravy commented 9 years ago

The right place for this issue is probably https://github.com/timholy/HDF5.jl

What does `Pkg.build("HDF5") give you?

timholy commented 9 years ago

https://github.com/timholy/HDF5.jl/issues/245

wadehenning commented 9 years ago

My new message when 'using MAT': HDF5 File not defined while loading C:....julia\v0.3\MAT\src\MAT_HDF5.jl, in expression starting on line 35 image

Warning: replacing module MAT_HDF5 Warning: could not import HDF5.exists into MAT_HDF5 Warning: could not import HDF5.HDF5ReferenceObj into MAT_HDF5 Warning: could not import HDF5.HDF5BitsKind into MAT_HDF5

Also, thank you for your help and your work on these packages. My current project is actually to translate some of our group's work into Julia packages, and your early contributions are what makes it (hopefully) possible.