Advertisement
Ponchale

Polkit qt-1

Feb 12th, 2016
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. ponchale@easylabs:~/polkit-qt-1/build$ make
  2. [ 5%] Automatic moc for target polkit-qt5-core-1
  3. [ 5%] Built target polkit-qt5-core-1_automoc
  4. [ 10%] Building CXX object core/CMakeFiles/polkit-qt5-core-1.dir/polkitqt1-subject.cpp.o
  5. /home/ponchale/polkit-qt-1/core/polkitqt1-subject.cpp: In constructor ‘PolkitQt1::Subject::Subject()’:
  6. /home/ponchale/polkit-qt-1/core/polkitqt1-subject.cpp:54:5: warning: ‘void g_type_init()’ is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:667) [-Wdeprecated-declarations]
  7. g_type_init();
  8. ^
  9. /home/ponchale/polkit-qt-1/core/polkitqt1-subject.cpp:54:17: warning: ‘void g_type_init()’ is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:667) [-Wdeprecated-declarations]
  10. g_type_init();
  11. ^
  12. /home/ponchale/polkit-qt-1/core/polkitqt1-subject.cpp: In constructor ‘PolkitQt1::Subject::Subject(PolkitSubject*)’:
  13. /home/ponchale/polkit-qt-1/core/polkitqt1-subject.cpp:60:5: warning: ‘void g_type_init()’ is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:667) [-Wdeprecated-declarations]
  14. g_type_init();
  15. ^
  16. /home/ponchale/polkit-qt-1/core/polkitqt1-subject.cpp:60:17: warning: ‘void g_type_init()’ is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:667) [-Wdeprecated-declarations]
  17. g_type_init();
  18. ^
  19. /home/ponchale/polkit-qt-1/core/polkitqt1-subject.cpp: In static member function ‘static PolkitQt1::Subject PolkitQt1::Subject::fromString(const QString&)’:
  20. /home/ponchale/polkit-qt-1/core/polkitqt1-subject.cpp:111:5: warning: ‘void g_type_init()’ is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:667) [-Wdeprecated-declarations]
  21. g_type_init();
  22. ^
  23. /home/ponchale/polkit-qt-1/core/polkitqt1-subject.cpp:111:17: warning: ‘void g_type_init()’ is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:667) [-Wdeprecated-declarations]
  24. g_type_init();
  25. ^
  26. /home/ponchale/polkit-qt-1/core/polkitqt1-subject.cpp: In member function ‘PolkitQt1::UnixUserIdentity PolkitQt1::SystemBusNameSubject::user()’:
  27. /home/ponchale/polkit-qt-1/core/polkitqt1-subject.cpp:186:111: error: ‘polkit_system_bus_name_get_user_sync’ was not declared in this scope
  28. return UnixUserIdentity(polkit_system_bus_name_get_user_sync((PolkitSystemBusName *) subject(), NULL, NULL));
  29. ^
  30. make[2]: *** [core/CMakeFiles/polkit-qt5-core-1.dir/polkitqt1-subject.cpp.o] Error 1
  31. make[1]: *** [core/CMakeFiles/polkit-qt5-core-1.dir/all] Error 2
  32. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement