OESF Portables Forum
Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Qt/Qtopia => Topic started by: bam 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.
-
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?"
-
Maybee someone else came accross this problem and has an idea. That's the vibe I'm getting from bam.
-
Hmm... kudos to anyone who can identify what's going wrong from getting "a ton errors"
-
hehe, good point, I will have to copy and paste the output sometime tomorrow
-
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>
-
[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
-
I will look into this, thanks:)
-
where would one edit include paths? I have the header files.