![]() ![]() |
Nov 25 2006, 03:49 PM
Post
#1
|
|
|
Group: Members Posts: 1,213 Joined: 9-June 05 From: Gobi Desert, Mongolia Member No.: 7,306 |
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.
|
|
|
|
Nov 26 2006, 01:17 AM
Post
#2
|
|
|
Group: Members Posts: 1,497 Joined: 12-November 03 From: Germany Member No.: 907 |
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?"
|
|
|
|
Nov 26 2006, 01:20 AM
Post
#3
|
|
|
Group: Moderators Posts: 1,619 Joined: 29-October 03 From: Los Angeles Member No.: 809 |
Maybee someone else came accross this problem and has an idea. That's the vibe I'm getting from bam.
|
|
|
|
Nov 26 2006, 09:37 AM
Post
#4
|
|
|
Group: Members Posts: 1,497 Joined: 12-November 03 From: Germany Member No.: 907 |
Hmm... kudos to anyone who can identify what's going wrong from getting "a ton errors"
|
|
|
|
Nov 27 2006, 12:12 AM
Post
#5
|
|
|
Group: Members Posts: 1,213 Joined: 9-June 05 From: Gobi Desert, Mongolia Member No.: 7,306 |
hehe, good point, I will have to copy and paste the output sometime tomorrow
|
|
|
|
Nov 28 2006, 01:04 PM
Post
#6
|
|
|
Group: Members Posts: 1,213 Joined: 9-June 05 From: Gobi Desert, Mongolia Member No.: 7,306 |
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> |
|
|
|
Nov 28 2006, 01:16 PM
Post
#7
|
|
![]() Group: Members Posts: 1,014 Joined: 4-January 05 From: Enschede, The Netherlands Member No.: 6,107 |
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 |
|
|
|
Nov 28 2006, 11:18 PM
Post
#8
|
|
|
Group: Members Posts: 1,213 Joined: 9-June 05 From: Gobi Desert, Mongolia Member No.: 7,306 |
I will look into this, thanks:)
|
|
|
|
Dec 2 2006, 05:07 PM
Post
#9
|
|
|
Group: Members Posts: 1,213 Joined: 9-June 05 From: Gobi Desert, Mongolia Member No.: 7,306 |
where would one edit include paths? I have the header files.
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 10:54 PM |