Re:[GRASS-dev] g.extension.add available to install GRASS Addons SVN modules (GEM replacement)

Hy,
really good work !
but I've two problems and I need help:
1. how can I do to use g.extension.add in "suite" module (like raster/mcda in addons)?
2. when launching r.extension.add I get the following error message:
main.c: In function ‘reclassTexture’:
main.c:396: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘char (*)[1024]’
gcc -L/usr/local/src/grass64_release/dist./lib -Wl,--export-dynamic -L/usr/lib64 -Wl,-rpath-link,/usr/local/src/grass64_release/dist./lib -o /usr/local/src/grass64_release/dist./bin/r.soils.texture OBJ./main.o -lgrass_gis -lgrass_datetime -lz -lm -lz
/usr/bin/ld: cannot open output file /usr/local/src/grass64_release/dist./bin/r.soils.texture: Permission denied
collect2: ld returned 1 exit status
make: *** [/usr/local/src/grass64_release/dist./bin/r.soils.texture] Errore 1
ERROR: Compilation failed, sorry. Please check above error messages.

And if I run the normal procedure does not get any compilation error.

Thanks

g_massa