[Kde-perl] PerlQt-3.004-RC2
Benjamin Reed
kde-perl@mail.kde.org
12 Dec 2002 12:59:09 -0500
On another note, I take it the latest version of PerlQt requires 5.6.1
or higher? I'm trying to build on MacOSX (which comes with 5.6.0) and
I'm getting:
---(snip!)---
c++ -c -I/sw/include -I/sw/include/qt -I/usr/X11R6/include -I/sw/include -I. -I../smoke -g -pipe -pipe -fno-common -no-cpp-precomp -flat_namespace -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -Os -DVERSION=\"3.004-RC2\" -DXS_VERSION=\"3.004-RC2\" -I/System/Library/Perl/darwin/CORE Qt.c
handlers.cpp: In function `void marshall_QCString(Marshall*)':
handlers.cpp:464: `is_utf8_string' undeclared (first use this function)
handlers.cpp:464: (Each undeclared identifier is reported only once for each
function it appears in.)
make[2]: *** [handlers.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [all-recursive] Error 1
---(snip!)---
>From the bit of digging I've been doing, it looks like is_utf8_string
got added in 5.6.1.