Subject: Re: Commit: iconv, ut_exception
From: John Buell (dadaist@mac.com)
Date: Mon Aug 20 2001 - 13:13:34 CDT
On Monday, August 20, 2001, at 11:22 AM, Dom Lachowicz wrote:
> 1) I've made my proposed change to UT_iconv which should handle the
> const_cast
> properly on all compilers and iconv implementations. Should be fixed
> now, but if
> this breaks for anyone, please tell me
>
> 2) Added UT_Exception base-class for all of our private exceptions to
> inherit
> from and UT_RETHROW call
>
> 3) Some really minor KWord exporter clean-ups (protected/private,
> copyright
> infor, ...)
>
> Dom
>
I hiccuped with iconv :(
c++ -DPACKAGE=\"AbiSuite\" -DVERSION=\"0.9.2\" -DSTDC_HEADERS=1
-DHAVE_LIMITS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1
-DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -DHAVE_EXPAT=1 -DHAVE_WV=1
-DHAVE_LIBPNG=1 -DHAVE_ALLOCA=1 -DRETSIGTYPE=void -DHAVE_REGCOMP=1
-DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -I. -I. -I../../../../src/af/util/xp
-I../../../../src/af/ev/xp -I../../../../src/af/ev/xp
-I../../../../src/af/gr/xp -I../../../../src/af/xap/xp
-I../../../../src/af/util/mac -I../../../../src/af/ev/mac
-I../../../../src/af/gr/mac -I../../../../src/af/xap/mac
-I/Users/jbuell/Documents/abiword/wv/
-I/Users/jbuell/Documents/abiword/libpng/
-I/Users/jbuell/Documents/abiword/abi/src/af/util/unix -fpascal-strings
-DCARBON_ON_MACH_O=1 -DNO_SYS_ERRLIST -I/Developer/Headers/FlatCarbon
-DXP_MAC_TARGET_MACOSX -DXP_MAC_TARGET_CARBON -DXP_MAC_TARGET_QUARTZ -c
ut_iconv.cpp
ut_iconv.cpp: In function `size_t UT_iconv(void *, const char **,
size_t *, char **, size_t *)':
ut_iconv.cpp:143: passing `char **' as argument 2 of `libiconv(void *,
const char **, size_t *, char **, size_t *)' adds cv-quals without
intervening `const'
make[4]: *** [ut_iconv.o] Error 1
make[3]: *** [install-recursive] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
One too many levels of pointers?
-John
This archive was generated by hypermail 2b25 : Mon Aug 20 2001 - 13:15:37 CDT