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>