Hi all !
Have some project that was build under FreeBSD. I try rebuild it after Linux and in some header file i got strange error
Qt Code:
  1. #ifndef POOLER_H
  2. #define POOLER_H
  3.  
  4. #include <qthread.h>
  5.  
  6. class QPooler: public QThread
  7. -->(77){
  8. ***
  9. };
  10. #endif
To copy to clipboard, switch view to plain text mode 

sirius-test:/home/volodya/router # g++ -c -pipe -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -fPIC -Wall -W -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -fPIC -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/lib/qt3/mkspecs/linux-g++ -I. -I. -I/usr/include -I/usr/lib/qt3/include -o main.o main.cpp
In file included from main.cpp:2:
qpooler.h:77: error: parse error before `{' token