| Summary: | Kio-sword | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Michael Henry <bromichaelhenry> |
| Component: | tdeedu | Assignee: | Francois Andriot <albator78> |
| Status: | RESOLVED FIXED | ||
| Severity: | needs packaging | CC: | albator78, bugwatch, slavek.banko |
| Priority: | P5 | ||
| Version: | 3.5.13 [Trinity] | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Attachments: |
kio-sword : fix FTBFS (patch from Fedora 12)
kio-sword : use "sword.m4" in source root directory instead of admin subdir |
||
|
Description
Michael Henry
2011-11-26 04:09:09 CST
Created attachment 1446 [details]
kio-sword : fix FTBFS (patch from Fedora 12)
Created attachment 1447 [details]
kio-sword : use "sword.m4" in source root directory instead of admin subdir
How to build.
Get source from 1st post link.
Get attached patches.
Then:
tar xfz kio_sword-0.3.tar.gz
cd kio_sword-0.3
patch -p0 <kio_sword-build_fixes.patch
patch -p1 <ko_sword-0.3-ftbfs.patch
mv admin/localm4/sword.m4 .
rm -rf admin
# Convert QT3 to TQT3
~/tde/tde_r14/experimental/qt3-tqt3/convert_existing_qt3_app_to_tqt3
# Convert KDE3 to TDE
~/tde/tde_r14/experimental/kde-tde/convert_existing_kde3_app_to_tde
# Rename "kio_*" files to "tdeio_*"
find . -name "kio_*" | while read f; do mv "${f}" "${f/kio_/tdeio_}"; done
Then copy TDE's "admin" folder, then build as usual with autotools ...
It seems like a good idea to add renaming files into convert_existing_kde3_app_to_tde script? I'm trying to build kio-sword, but I get: /tmp/buildd/tdeio-sword-trinity-0.3/./src/ks_osishtml.cpp:165: error: exception handling disabled, use -fexceptions to enable I do not take any special options for the building. I'm building the same as usual. Problems resolved. Applications included into TDE repository. Debian / Ubuntu packages successfully built. |