All,
I have put a significant amount of work into the QuickBuild system over
the past week in an attempt to stabilize it and increase performance.
While I am aware that there were some outages in random components (most
notably the PPA mirror redirects) while I was doing this, all issues
should be resolved at this point.
As of this writing four build machines are online, one for each
architecture. As we have reached the chiller fund goal (see prior
messages) the remaining x86/amd64 build machines will be brought back
online over the next couple weeks.
Please let me know what you think, and definitely let me know if anything
is still malfunctioning!
Tim
Hi all!
I try to compile TDE on FreeBSD. I succeeded on:
- tqt3
- tqtinterface
- arts
- dbus-tqt
- dbus-1-tqt
- libart-lgpl
But now I am stuck at
- tdelibs
Reason: libudev is not available on FreeBSD. Also there are some linux-only includes (e.g. linux/fd.h).
As far as I can tell it's only "tdehardwaredevices.(h|cpp)" that needs udev.
Is there an easy way to get rid of the libudev-dependecy and the linux-only-stuff? Some cmake defines I am missing?
Nik
--
Please do not email me anything that you are not comfortable also sharing with the NSA.
Dr. Nikolaus Klepp
Einnehmerstraße 14
A-4810 Gmunden
Tel.: +43 650 82 11 724
email: office(a)klepp.biz
Hi,
I'm trying to use Kapptemplate v1.1.1 on TDE R14 and it seems to be
having problems with libtool.
Here's the output of make after creating the app with kapptemplate:
>make[3]: Entering directory `/russell/src/klt-2.0/klt'
>/bin/bash ../libtool --tag=CXX --mode=link g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -g -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -I/usr/include/tqt -o klt -R /opt/trinity/lib -R /opt/trinity/lib -R /usr/lib -L/opt/trinity/lib main.o klt.o kltview.o kltpref.o kltiface_skel.o -ltdeio -ltdeprint
>libtool: Version mismatch error. This is libtool 2.2.6b Debian-2.2.6b-2ubuntu1, but the
>libtool: definition of this LT_INIT comes from libtool 2.4.2.
>libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b Debian-2.2.6b-2ubuntu1
>libtool: and run autoconf again.
>make[3]: *** [klt] Error 63
>make[3]: Leaving directory `/russell/src/klt-2.0/klt'
The installed libtool on my Debian Wheezy is 2.4.2-1.1
I've tried replacing aclocal.m4 with the one from
/usr/share/libtool/libltdl/aclocal.m4 and admin/ltmain.sh with the one
from /usr/share/libtool/config/ltmain.sh but then I get a different
problem:
>/bin/bash ../libtool --tag=CXX --mode=link g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -g -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -I/usr/include/tqt -o klt -R /opt/trinity/lib -R /opt/trinity/lib -R /usr/lib -L/opt/trinity/lib main.o klt.o kltview.o kltpref.o kltiface_skel.o -ltdeio -ltdeprint libtool: link: g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -g -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -I/usr/include/tqt -o klt main.o klt.o kltview.o kltpref.o kltiface_skel.o -L/opt/trinity/lib /opt/trinity/lib/libtdeio.so /opt/trinity/lib/libtdeprint.so -Wl,-rpath -Wl,/opt/trinity/lib -Wl,-rpath -Wl,/opt/trinity/lib -Wl,-rpath -Wl,/usr/lib
>/usr/bin/ld: klt.o: undefined reference to symbol '_ZNK13KXMLGUIClient6actionERK12TQDomElement'
>/usr/bin/ld: note: '_ZNK13KXMLGUIClient6actionERK12TQDomElement' is defined in DSO /opt/trinity/lib/libtdeui.so.14 so try adding it to the linker command line
>/opt/trinity/lib/libtdeui.so.14: could not read symbols: Invalid operation
>collect2: error: ld returned 1 exit status
>make[3]: *** [klt] Error 1
How do I get kapptemplate to build a compilable TDE app ?
--
Regards,
Russell
--------------------------------------------------------------------
| Russell Brown | MAIL: russell(a)lls.com PHONE: 01780 471800 |
| Lady Lodge Systems | WWW Work: http://www.lls.com |
| Peterborough, England | WWW Play: http://www.ruffle.me.uk |
--------------------------------------------------------------------
Hi,nice to meet you and many many thanks for the wonderful work you are doing with the trinity desktop project. I really appreciate it!
I have one basic question. I recently updated debian wheezy to jessie and choose TDE r14. I have been using KPlayer v0.6 and to be able to use it in KDE 3.15 I compiled it without major issues with the Kdevelop before.Now switching to TDE r14 it tells me it does not find kde-config. Also I don'T see libDCOP etc.
How should I set the environment to be able to build the package?
Thank you in advance.
Hi all,
Here is a screenshot of a new feature added by Tim, from bug 2189.
It adds the possibility to have a shadow to the panel, as on Plasma 5.
Just use the same settings as on the second screenshot, especially the shadow position, to use it! The result is quite nice!
Have a great day!
-Alexandre
Is there a way, perhaps with dcop or another applet, to query kmail about new messages and then send a notification/email to a remote user? I have a remote TDE system running kmail and I want to be notified when there are new messages.
korn might be close to what I seek but seems to need human interaction, unless I misunderstand.
A cron script that looks at file date stamps in the user's mail directory probably would suffice, but a TDE approach would be nice.
Affected mails are POP3, so no IMAP approach.
Thanks.
Darrell