Author Topic: Tximage 0.2  (Read 9178 times)

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
Tximage 0.2
« on: November 25, 2006, 06:49:30 pm »
I have tried Dev-Img-1.6 and Meanies zGCC using 'tmake -o Makefile tximage.pro' seems to create the Makefile but.....when I go to compile it using 'make' a ton of errors occurs, any ideas? I was trying to resize the thumbnails to take advantage of the extra space in landscape mode.
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Tximage 0.2
« Reply #1 on: November 26, 2006, 04:17:51 am »
How are we supposed to even guess about your problems when you omit all the facts? This is like going to a mechanic saying "My car broke down, any idea?"
« Last Edit: November 26, 2006, 04:18:33 am by Mickeyl »
Cheers,

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

Cresho

  • Hero Member
  • *****
  • Posts: 1609
    • View Profile
    • http://home.earthlink.net/~cresho/
Tximage 0.2
« Reply #2 on: November 26, 2006, 04:20:00 am »
Maybee someone else came accross this problem and has an idea.  That's the vibe I'm getting from bam.
« Last Edit: November 26, 2006, 04:20:38 am by Cresho »
Zaurus C-3200 (internal 8gb seagate drive) with buuf icon theme, cacko 1.23 full,  and also Meanie's pdaxqtrom-Debian/Open Office
Zaurus SL-5500 Sharp Rom 3.13 with steel theme
pretec pocket pc wi fi
ambicom bt2000-cf bluetooth-made in taiwan
simpletech 1gb cf
pny 1gb sd
patriot 2gb
ocz or patriot 4gb sd(failed after 2 weeks)only on z
creative csw-5300 speakers in stereo
DigiLife DDV-1000 for video, Audio, Picture recording playable on the zaurus
Mustek DV4500-video recorder, pictures, voice record on sd for z

zaurusthemes.biz | ZaurusVideo | Zaurus Software

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Tximage 0.2
« Reply #3 on: November 26, 2006, 12:37:16 pm »
Hmm... kudos to anyone who can identify what's going wrong from getting "a ton errors"
« Last Edit: November 26, 2006, 12:37:35 pm by Mickeyl »
Cheers,

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

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
Tximage 0.2
« Reply #4 on: November 27, 2006, 03:12:23 am »
hehe, good point, I will have to copy and paste the output sometime tomorrow
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
Tximage 0.2
« Reply #5 on: November 28, 2006, 04:04:51 pm »
here is the output

                                      g++ -c -pipe -DQT_QWS_EBX -DQT_QWS_CUSTOM -DQWS -fno-exceptions -fno-rtti -Wall -W -O2 -march=armv4 -mtune=strongarm -DNO_DEBUG -I/home/QtPalmtop/include -I/home/QtPalmtop/include -o main.o main.cpp  main.cpp:25: qpe/qpeapplication.h: No such file or directory                                        main.cpp:26: qwidget.h: No such file or directory                                                   In file included from main.cpp:27:                                                                  tximage.h:28: qmainwindow.h: No such file or directory                                              tximage.h:29: qlist.h: No such file or directory                                                    tximage.h:30: qlistview.h: No such file or directory                                                In file included from main.cpp:27:
tximage.h:45: parse error before `{'
tximage.h:49: destructors must be member functions
tximage.h:51: parse error before `public'
tximage.h:53: parse error before `&'
tximage.h:56: parse error before `private'
tximage.h:66: `QListViewItem' was not declared in this scope
tximage.h:66: `item' was not declared in this scope
tximage.h:66: variable or field `listItemClicked' declared void
tximage.h:71: parse error before `private'
tximage.h:82: syntax error before `;'
tximage.h:94: parse error before `}'
main.cpp: In function `int main(int, char **)':
main.cpp:31: `QPEApplication' undeclared (first use this function)
main.cpp:31: (Each undeclared identifier is reported only once
main.cpp:31: for each function it appears in.)
main.cpp:31: parse error before `('
main.cpp:32: `TxImage' undeclared (first use this function)
main.cpp:34: `a' undeclared (first use this function)
main.cpp:34: `viewer' undeclared (first use this function)
main.cpp:30: warning: unused parameter `int argc'
main.cpp:30: warning: unused parameter `char ** argv'
main.cpp:37: warning: control reaches end of non-void function `main(int, char **)'
make: *** [main.o] Error 1                                      

any ideas>
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder

koen

  • Hero Member
  • *****
  • Posts: 1008
    • View Profile
    • http://dominion.thruhere.net/koen/cms/
Tximage 0.2
« Reply #6 on: November 28, 2006, 04:16:21 pm »
Quote
[snip]
qpe/qpeapplication.h: No such file or directory
qwidget.h: No such file or directory
qmainwindow.h: No such file or directory
qlist.h: No such file or directory
qlistview.h: No such file or directory 
[snip]

any ideas?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=147438\"][{POST_SNAPBACK}][/a][/div]

Either you are missing the right header files, or the include paths are wrong
Forums are not bugtrackers!!! Smart questions
Ångström release team
iPAQ h2210, iPAQ h5550, iPAQ hx4700, Zaurus SL-C700, Nokia 770, all running some form of GPE
My blog

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
Tximage 0.2
« Reply #7 on: November 29, 2006, 02:18:05 am »
I will look into this, thanks:)
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
Tximage 0.2
« Reply #8 on: December 02, 2006, 08:07:22 pm »
where would one edit include paths? I have the header files.
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder