On Fri, 15 Feb 2002, Tim Liljendahl wrote: > When compiling Xerces.C i get the following error: > > Xerces.C: In function `void _wrap_new_MemBufInputSource(struct CV *)': > Xerces.C:54400: passing `unsigned int *' as argument 2 of > `Perl_sv_2pv(SV *, STRLEN *)' > > The same stuff compiles without problems on an Intel-based machine, > any clues on what can be wrong?
I have seen the same thing when building on AIX. Just hack the Xerces.C sources to declare the variable in question as STRLEN *. Ugly, but it works for me (tm). -- ---------------------------------------------------------------- Steven N. Hirsch tie-line: 446-6557 ext: 802-769-6557 Staff Engineer Methodology Integration Team ASIC Product Development IBM Microelectronics ---------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
