Advertisement
Guest User

Jonathan

a guest
Jan 29th, 2010
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/share/qt3/include -o SerialClient.o SerialClient.cpp
  2. In file included from SerialClient.h:24,
  3. from SerialClient.cpp:21:
  4. ./QSerialPort.h:26:21: error: QIODevice: No such file or directory
  5. ./QSerialPort.h:27:19: error: QString: No such file or directory
  6. In file included from SerialClient.cpp:21:
  7. SerialClient.h:25:23: error: QDataStream: No such file or directory
  8. SerialClient.h:26:23: error: QStringList: No such file or directory
  9. SerialClient.cpp:23:19: error: QBuffer: No such file or directory
  10. SerialClient.cpp:24:21: error: QFileInfo: No such file or directory
  11. SerialClient.cpp:25:19: error: QVector: No such file or directory
  12. In file included from SerialClient.h:24,
  13. from SerialClient.cpp:21:
  14. ./QSerialPort.h:37: error: expected class-name before �{� token
  15. ./QSerialPort.h:39: error: expected �)� before �filename�
  16. ./QSerialPort.h:42: error: �OpenMode� has not been declared
  17. ./QSerialPort.h:51: error: �QString� has not been declared
  18. ./QSerialPort.h:56: error: �qint64� does not name a type
  19. ./QSerialPort.h:57: error: �qint64� does not name a type
  20. ./QSerialPort.h:60: error: �QString� does not name a type
  21. In file included from SerialClient.cpp:21:
  22. SerialClient.h:37: error: expected class-name before �{� token
  23. SerialClient.h:38: error: ISO C++ forbids declaration of �Q_OBJECT� with no type
  24. SerialClient.h:40: error: expected �;� before �public�
  25. SerialClient.h:44: error: �QString� has not been declared
  26. SerialClient.h:44: error: �QStringList� has not been declared
  27. SerialClient.h:46: error: �QString� has not been declared
  28. SerialClient.h:50: error: �QDataStream� does not name a type
  29. SerialClient.h:53: error: �QByteArray� has not been declared
  30. SerialClient.cpp:27: error: expected �)� before �port�
  31. SerialClient.cpp:37: error: �bool SerialClient::sendFile� is not a static member of �class SerialClient�
  32. SerialClient.cpp:37: error: �QString� was not declared in this scope
  33. SerialClient.cpp:37: error: �QStringList� was not declared in this scope
  34. SerialClient.cpp:37: error: initializer expression list treated as compound expression
  35. SerialClient.cpp:38: error: expected �,� or �;� before �{� token
  36. make: *** [SerialClient.o] Error 1
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement