Re: [PATCH] fix Glib bootstrapping



"muppet" <scott asofyet org> writes:

on some programs, i got the following die message: Glib object
version 0.26 does not match bootstrap parameter 0,26 at
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm line
249.

note the localized "0,26" vs 0.26.

deep in the perlxstut manpage an example shows $VERSION = '0.01';
--- that is, non-interpolating quotes.  XUB.h defines
XS_VERSION_BOOTCHECK to use strNE to check, so, well, they treat it
as a string, so let's write it as one.

well, this is what does my qq// fix :-)




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]