Advertisement
Guest User

Untitled

a guest
Jan 30th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. andrea@centurion:~/Documents/sviluppo/unity2d-qt5$ mkdir libs
  2. andrea@centurion:~/Documents/sviluppo/unity2d-qt5$ cd libs/
  3. andrea@centurion:~/Documents/sviluppo/unity2d-qt5/libs$ bzr branch lp:~fboucault/dee-qt/qt5
  4. Branched 57 revision(s).
  5. andrea@centurion:~/Documents/sviluppo/unity2d-qt5/libs$ ls
  6. qt5
  7. andrea@centurion:~/Documents/sviluppo/unity2d-qt5/libs$ cd qt5/
  8. andrea@centurion:~/Documents/sviluppo/unity2d-qt5/libs/qt5$ ls
  9. CMakeLists.txt COPYING debian deelistmodel.cpp deelistmodel.h libqtdee.pc plugin.cpp plugin.h qmldir test.cpp test.h test.qml
  10. andrea@centurion:~/Documents/sviluppo/unity2d-qt5/libs/qt5$ cmake .
  11. -- The C compiler identification is GNU
  12. -- The CXX compiler identification is GNU
  13. -- Check for working C compiler: /usr/bin/gcc
  14. -- Check for working C compiler: /usr/bin/gcc -- works
  15. -- Detecting C compiler ABI info
  16. -- Detecting C compiler ABI info - done
  17. -- Check for working CXX compiler: /usr/bin/c++
  18. -- Check for working CXX compiler: /usr/bin/c++ -- works
  19. -- Detecting CXX compiler ABI info
  20. -- Detecting CXX compiler ABI info - done
  21. -- checking for module 'dee-1.0'
  22. -- found dee-1.0, version 0.5.22
  23. -- Configuring done
  24. -- Generating done
  25. -- Build files have been written to: /home/andrea/Documents/sviluppo/unity2d-qt5/libs/qt5
  26. andrea@centurion:~/Documents/sviluppo/unity2d-qt5/libs/qt5$ make
  27. [ 11%] Generating moc_deelistmodel.cxx
  28. Scanning dependencies of target QtDee
  29. [ 22%] Building CXX object CMakeFiles/QtDee.dir/deelistmodel.cpp.o
  30. [ 33%] Building CXX object CMakeFiles/QtDee.dir/moc_deelistmodel.cxx.o
  31. Linking CXX shared library libQtDee.so
  32. [ 33%] Built target QtDee
  33. [ 44%] Generating moc_plugin.cxx
  34. Scanning dependencies of target QtDeeQml
  35. [ 55%] Building CXX object CMakeFiles/QtDeeQml.dir/plugin.cpp.o
  36. In file included from /home/andrea/Documents/sviluppo/unity2d-qt5/libs/qt5/plugin.cpp:21:0:
  37. /home/andrea/Documents/sviluppo/unity2d-qt5/libs/qt5/plugin.h:23:53: fatal error: QtDeclarative/QDeclarativeExtensionPlugin: No such file or directory
  38. compilation terminated.
  39. make[2]: *** [CMakeFiles/QtDeeQml.dir/plugin.cpp.o] Error 1
  40. make[1]: *** [CMakeFiles/QtDeeQml.dir/all] Error 2
  41. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement