>
> 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
_
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 -
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
> 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
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