Index of /blog/patch/fuse
Name Last modified Size Description
Parent Directory -
b105/ 28-Feb-2009 15:51 -
b108/ 28-Feb-2009 15:51 -
b109/ 08-Mar-2009 14:50 -
b112/ 31-Mar-2009 11:12 -
b113/ 20-Apr-2009 16:54 -
This packages is experimental.
compiled with ON b105 x86.
installation method:
# pkgadd -d SUNWfusefs SUNWlibfuse
*NTFS-3G
STABLE Version 2009.4.4 (April 2, 2009)
build works fine.
TEST Version 1.5222-RC (December 22, 2008)
->Built-in, transparent UTF-8 conversion support.
The compile error is generated by this influence partially.
Solaris doesn't have PATH_MAX.
PATH_MAX can be substituted with MAXPATHREN(/usr/include/sys/param.h).
Please add this one line to ntfs-3g-1.5222-RC/libntfs-3g/unistr.c
--
#define PATH_MAX MAXPATHLEN
--