David Bertoni <[EMAIL PROTECTED]> wrote on 12/22/2007 11:18:24 AM: > Ashley Zinyk wrote: > > /home/torxslt/xsltbts_client/working/20071219205227/2187/xml4c5_7_0- > > suse_91_zOS_64-gcc_333/icu/sbin/genccode > > -n xalanMsg_.. -d ../../../nls/icu ../../../nls/icu/xalanMsg_en_US.res -f > > .._.._.._nls_icu_xalanMsg_en_US_res > > > > generating C code for ../../../nls/icu/xalanMsg_en_US.res > > > > I think that the arguments passed to genccode and gcc, like > > .._.._.._nls_icu_xalanMsg_en_US_res, are wrong, but I'm not sure what's > > causing the problem. > > I think that's a result of the call to pkgdata, since it calls gencode.
Yes, I narrowed it down to that call (to pkgdata). I can't figure out, however, how pkgdata calls genccode, or where it generates the arguments. Googling "pkgdata" and "genccode" doesn't help much. In previous builds, the arguments looked like this: "xml4c5_6_3-suse_91_zOS_64-gcc_333/icu/sbin/genccode -d ../../../nls/icu ../../../nls/icu/xalanMsg_en_US.res". There weren't any -n or -f arguments. If I knew where those arguments were being generated, I would have a place to start. > If you're using any version of ICU later than 3.2.1, the Makefiles for > using ICU message bundles are broken. What version are you using? I'm trying to use ICU version 3.8. In what way are the Makefiles broken, and which ones? What can I do to update them to use ICU 3.8? Ashley Zinyk XSLT Development