Tim, All,
There is a build failure in ksquirrel. I is another related to the undefined reference to `TQWidgetFactory::create(TQString const&, TQObject*, TQWidget*, char const*)' Not sure where to start. Here is the full error:
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.3/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.3/crtbeginS.o .libs/ksquirrelpart.o .libs/sq_glparts.o .libs/sq_glu.o .libs/sq_glwidget.o .libs/sq_glwidget_stuff.o .libs/sq_libraryhandler.o .libs/sq_downloader.o .libs/sq_iconloader.o .libs/fmt_filters.o .libs/sq_externaltool.o .libs/sq_config.o .libs/sq_filedialog.o .libs/sq_glselectionpainter.o .libs/sq_glwidget_helpers.o .libs/sq_label.o .libs/sq_bcglabel.o .libs/sq_popupmenu.o .libs/sq_codecsettings.o .libs/sq_utils.o .libs/sq_utils_asm_scale.o .libs/sq_utils_scale.o .libs/sq_diroperator.o .libs/sq_glview.o .libs/sq_errorstring.o .libs/sq_imagefilter.o .libs/sq_imagebcg.o .libs/sq_codecsettingsskeleton.o .libs/sq_imageproperties.o .libs/sq_helpwidget.o -Wl,-rpath -Wl,/opt/trinity/lib -Wl,-rpath -Wl,/opt/tqt3/lib -L/opt/trinity/lib -L/opt/tqt3/lib /opt/tqt3/lib/libtqt-mt.so -L/usr/lib/mysql -L/usr/X11R6/lib64 -lpq -lmysqlclient -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -ldl -lpng -lz -lXext -lX11 -lSM -lICE /usr/lib/libtqt.so -lpthread /opt/trinity/lib/libtdecore.so /opt/trinity/lib/libtdeui.so /opt/trinity/lib/libkio.so /opt/trinity/lib/libksquirrel-libs.so /opt/trinity/lib/libtdeprint.so /opt/trinity/lib/libkonq.so /opt/trinity/lib/libtdefx.so -lGL /opt/trinity/lib/libkparts.so -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.3 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.3/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.3/../../../../lib/crtn.o -march=x86-64 -mtune=generic -O2 -Wl,--no-undefined -Wl,--allow-shlib-undefined -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,--hash-style=gnu -Wl,-soname -Wl,libksquirrelpart.so -o .libs/libksquirrelpart.so .libs/sq_codecsettingsskeleton.o: In function `SQ_CodecSettingsSkeleton::addSettingsWidget(TQString const&)': /build/src/ksquirrel/ksquirrel/ksquirrelpart/./sq_codecsettingsskeleton.ui.h:18: undefined reference to `TQWidgetFactory::create(TQString const&, TQObject*, TQWidget*, char const*)' collect2: ld returned 1 exit status
I'm going to bed. Darrell, I'll get on the libpng15 patch search tomorrow. Googling, I saw reference to a patch the Debian guys had. Maybe Tim already knows about it? ...tomorrow...
There is a build failure in ksquirrel. I is another related to the undefined reference to `TQWidgetFactory::create(TQString const&, TQObject*, TQWidget*, char const*)' Not sure where to start. Here is the full error:
Well, I can't get that far to help because I can't build libksquirrel. :(
Darrell
On 03/28/2012 09:23 AM, Darrell Anderson wrote:
There is a build failure in ksquirrel. I is another related to the undefined reference to `TQWidgetFactory::create(TQString const&, TQObject*, TQWidget*, char const*)' Not sure where to start. Here is the full error:
Well, I can't get that far to help because I can't build libksquirrel. :(
Darrell
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Darrell,
I sure didn't do anything special...
[ "$QTDIR" = "" ] && . /etc/profile.d/tqt3.sh # or tqt3.sh [ "$TDEDIR" = "" ] && . /etc/profile.d/trinity.sh # or tde.sh
cd ${srcdir}/${pkgname#*-}
cp /usr/share/aclocal/libtool.m4 ./admin/libtool.m4.in cp /usr/share/libtool/config/ltmain.sh ./admin
make -f admin/Makefile.common
./configure \ --prefix=${TDEDIR} \ --with-qt-dir=${QTDIR} \ --with-qt-includes=${QTDIR}/include \ --with-qt-libraries=${QTDIR}/lib \ --localstatedir=/var \ --enable-debug=full \ --enable-closure make
Also, is there any way to tell your mailer to just preface your signature with two single dashes '--'? That way the signature is automatically stripped from replies. With the whole line of dashes '---------....' the signature is included in the replies (see above) No biggie, just thought I'd mention it :)
I sure didn't do anything special...
[ "$QTDIR" = "" ] && . /etc/profile.d/tqt3.sh # or tqt3.sh [ "$TDEDIR" = "" ] && . /etc/profile.d/trinity.sh # or tde.sh
cd ${srcdir}/${pkgname#*-}
cp /usr/share/aclocal/libtool.m4 ./admin/libtool.m4.in cp /usr/share/libtool/config/ltmain.sh ./admin
make -f admin/Makefile.common
./configure \ --prefix=${TDEDIR} \ --with-qt-dir=${QTDIR} \ --with-qt-includes=${QTDIR}/include \ --with-qt-libraries=${QTDIR}/lib \ --localstatedir=/var \ --enable-debug=full \ --enable-closure make
I'm suspicious there is a subtle dependency that I am missing. I haven't figured out what that might be, if any. Do you have libkdefx installed?
Also, is there any way to tell your mailer to just preface your signature with two single dashes '--'? That way the signature is automatically stripped from replies. With the whole line of dashes '---------....' the signature is included in the replies (see above) No biggie, just thought I'd mention it :)
I don't know. I use Yahoo web mail. I do not know how Yahoo formats messages. The signature is configured only with my name.
Darrell