Advertisement
Guest User

Untitled

a guest
Jan 27th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 KB | None | 0 0
  1. g++ -c -include ../DebugIntermediate/Telegram -pipe -g -Wall -W -Wno-unused-result -Wno-unused-parameter -Wno-unused-variable -Wno-switch -Wno-comment -Wno-unused-but-s
  2. et-variable -D_REENTRANT -fPIC -D_DEBUG -DQ_OS_LINUX64 -DTDESKTOP_DISABLE_AUTOUPDATE -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_C
  3. ORE_LIB -I../../Telegram -I. -I../../../Libraries/QtStatic/qtbase/include/QtGui/5.5.0/QtGui -I../../../Libraries/QtStatic/qtbase/include/QtCore/5.5.0/QtCore -I../../../
  4. Libraries/QtStatic/qtbase/include -I/usr/local/include/opus -I../../Telegram/SourceFiles -I../../Telegram/GeneratedFiles -isystem /usr/include/libappindicator3-0.1 -isy
  5. stem /usr/include/gtk-2.0 -isystem /usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/i386-linux-gnu/glib-2.0/include -isystem /usr/include/c
  6. airo -isystem /usr/include/pango-1.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/lib/i386-linux-gnu/gtk-2.0/include -isystem /usr/include/gdk-pixbuf-2.0 -isystem
  7. /usr/include/atk-1.0 -isystem /usr/include/dee-1.0 -isystem /usr/include/libdbusmenu-glib-0.4 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -isystem /usr/incl
  8. ude/opus -I../../../qt/include -I../../../qt/include/QtWidgets -I../../../qt/include/QtGui -I../../../qt/include/QtNetwork -I../../../qt/include/QtCore -IGenFiles/Debug
  9. -I../../../qt/mkspecs/linux-g++ -o ../DebugIntermediate/audio.o ../../Telegram/SourceFiles/audio.cpp
  10. ../../Telegram/SourceFiles/audio.cpp: In function ‘void audioInit()’:
  11. ../../Telegram/SourceFiles/audio.cpp:221:32: error: ‘alcDevicePauseSOFT’ was not declared in this scope
  12. alcDevicePauseSOFT(audioDevice); [0/1889]
  13. ^
  14. ../../Telegram/SourceFiles/audio.cpp: In member function ‘void AudioPlayerFader::onPauseTimer()’:
  15. ../../Telegram/SourceFiles/audio.cpp:948:33: error: ‘alcDevicePauseSOFT’ was not declared in this scope
  16. alcDevicePauseSOFT(audioDevice);
  17. ^
  18. ../../Telegram/SourceFiles/audio.cpp: In member function ‘void AudioPlayerFader::resumeDevice()’:
  19. ../../Telegram/SourceFiles/audio.cpp:994:34: error: ‘alcDeviceResumeSOFT’ was not declared in this scope
  20. alcDeviceResumeSOFT(audioDevice);
  21. ^
  22. Makefile:15828: recipe for target '../DebugIntermediate/audio.o' failed
  23. make: *** [../DebugIntermediate/audio.o] Error 1
  24. * ERROR: net-im/telegram-desktop-0.8.50::gentoo-zh failed (compile phase):
  25. * Make failed
  26. *
  27. * Call stack:
  28. * ebuild.sh, line 133: Called src_compile
  29. * environment, line 2294: Called die
  30. * The specific snippet of code:
  31. * xvfb-run -a make || die 'Make failed';
  32. *
  33. * If you need support, post the output of `emerge --info '=net-im/telegram-desktop-0.8.50::gentoo-zh'`,
  34. * the complete build log and the output of `emerge -pqv '=net-im/telegram-desktop-0.8.50::gentoo-zh'`.
  35. * The complete build log is located at '/tmp/portage/net-im/telegram-desktop-0.8.50/temp/build.log'.
  36. * The ebuild environment file is located at '/tmp/portage/net-im/telegram-desktop-0.8.50/temp/environment'.
  37. * Working directory: '/tmp/portage/net-im/telegram-desktop-0.8.50/work/telegram-desktop-0.8.50/Linux/DebugIntermediate'
  38. * S: '/tmp/portage/net-im/telegram-desktop-0.8.50/work/telegram-desktop-0.8.50'
  39.  
  40. >>> Failed to emerge net-im/telegram-desktop-0.8.50, Log file:
  41.  
  42. >>> '/tmp/portage/net-im/telegram-desktop-0.8.50/temp/build.log'
  43.  
  44. * Messages for package net-im/telegram-desktop-0.8.50:
  45.  
  46. * ERROR: net-im/telegram-desktop-0.8.50::gentoo-zh failed (compile phase):
  47. * Make failed
  48. *
  49. * Call stack:
  50. * ebuild.sh, line 133: Called src_compile
  51. * environment, line 2294: Called die
  52. * The specific snippet of code:
  53. * xvfb-run -a make || die 'Make failed';
  54. *
  55. * If you need support, post the output of `emerge --info '=net-im/telegram-desktop-0.8.50::gentoo-zh'`,
  56. * the complete build log and the output of `emerge -pqv '=net-im/telegram-desktop-0.8.50::gentoo-zh'`.
  57. * The complete build log is located at '/tmp/portage/net-im/telegram-desktop-0.8.50/temp/build.log'.
  58. * The ebuild environment file is located at '/tmp/portage/net-im/telegram-desktop-0.8.50/temp/environment'.
  59. * Working directory: '/tmp/portage/net-im/telegram-desktop-0.8.50/work/telegram-desktop-0.8.50/Linux/DebugIntermediate'
  60. * S: '/tmp/portage/net-im/telegram-desktop-0.8.50/work/telegram-desktop-0.8.50'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement