Advertisement
Guest User

Untitled

a guest
May 4th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.25 KB | None | 0 0
  1. while using ppbuild.sh
  2.  
  3.  
  4.  
  5. --------------------> [3] - Build psi+ binary
  6. здесь походу сперва применяются патчи?
  7.  
  8. ./ppbuild.sh: line 211: check_env: command not found
  9. ./ppbuild.sh: line 212: fetch_all: command not found
  10. ./ppbuild.sh: line 211: check_env: command not found
  11. ./ppbuild.sh: line 212: prepare_workspace: command not found
  12. ./ppbuild.sh: line 211: check_env: command not found
  13. ./ppbuild.sh: line 212: prepare_all: command not found
  14. Do you want to apply psi-new-history.patch [y/n(default)]
  15.  
  16. ----------------------
  17.  
  18.  
  19.  
  20.  
  21.  
  22. --------------------> [31] - Build and install psi+ plugins
  23. странное завершение :\
  24.  
  25. ...
  26. ...
  27. ...
  28.  
  29.  -I/usr/X11R6/include -I.moc -I.ui -o .obj/qrc_resources.o .rcc/qrc_resources.cpp
  30. g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -fPIC -DQT_WEBKIT -DHAVE_DBUS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtDBus -I/usr/include/qt4 -I.ui -I../../include -I/usr/X11R6/include -I.moc -I.ui -o .obj/videostatusplugin.o videostatusplugin.cpp
  31. rm -f libvideostatusplugin.so
  32. g++ -m64 -Wl,-O1 -shared -o libvideostatusplugin.so .obj/videostatusplugin.o .obj/x11info.o .obj/qrc_resources.o   -L/usr/X11R6/lib64 -L/usr/lib/x86_64-linux-gnu -lQtDBus -lQtXml -lQtGui -lQtCore -lpthread -lXext -lX11 -lm
  33. Usage: /usr/lib/x86_64-linux-gnu/qt4/bin/qmake [mode] [options] [files]
  34.  
  35. QMake has two modes, one mode for generating project files based on
  36. some heuristics, and the other for generating makefiles. Normally you
  37. shouldn't need to specify a mode, as makefile generation is the default
  38. mode for qmake, but you may use this to test qmake on an existing project
  39.  
  40. Mode:
  41.  -project       Put qmake into project file generation mode
  42.                 In this mode qmake interprets files as files to
  43.                 be built,
  44.                 defaults to *.c; *.ui; *.y; *.l; *.ts; *.xlf; *.qrc; *.h; *.hpp; *.hh; *.hxx; *.H; *.cpp; *.cc; *.cxx; *.C
  45.                 Note: The created .pro file probably will
  46.                 need to be edited. For example add the QT variable to
  47.                 specify what modules are required.
  48.  -makefile      Put qmake into makefile generation mode (default)
  49.                 In this mode qmake interprets files as project files to
  50.                 be processed, if skipped qmake will try to find a project
  51.                 file in your current working directory
  52.  
  53. Warnings Options:
  54.  -Wnone         Turn off all warnings; specific ones may be re-enabled by
  55.                 later -W options
  56.  -Wall          Turn on all warnings
  57.  -Wparser       Turn on parser warnings
  58.  -Wlogic        Turn on logic warnings (on by default)
  59.  -Wdeprecated   Turn on deprecation warnings (on by default)
  60.  
  61. Options:
  62.   * You can place any variable assignment in options and it will be     *
  63.   * processed as if it was in [files]. These assignments will be parsed *
  64.   * before [files].                                                     *
  65.  -o file        Write output to file
  66.  -d             Increase debug level
  67.  -t templ       Overrides TEMPLATE as templ
  68.  -tp prefix     Overrides TEMPLATE so that prefix is prefixed into the value
  69.  -help          This help
  70.  -v             Version information
  71.  -after         All variable assignments after this will be
  72.                 parsed after [files]
  73.  -norecursive   Don't do a recursive search
  74.   -recursive     Do a recursive search
  75.   -set <prop> <value> Set persistent property
  76.   -unset <prop>  Unset persistent property
  77.   -query <prop>  Query persistent property. Show all if <prop> is empty.
  78.   -cache file    Use file as cache           [makefile mode only]
  79.   -spec spec     Use spec as QMAKESPEC       [makefile mode only]
  80.   -nocache       Don't use a cache file      [makefile mode only]
  81.  -nodepend      Don't generate dependencies [makefile mode only]
  82.   -nomoc         Don't generate moc targets  [makefile mode only]
  83.  -nopwd         Don't look for files in pwd [project mode only]
  84.  
  85. ----------------------
  86.  
  87. для тестов
  88. скинул несколько плагинов .so в ~/.local/share/psi/plugins, но клиент не видит..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement