bam
Nov 25 2006, 03:49 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.
Mickeyl
Nov 26 2006, 01:17 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?"
Cresho
Nov 26 2006, 01:20 AM
Maybee someone else came accross this problem and has an idea. That's the vibe I'm getting from bam.
Mickeyl
Nov 26 2006, 09:37 AM
Hmm... kudos to anyone who can identify what's going wrong from getting "a ton errors"
bam
Nov 27 2006, 12:12 AM
hehe, good point, I will have to copy and paste the output sometime tomorrow
bam
Nov 28 2006, 01:04 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>
koen
Nov 28 2006, 01:16 PM
QUOTE(bam @ Nov 28 2006, 09:04 PM)
[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?
Either you are missing the right header files, or the include paths are wrong
bam
Nov 28 2006, 11:18 PM
I will look into this, thanks:)
where would one edit include paths? I have the header files.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.