Re: difficulties with 3.008 PerlQt and Qt 3.3.2 / KDE 3.2.1 on Ark Linux alpha 11.1
Gary L Greene Jr <[email protected]>
| Newsgroups | gmane.comp.kde.devel.perl |
|---|---|
| Organization | Ark Open Source Labs |
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday 31 May 2004 08:53 pm, Germain Garand wrote: > 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 > _______________________________________________ > Kde-perl mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/kde-perl This is the default build of Qt for Ark, I haven't built it myself. I'm not sure what the configure options were on Qt since Bernhard "Bero" Rosenkranzer is the maintainer of Qt in Ark. Attached is the requested file from $QTDIR/include/qconfig.h. - -- Gary L. Greene, Jr. Sent from uriel.tolharadyne.net 23:09:00 up 4 days, 15:39, 5 users, load average: 1.25, 1.30, 1.17 ============================================================ Volunteer developer for the Ark Linux Project check out http://www.arklinux.org/ for more info. Also http://www.csis.gvsu.edu/~greeneg/ EMAIL : [email protected] ============================================================ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAu/ZgynMfbISpaCwRAtyFAJ9YCOU/99x76SGkqtY7n+uB2mTGDACfcmB3 t72a4Iq7SvJEnfk8yMIU6/c= =j8tN -----END PGP SIGNATURE----- _______________________________________________ Kde-perl mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-perl
qconfig.h
(text/x-chdr, 773 B)
/* Everything */ /* License information */ #define QT_PRODUCT_LICENSEE "Free" #define QT_PRODUCT_LICENSE "qt-free" /* Build key */ #define QT_BUILD_KEY "i686 Linux g++-3.* full-config" /* Machine byte-order */ #define Q_BIG_ENDIAN 4321 #define Q_LITTLE_ENDIAN 1234 #define Q_BYTE_ORDER Q_LITTLE_ENDIAN /* Compile time features */ #define QT_LARGEFILE_SUPPORT 64 #define QT_POINTER_SIZE 4 #ifndef QT_NO_STYLE_CDE # define QT_NO_STYLE_CDE #endif #ifndef QT_NO_STYLE_MOTIFPLUS # define QT_NO_STYLE_MOTIFPLUS #endif #ifndef QT_NO_STYLE_PLATINUM # define QT_NO_STYLE_PLATINUM #endif #ifndef QT_NO_STYLE_SGI # define QT_NO_STYLE_SGI #endif #ifndef QT_NO_STYLE_WINDOWS # define QT_NO_STYLE_WINDOWS #endif #ifndef QT_NO_STYLE_COMPACT # define QT_NO_STYLE_COMPACT #endif