Author Topic: Useful Qt programs for SL760?  (Read 18303 times)

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Useful Qt programs for SL760?
« Reply #45 on: April 23, 2004, 12:05:10 pm »
mickeyl@handhelds.org

although you could paste it here, because not the complete config.log is interesting, but just the few lines after where it says \"trying to compile a qt application\" and then it bails out with the error.
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.

yzord

  • Full Member
  • ***
  • Posts: 162
    • View Profile
    • http://
Useful Qt programs for SL760?
« Reply #46 on: April 23, 2004, 12:10:43 pm »
Given that there\'s a noticeable dearth of good syntax highlighting text editors out there (or at least, it seems to me), why not try compiling CUTE (a Scintilla based text editor), which needs QT3.3.

Here\'s the linkage:
http://cute.sourceforge.net/index.html

Yz

ced

  • Full Member
  • ***
  • Posts: 225
    • View Profile
    • http://
Useful Qt programs for SL760?
« Reply #47 on: April 28, 2004, 08:24:58 am »
LyX:

I\'ve been able to pass the configure with the following (and hacking the configure file to set \"-lqte\"):

Code: [Select]
CC=arm-linux-gcc CXX=arm-linux-g++ ./configure --host=arm-linux --build=i686-pc-linux-gnu --with-qt-dir=/opt/Qtopia/sharp --with-frontend=qt --without-x

I\'m getting this during the make:

Code: [Select]
make[4]: Entering directory `/home/cedric/upload/lyx-1.3.4/boost/libs/regex/src\'

source=\'cregex.cpp\' object=\'cregex.lo\' libtool=yes

depfile=\'.deps/cregex.Plo\' tmpdepfile=\'.deps/cregex.TPlo\'

depmode=gcc /bin/sh ../../../../config/depcomp

/bin/sh ../../../../libtool --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I../../../../boost    -O -Wno-non-template-friend -ftemplate-depth-30 -c -o cregex.lo `test -f \'cregex.cpp\' || echo \'./\'`cregex.cpp

arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I../../../../boost -O -Wno-non-template-friend -ftemplate-depth-30 -c cregex.cpp -Wp,-MD,.deps/cregex.TPlo

In file included from ../../../../boost/boost/limits.hpp:15,

                 from ../../../../boost/boost/regex/detail/regex_match.hpp:33,

                 from ../../../../boost/boost/regex.hpp:1576,

                 from cregex.cpp:27:

../../../../boost/boost/detail/limits.hpp:57: #error The file boost/detail/limits.hpp needs to be set up for your CPU type.

make[4]: *** [cregex.lo] Error 1

make[4]: Leaving directory `/home/cedric/upload/lyx-1.3.4/boost/libs/regex/src\'

make[3]: *** [all-recursive] Error 1

make[3]: Leaving directory `/home/cedric/upload/lyx-1.3.4/boost/libs/regex\'

make[2]: *** [all-recursive] Error 1

make[2]: Leaving directory `/home/cedric/upload/lyx-1.3.4/boost/libs\'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/home/cedric/upload/lyx-1.3.4/boost\'

make: *** [all-recursive] Error 1


How should I configure the limits.hpp file?
SL-5600, kernel 2.6.16 + GPE from .dev
Ethernet Socket LP-E
Viking 256M SD

PowerZ

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
    • http://
Useful Qt programs for SL760?
« Reply #48 on: May 18, 2004, 06:03:22 pm »
I am having a problem getting KCommnader to run.  I have installed both the ipk and the Qt lib.  Can someone assist?
C-750 - Cacko ROM version 1.21b - Lexar 256MB SD card - Kingston 1 GB CF Card

SL - 5500 - Sharp ROM version 3.13 - SanDisk 128 Mb SD card - Mr. Flash 128 MB CF Card

PowerZ

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
    • http://
Useful Qt programs for SL760?
« Reply #49 on: May 26, 2004, 05:57:58 pm »
Bump.  Still need assistance, please.
C-750 - Cacko ROM version 1.21b - Lexar 256MB SD card - Kingston 1 GB CF Card

SL - 5500 - Sharp ROM version 3.13 - SanDisk 128 Mb SD card - Mr. Flash 128 MB CF Card

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Useful Qt programs for SL760?
« Reply #50 on: May 26, 2004, 06:31:10 pm »
ced, I would recommend getting it to built against qte on x86 prior to doing it cross. Probably best to ask on the boost mailing list about that error.
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.