|
2007-12-17
, 02:24
|
Posts: 109 |
Thanked: 91 times |
Joined on Dec 2007
|
#12
|
The Following User Says Thank You to z2n For This Useful Post: | ||
|
2007-12-17
, 12:24
|
|
Posts: 18 |
Thanked: 12 times |
Joined on Nov 2007
@ Taranto, ITALY
|
#13
|
|
2007-12-17
, 13:56
|
|
Posts: 739 |
Thanked: 159 times |
Joined on Sep 2007
@ Germany - Munich
|
#14
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## maemo_01_fsfileengine.dpatch by <gnuton@gnuton.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: sets max PathName to 34240
@DPATCH@
diff -Nru qt4-x11-4.3.2-orig/src/corelib/io/qfsfileengine_iterator_unix.cpp qt4-x11-4.3.2/src/corelib/io/qfsfileengine_iterator_unix.cpp
--- qt4-x11-4.3.2-orig/src/corelib/io/qfsfileengine_iterator_unix.cpp 2007-11-21 12:36:31.000000000 +0100
+++ qt4-x11-4.3.2/src/corelib/io/qfsfileengine_iterator_unix.cpp 2007-11-21 12:38:49.000000000 +0100
@@ -119,6 +119,7 @@
#if defined(_POSIX_THREAD_SAFE_FUNCTIONS) && !defined(Q_OS_CYGWIN)
if (that->platform->mt_file)
delete [] that->platform->mt_file;
+ maxPathName=34240;
that->platform->mt_file = (dirent *)new char[maxPathName];
#endif
|
2007-12-17
, 14:59
|
Posts: 874 |
Thanked: 316 times |
Joined on Jun 2007
@ London UK
|
#15
|
PS However Kdepimpi seems a KDE3 apps.. why do you using Qt4 to compile it?
|
2007-12-17
, 17:43
|
Posts: 109 |
Thanked: 91 times |
Joined on Dec 2007
|
#16
|
A developer made available KOrganizer for the Sharp Zaurus, he called it KDE-PIM and made a beautiful job of it. His url is www.pi-sync.net but that appears to have a problem at the moment.
|
2007-12-17
, 18:14
|
Posts: 874 |
Thanked: 316 times |
Joined on Jun 2007
@ London UK
|
#17
|
|
2007-12-18
, 10:29
|
|
Posts: 18 |
Thanked: 12 times |
Joined on Nov 2007
@ Taranto, ITALY
|
#18
|
Does the lack of hardware keyboard rule out the N800 from this project?