I have this problem with compiling the library:
make -C tests ; tests/writeWStringTypes >WStringTypes.h
make[1]: Entering directory `/home/jarcec/Programing/ustring-0.5/
tests'
g++ -DHAVE_STDINT_H=1 -DSTDC_HEADERS=1 -
DSIZEOF_UNSIGNED_SHORT_INT=2 -
DSIZEOF_UNSIGNED_LONG_INT=4 -DHAVE_STRTOL=1 -
DHAVE_ICONV=1 -DHAVE_NTOHS=1 -
DINTERNAL_ICONV_TYPE_UCS2=1 writeWStringTypes.cc -o
writeWStringTypes
writeWStringTypes.cc: In function `int main()':
writeWStringTypes.cc:79: error: invalid conversion from `const
char**' to `
char**'
make[1]: *** [writeWStringTypes] Error 1
make[1]: Leaving directory `/home/jarcec/Programing/ustring-0.5/
tests'
/bin/sh: line 1: tests/writeWStringTypes: No such file or directory
make: *** [writeconfig] Error 127