Thanks mates,I was able to build the application (kplayer-0.6.3) - some adjustments were required but it was done in couple of hours, so I'm pretty glad now. Thanks again!
I have one additional question. I had to remove TQDragManager from code as I could not find any reference to the symbol in any tde library.Why is that missing and is there equivalent? regards
On Saturday, April 18, 2015 1:18 PM, Emanoil Kotsev deloptes@yahoo.com wrote:
dpkg --purge libqt3-mt-dev libqt3-headers libqt3-compat-headers
helped me run configure with success
On Saturday, April 18, 2015 12:59 PM, Emanoil Kotsev deloptes@yahoo.com wrote:
I have a problem with the application configure script that it fails at testing for QT, but I think it is related to the system setup as it looks like there is tqt3 and qt3 and it fails somewhere there. If I don't modify anything but just run make -f admin/Makefile.common and then ./configure it says in config.log /usr/include/tqt/tqt.h:54:23: fatal error: ntqglobal.h: No such file or directory #include <ntqglobal.h> If I export CFLAGS="$CFLAGS -I/usr/include/tqt3I get multiple redefine erros like In file included from /usr/share/qt3/include/qwindowdefs.h:47:0, from /usr/share/qt3/include/qwidget.h:45, from /usr/share/qt3/include/qdesktopwidget.h:43, from /usr/share/qt3/include/qapplication.h:45, from conftest.cpp:4: /usr/share/qt3/include/qstring.h:1097:31: note: 'const TQString operator+(const string&, const TQString&)' previously defined here Q_EXPORT inline const QString operator+(const std::string& s1, const QString& s2) but I actually have pkg-config --modversion qt-mt 3.3.8
please help with advise what is the approach to fix it thanks in advance PS: I go message that my previous mail is bouncing
On Wednesday, April 8, 2015 2:30 PM, Emanoil Kotsev deloptes@yahoo.com wrote:
Thank you Timothy,I highly appreciate your effort. The answer gives me direction to go. I will try and most probably start a new thread dedicated to the older kplayer-0.6.What about question 2 and 3? How do you sync up syncML phones with TDE? I am interested partic. in N9 or Jola in near future.Reg. #3 I would like to be able to support the project (if I am lucky with the business this year). Perhaps we'll talk off list about this. Thanks again for the instructions kind regards
On Tuesday, April 7, 2015 11:56 PM, Timothy Pearson kb9vqf@pearsoncomputing.net wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA224
Hi1) it looks like the package I am talking about needs porting from the old kde3 to the newer tde ... where to start?2) Also thinking about a way of syncing phone data with tde (missing already since years) - ideas?One option would be to bind the syncevolution engine to the kde3 pim - feasibility?I was updating opensync-akonadi once ... but opensync does not cope with syncML.Big issue ... I should have bought 100 cheap nokia or siemens phone, who were syncing perfectly with KDE3 ... 3) what does the bandwidth and hosting for the TDE cost per year?
thanks in advance regards
There are two scripts in the TDE source archive (experimental/qt3-tqt3/convert_existing_qt3_app_to_tqt3 and experimental/kde-tde/convert_existing_kde3_app_to_tde). Look at those scripts, make any modifications needed for your system, and run them from within the original source archive.
If you want to help by adding a new application to TDE, you could first import the original sources to a new GIT repository, then clean up the old Makefile.in and configure files and commit that as a cleanup commit. After that run the conversion scripts, verify buildability, and commit the converted sources before pushing the entire repository up to GitHub or similar.
Note that you will probably want to delete the old admin module and replace it with the current TDE admin submodule. You can do that from within your converted source directory as follows: rm -rf admin git submodule add http://system@scm.trinitydesktop.org/scm/git/tde-common-admin admin git submodule add http://system@scm.trinitydesktop.org/scm/git/tde-common-cmake cmake git submodule update --init git commit -a -m "Added common directories" git push origin master
Hope this helps!
Tim
--------------------------------------------------------------------- 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