Advertisement
saurabhpatel7717

Untitled

Jun 4th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. /Downloads/lycis-QtDropbox/tests/\" -DQT_NO_DEBUG -DQT_TESTLIB_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtTest -I/usr/include/qt4 -Iqtdropbox -I../qtdropbox -I. -o qtdropboxtest.o qtdropboxtest.cpp
  2. qtdropboxtest.cpp:204:22: warning: character constant too long for its type [enabled by default]
  3. qtdropboxtest.cpp:204:40: warning: character constant too long for its type [enabled by default]
  4. qtdropboxtest.cpp: In member function ‘void QtDropboxTest::dropboxCase1()’:
  5. qtdropboxtest.cpp:204:57: error: invalid conversion from ‘int’ to ‘const char*’ [-fpermissive]
  6. In file included from /usr/include/qt4/QtCore/qobject.h:48:0,
  7. from /usr/include/qt4/QtCore/qfactoryinterface.h:45,
  8. from /usr/include/qt4/QtCore/QtCore:3,
  9. from /usr/include/qt4/QtTest/QtTest:3,
  10. from qtdropboxtest.hpp:4,
  11. from qtdropboxtest.cpp:1:
  12. /usr/include/qt4/QtCore/qstring.h:419:43: error: initializing argument 1 of ‘QString::QString(const char*)’ [-fpermissive]
  13. qtdropboxtest.cpp:204:57: error: invalid conversion from ‘int’ to ‘const char*’ [-fpermissive]
  14. In file included from /usr/include/qt4/QtCore/qobject.h:48:0,
  15. from /usr/include/qt4/QtCore/qfactoryinterface.h:45,
  16. from /usr/include/qt4/QtCore/QtCore:3,
  17. from /usr/include/qt4/QtTest/QtTest:3,
  18. from qtdropboxtest.hpp:4,
  19. from qtdropboxtest.cpp:1:
  20. /usr/include/qt4/QtCore/qstring.h:419:43: error: initializing argument 1 of ‘QString::QString(const char*)’ [-fpermissive]
  21. make: *** [qtdropboxtest.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement