[Mono-list] ironpython with mono.fuse

Jonathan Pryor jonpryor at vt.edu
Sat Apr 4 21:17:38 EDT 2009


On Fri, 2009-04-03 at 15:03 -0700, Jeffry wrote:
> I got a working ironPython setup but want to add the Mono.Fuse (assembly?).
> I can clr.AddReference() the Mono.Posix library but when try to add
> Mono.FUse it can not find it. I updated ld.so.config tried to copy the .dll
> to ironpython as well as the mono/2.0 directory but no luck.

Mono.Fuse is not included with Mono.  You will need to build and install
it separately.

(Also, please let me know if it works at all with IronPython -- I'm
particularly curious if the `out' semantics used in e.g.
Mono.Fuse.FileSystem.OnGetFileSystemStatus() and
FileSystem.OnReadDirectory() are usable by languages other than C#, and,
if `out' semantics aren't acceptable, what an improved API would be.
I'm currently thinking that an "error reporting via exceptions" approach
may be more language friendly...)

 - Jon




More information about the Mono-list mailing list