Re: [OpenIndiana-discuss] build ntfs-3g on oi_148 fail

2011-06-21 Thread Apostolos Syropoulos
> > is there any pkg authority i must set for installing packages from > www.sunfreepacks.com via packagemanager? > No these are ordinary solaris packages that install with pkgadd and uninstall with pkgrm. A.S.   -- Apostolos Syropoulos Xanthi, Greece _

Re: [OpenIndiana-discuss] build ntfs-3g on oi_148 fail

2011-06-21 Thread Benediktus Anindito
is there any pkg authority i must set for installing packages from www.sunfreepacks.com via packagemanager? On Tue, Jun 21, 2011 at 2:03 PM, Apostolos Syropoulos wrote: >> gcc -DHAVE_CONFIG_H -I. -I..  -I../include/ntfs-3g     -g -O2 -Wall >> -MT ntfsresize.o -MD -MP -MF .deps/ntfsresize.Tpo -c -

Re: [OpenIndiana-discuss] build ntfs-3g on oi_148 fail

2011-06-21 Thread Apostolos Syropoulos
Here are the patches. A.S.   -- Apostolos Syropoulos Xanthi, Greece ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http://openindiana.org/mailman/listinfo/openindiana-discuss

Re: [OpenIndiana-discuss] build ntfs-3g on oi_148 fail

2011-06-21 Thread Apostolos Syropoulos
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include/ntfs-3g    -g -O2 -Wall > -MT ntfsresize.o -MD -MP -MF .deps/ntfsresize.Tpo -c -o ntfsresize.o > ntfsresize.c > ntfsresize.c: In function `replace_attribute_runlist': > ntfsresize.c:1174: error: `INT_MAX' undeclared (first use in this function) > ntfsre

[OpenIndiana-discuss] build ntfs-3g on oi_148 fail

2011-06-20 Thread Benediktus Anindito
i've try to build ntfs-3g on OpenIndiana build 148, based on a guide from this post http://openindiana.org/pipermail/openindiana-discuss/2011-April/003644.html but the build was failing when i run `make` on ntfs-3g: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/ntfs-3g -g -O2 -Wall -MT ntfsresize