Re: difficulties with 3.008 PerlQt and Qt 3.3.2 / KDE 3.2.1 on Ark Linux alpha 11.1
Germain Garand <[email protected]>
| Newsgroups | gmane.comp.kde.devel.perl |
|---|---|
| Message-ID | <[email protected]> |
Le Lundi 31 Mai 2004 21:12, Gary L Greene Jr a écrit : > Currently I was considering creating Ark's first boot up wizard in PerlQt, > since there is a great deal of text file modifications that need to happen > on the first boot to accomidate the end users personal settings. So, I went > ahead and grabbed a stable copy of PerlQt from CPAN and followed the > directions in the tarball. The sh MakeFile.PL ran fine with the --prefix > option, and the make seems to have run OK, however running make test bombs > out. The following is the output of that command: > > [root@uriel PerlQt-3.008]# make test > cd . && LD_LIBRARY_PATH="../../smoke/qt/.libs:/usr/lib/qt3-gcc3.3/lib" > PERL_DL_NONLAZY=1 perl test.pl > a_loading............Can't load '../blib/arch/auto/Qt/Qt.so' for module > Qt: /usr/lib/libsmokeqt.so.1: undefined symbol: > _ZN8QUrlInfoC2ERK4QUrliRK7QStringS5_mRK9QDateTimeS8_bbbbbb Hello Gary, mmh, that's the fifth QUrlInfo constructor... did you use the undocumented "newabi" configure option while building Qt? could you attach your $QTDIR/include/qconfig.h and quote your Qt configure line? Germain