Advertisement
Guest User

ekiga-lite

a guest
Apr 30th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.77 KB | None | 0 0
  1. yaourt ekiga-lite
  2. 1 aur/ekiga-lite 3.3.2-1 (121)
  3. Ekiga lite version (no evolution, gnome) - VOIP/Videoconferencing app (SIP and H.323 support)
  4. ==> Enter nĀ° of packages to be installed (ex: 1 2 3 or 1-3)
  5. ==> -------------------------------------------------------
  6. ==> 1
  7.  
  8.  
  9. ==> Downloading ekiga-lite PKGBUILD from AUR...
  10. x PKGBUILD
  11.  
  12. Comment by: ddffnn on Thu, 20 May 2010 15:45:56 +0000
  13. this also depends on gstreamer. Installing gstreamer0.10-good did the trick for me
  14.  
  15. Comment by: green on Tue, 01 Jun 2010 09:34:12 +0000
  16. Thank You for your comment. Can you reproduce it and post the error? Or try with gstreamer0.10-base only? It will be helpful to me. Because I need time to find clean computer now.
  17.  
  18. Comment by: green on Wed, 16 Jun 2010 23:29:52 +0000
  19. I've made couple of test on clean machine. Updated version, disabled couple of flags and verified dependencies. This configuration compiled without problems.
  20.  
  21. Comment by: jecxjo on Fri, 06 May 2011 00:58:26 +0000
  22. It looks like there is a build dependency extra/boost that is missing from the PKGBUILD.
  23.  
  24. Comment by: wry on Thu, 12 May 2011 23:15:31 +0000
  25. Same boost dependency error here.
  26.  
  27. Comment by: green on Fri, 13 May 2011 11:53:28 +0000
  28. Thank You. Added boost in dependency.
  29.  
  30. First Submitted: Fri, 17 Apr 2009 07:39:16 +0000
  31. ekiga-lite 3.3.2-1
  32. ( Unsupported package: Potentially dangerous ! )
  33. ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
  34. ==> ------------------------------------
  35. ==> n
  36.  
  37. ==> ekiga-lite dependencies:
  38. - opal>=3.10.2 (already installed)
  39. - ptlib>=2.10.2 (already installed)
  40. - libsigc++>=2.2.8 (already installed)
  41. - libxv (already installed)
  42. - gtk2>=2.12.0 (already installed)
  43. - gstreamer0.10-base (already installed)
  44. - perl (already installed)
  45. - boost-libs (already installed)
  46. - pkgconfig (already installed)
  47. - intltool (already installed)
  48. - boost (already installed)
  49.  
  50.  
  51. ==> Continue building ekiga-lite ? [Y/n]
  52. ==> ------------------------------------
  53. ==>
  54. ==> Building and installing package
  55. ==> Making package: ekiga-lite 3.3.2-1 (Mon Apr 30 14:08:26 PET 2012)
  56. ==> Checking runtime dependencies...
  57. ==> Checking buildtime dependencies...
  58. ==> Retrieving Sources...
  59. -> Downloading ekiga-3.3.2.tar.bz2...
  60. % Total % Received % Xferd Average Speed Time Time Time Current
  61. Dload Upload Total Spent Left Speed
  62. 100 376 100 376 0 0 298 0 0:00:01 0:00:01 --:--:-- 1270
  63. 100 8997k 100 8997k 0 0 75258 0 0:02:02 0:02:02 --:--:-- 107k
  64. ==> Validating source files with sha256sums...
  65. ekiga-3.3.2.tar.bz2 ... Passed
  66. ==> Extracting Sources...
  67. -> Extracting ekiga-3.3.2.tar.bz2 with bsdtar
  68. ==> Entering fakeroot environment...
  69. ==> Starting build()...
  70. checking build system type... x86_64-unknown-linux-gnu
  71. checking host system type... x86_64-unknown-linux-gnu
  72. checking target system type... x86_64-unknown-linux-gnu
  73. checking for a BSD-compatible install... /usr/bin/install -c
  74. checking whether build environment is sane... yes
  75. checking for a thread-safe mkdir -p... /bin/mkdir -p
  76. checking for gawk... gawk
  77. checking whether make sets $(MAKE)... yes
  78. checking how to create a ustar tar archive... gnutar
  79. checking whether to enable maintainer-specific portions of Makefiles... no
  80. checking for pkg-config... /usr/bin/pkg-config
  81. checking pkg-config is at least version 0.9.0... yes
  82. checking how to print strings... printf
  83. checking for style of include used by make... GNU
  84. checking for gcc... gcc
  85. checking whether the C compiler works... yes
  86. checking for C compiler default output file name... a.out
  87. checking for suffix of executables...
  88. checking whether we are cross compiling... no
  89. checking for suffix of object files... o
  90. checking whether we are using the GNU C compiler... yes
  91. checking whether gcc accepts -g... yes
  92. checking for gcc option to accept ISO C89... none needed
  93. checking dependency style of gcc... gcc3
  94. checking for a sed that does not truncate output... /bin/sed
  95. checking for grep that handles long lines and -e... /usr/bin/grep
  96. checking for egrep... /usr/bin/grep -E
  97. checking for fgrep... /usr/bin/grep -F
  98. checking for ld used by gcc... /usr/bin/ld
  99. checking if the linker (/usr/bin/ld) is GNU ld... yes
  100. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  101. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  102. checking whether ln -s works... yes
  103. checking the maximum length of command line arguments... 1572864
  104. checking whether the shell understands some XSI constructs... yes
  105. checking whether the shell understands "+="... yes
  106. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  107. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  108. checking for /usr/bin/ld option to reload object files... -r
  109. checking for objdump... objdump
  110. checking how to recognize dependent libraries... pass_all
  111. checking for dlltool... no
  112. checking how to associate runtime and link libraries... printf %s\n
  113. checking for g++... g++
  114. checking whether we are using the GNU C++ compiler... yes
  115. checking whether g++ accepts -g... yes
  116. checking dependency style of g++... gcc3
  117. checking for ar... ar
  118. checking for archiver @FILE support... @
  119. checking for strip... strip
  120. checking for ranlib... ranlib
  121. checking command to parse /usr/bin/nm -B output from gcc object... ok
  122. checking for sysroot... no
  123. checking for mt... no
  124. checking if : is a manifest tool... no
  125. checking how to run the C preprocessor... gcc -E
  126. checking for ANSI C header files... yes
  127. checking for sys/types.h... yes
  128. checking for sys/stat.h... yes
  129. checking for stdlib.h... yes
  130. checking for string.h... yes
  131. checking for memory.h... yes
  132. checking for strings.h... yes
  133. checking for inttypes.h... yes
  134. checking for stdint.h... yes
  135. checking for unistd.h... yes
  136. checking for dlfcn.h... yes
  137. checking for objdir... .libs
  138. checking if gcc supports -fno-rtti -fno-exceptions... no
  139. checking for gcc option to produce PIC... -fPIC -DPIC
  140. checking if gcc PIC flag -fPIC -DPIC works... yes
  141. checking if gcc static flag -static works... yes
  142. checking if gcc supports -c -o file.o... yes
  143. checking if gcc supports -c -o file.o... (cached) yes
  144. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  145. checking whether -lc should be explicitly linked in... no
  146. checking dynamic linker characteristics... GNU/Linux ld.so
  147. checking how to hardcode library paths into programs... immediate
  148. checking for shl_load... no
  149. checking for shl_load in -ldld... no
  150. checking for dlopen... no
  151. checking for dlopen in -ldl... yes
  152. checking whether a program can dlopen itself... yes
  153. checking whether a statically linked program can dlopen itself... no
  154. checking whether stripping libraries is possible... yes
  155. checking if libtool supports shared libraries... yes
  156. checking whether to build shared libraries... yes
  157. checking whether to build static libraries... no
  158. checking how to run the C++ preprocessor... g++ -E
  159. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  160. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  161. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  162. checking for g++ option to produce PIC... -fPIC -DPIC
  163. checking if g++ PIC flag -fPIC -DPIC works... yes
  164. checking if g++ static flag -static works... yes
  165. checking if g++ supports -c -o file.o... yes
  166. checking if g++ supports -c -o file.o... (cached) yes
  167. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  168. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  169. checking how to hardcode library paths into programs... immediate
  170. checking for gcc option to accept ISO C99... unsupported
  171. checking whether we are using the GNU C++ compiler... (cached) yes
  172. checking whether g++ accepts -g... (cached) yes
  173. checking dependency style of g++... (cached) gcc3
  174. checking for library containing strerror... none required
  175. checking for ANSI C header files... (cached) yes
  176. checking whether OS type is supported... yes
  177. checking Byte order... checking whether byte ordering is bigendian... no
  178. little endian
  179. checking whether NLS is requested... yes
  180. checking for intltool >= 0.35.0... 0.50.2 found
  181. checking for intltool-update... /usr/bin/intltool-update
  182. checking for intltool-merge... /usr/bin/intltool-merge
  183. checking for intltool-extract... /usr/bin/intltool-extract
  184. checking for xgettext... /usr/bin/xgettext
  185. checking for msgmerge... /usr/bin/msgmerge
  186. checking for msgfmt... /usr/bin/msgfmt
  187. checking for gmsgfmt... /usr/bin/msgfmt
  188. checking for perl... /usr/bin/perl
  189. checking for perl >= 5.8.1... 5.14.2
  190. checking for XML::Parser... ok
  191. checking for GTK... yes
  192. checking for GLIB... yes
  193. checking for boostlib >= 1.34... yes
  194. checking whether the Boost::Signals library is available... yes
  195. checking for exit in -lboost_signals... yes
  196. checking for XML... yes
  197. checking dependency style of gcc... gcc3
  198. checking for x86 platform... no
  199. checking for XShmAttach in -lXext... yes
  200. checking for XV... yes
  201. checking linux/videodev.h usability... no
  202. checking linux/videodev.h presence... no
  203. checking for linux/videodev.h... no
  204. checking for GSTREAMER... yes
  205. checking gnome-doc-utils >= 0.3.2... no
  206. checking for PTLIB... yes
  207. checking for OPAL... yes
  208. checking for PTLIB support for expat... yes
  209. checking locale.h usability... yes
  210. checking locale.h presence... yes
  211. checking for locale.h... yes
  212. checking for LC_MESSAGES... yes
  213. checking libintl.h usability... yes
  214. checking libintl.h presence... yes
  215. checking for libintl.h... yes
  216. checking for ngettext in libc... yes
  217. checking for dgettext in libc... yes
  218. checking for bind_textdomain_codeset... yes
  219. checking for msgfmt... (cached) /usr/bin/msgfmt
  220. checking for dcgettext... yes
  221. checking if msgfmt accepts -c... yes
  222. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  223. checking for xgettext... (cached) /usr/bin/xgettext
  224. configure: creating ./config.status
  225. config.status: creating Makefile
  226. config.status: creating Doxyfile
  227. config.status: creating src/ekiga-config-tool
  228. config.status: creating ekiga.schemas.in
  229. config.status: creating ekiga.desktop.in
  230. config.status: creating lib/Makefile
  231. config.status: creating po/Makefile.in
  232. config.status: creating man/Makefile
  233. config.status: creating src/Makefile
  234. config.status: creating pixmaps/Makefile
  235. config.status: creating sounds/Makefile
  236. config.status: creating help/Makefile
  237. config.status: creating plugins/Makefile
  238. config.status: creating plugins/evolution/Makefile
  239. config.status: creating plugins/gstreamer/Makefile
  240. config.status: creating plugins/kab/Makefile
  241. config.status: creating plugins/kde/Makefile
  242. config.status: creating plugins/ldap/Makefile
  243. config.status: creating plugins/loudmouth/Makefile
  244. config.status: creating plugins/resource-list/Makefile
  245. config.status: creating plugins/xcap/Makefile
  246. config.status: creating config.h
  247. config.status: executing depfiles commands
  248. config.status: executing libtool commands
  249. config.status: executing default-1 commands
  250. config.status: executing po/stamp-it commands
  251.  
  252. ================ Final configuration ===================
  253. Installing into prefix : /usr
  254.  
  255. GDU support : disabled
  256. GConf support : disabled
  257. Evolution-Data-Server support : disabled
  258. NOTIFY support : disabled
  259. LDAP support : disabled
  260.  
  261. XVideo support : enabled
  262. Shared Memory support : enabled
  263.  
  264. H.323 support : yes
  265.  
  266. DBUS support : disabled
  267. DBUS service support : disabled
  268. mDNS/DNS-SD support : disabled
  269.  
  270. The following features are experimental -- you've been warned:
  271. GStreamer support : enabled
  272. KAddressBook support : disabled
  273. KDE support : disabled
  274. XCAP support : disabled
  275. Loudmouth support : disabled
  276.  
  277. OS Type : linux-gnu
  278. Machine Type : x86_64
  279. Byte Order : little endian
  280.  
  281. If all settings are OK, type make and make install
  282. ========================================================
  283. make all-recursive
  284. make[1]: Entering directory `/tmp/yaourt-tmp-user/aur-ekiga-lite/src/ekiga-3.3.2'
  285. Making all in man
  286. make[2]: Entering directory `/tmp/yaourt-tmp-user/aur-ekiga-lite/src/ekiga-3.3.2/man'
  287. make[2]: Nothing to be done for `all'.
  288. make[2]: Leaving directory `/tmp/yaourt-tmp-user/aur-ekiga-lite/src/ekiga-3.3.2/man'
  289. Making all in sounds
  290. make[2]: Entering directory `/tmp/yaourt-tmp-user/aur-ekiga-lite/src/ekiga-3.3.2/sounds'
  291. make[2]: Nothing to be done for `all'.
  292. make[2]: Leaving directory `/tmp/yaourt-tmp-user/aur-ekiga-lite/src/ekiga-3.3.2/sounds'
  293. Making all in pixmaps
  294. make[2]: Entering directory `/tmp/yaourt-tmp-user/aur-ekiga-lite/src/ekiga-3.3.2/pixmaps'
  295. gdk-pixbuf-csource --raw --build-list gm_add_contact_24_stock_data ./24x24/contact-new.png gm_audio_volume_high_16_stock_data ./16x16/audio-volume-high.png gm_brightness_16_stock_data ./16x16/stock_brightness.png gm_camera_video_16_stock_data ./16x16/camera-video.png gm_colourness_16_stock_data ./16x16/stock_color.png gm_contrast_16_stock_data ./16x16/stock_contrast.png gm_internet_group_chat_24_stock_data ./24x24/internet-group-chat.png gm_logo_16_stock_data ./16x16/apps/ekiga.png gm_logo_22_stock_data ./22x22/apps/ekiga.png gm_logo_24_stock_data ./24x24/apps/ekiga.png gm_logo_32_stock_data ./32x32/apps/ekiga.png gm_logo_48_stock_data ./48x48/apps/ekiga.png gm_logo_72_stock_data ./72x72/apps/ekiga.png gm_media_playback_pause_16_stock_data ./16x16/media-playback-pause.png gm_microphone_24_stock_data ./24x24/audio-input-microphone.png gm_system_search_16_stock_data ./16x16/system-search.png gm_whiteness_16_stock_data ./16x16/stock_channel-blue.png gm_color_brightness_contrast_stock_data ./color-brightness-contrast.png gm_status_freeforchat_stock_data ./status-freeforchat.png gm_remote_contact_stock_data ./remote_contact.png gm_local_contact_stock_data ./local_contact.png gm_message_stock_data ./message.png gm_call_placed_stock_data ./call-placed.png gm_call_received_stock_data ./call-received.png gm_call_missed_stock_data ./call-missed.png gm_call_transfer_stock_data ./call-transfer.png gm_status_online_stock_data ./status-online.png gm_status_offline_stock_data ./status-offline.png gm_status_unknown_stock_data ./status-unknown.png gm_status_dnd_stock_data ./status-dnd.png gm_status_inacall_stock_data_16 ./16x16/multimedia-headset.png gm_status_ringing_stock_data_16 ./status-ringing.png gm_status_away_stock_data ./status-away.png gm_phone_hang_up_stock_data_24 ./24x24/phone-hang-up.png gm_phone_pick_up_stock_data_24 ./24x24/phone-pick-up.png gm_phone_hang_up_stock_data_16 ./16x16/phone-hang-up.png gm_phone_pick_up_stock_data_16 ./16x16/phone-pick-up.png > inlines.h
  296. make[2]: Leaving directory `/tmp/yaourt-tmp-user/aur-ekiga-lite/src/ekiga-3.3.2/pixmaps'
  297. Making all in lib
  298. make[2]: Entering directory `/tmp/yaourt-tmp-user/aur-ekiga-lite/src/ekiga-3.3.2/lib'
  299. /bin/sh ../libtool --mode=execute glib-genmarshal --prefix=gm_marshal gmmarshallers.list --header > gmmarshallers.h.tmp && mv gmmarshallers.h.tmp gmmarshallers.h
  300. /bin/sh ../libtool --mode=execute glib-genmarshal --prefix=gm_marshal gmmarshallers.list --body > gmmarshallers.c.tmp && mv gmmarshallers.c.tmp gmmarshallers.c
  301. make all-am
  302. make[3]: Entering directory `/tmp/yaourt-tmp-user/aur-ekiga-lite/src/ekiga-3.3.2/lib'
  303. CC toolbox-common.lo
  304. CC toolbox-internal.lo
  305. CC toolbox-gtk.lo
  306. CC platform-generic.lo
  307. CC pixops.lo
  308. CC gmconf-glib.lo
  309. CC dialpad.lo
  310. CC gm-smileys.lo
  311. CC gmwindow.lo
  312. CC gmconfwidgets.lo
  313. CC gmdialog.lo
  314. CC gmentrydialog.lo
  315. CC gmlevelmeter.lo
  316. CC gmmenuaddon.lo
  317. ../lib/gui/gmmenuaddon.c: In function 'menu_item_selected':
  318. ../lib/gui/gmmenuaddon.c:127:7: warning: unused variable 'i' [-Wunused-variable]
  319. ../lib/gui/gmmenuaddon.c:126:7: warning: unused variable 'len' [-Wunused-variable]
  320. CC gmpreferences.lo
  321. CC gmstatusbar.lo
  322. ../lib/gui/gmstatusbar.c: In function 'gm_sb_push_message':
  323. ../lib/gui/gmstatusbar.c:103:7: warning: unused variable 'i' [-Wunused-variable]
  324. ../lib/gui/gmstatusbar.c:102:7: warning: unused variable 'len' [-Wunused-variable]
  325. CC gmstockicons.lo
  326. CC gmpowermeter.lo
  327. CC gmcellrendererexpander.lo
  328. CC gm-cell-renderer-bitext.lo
  329. CC gm-text-buffer-enhancer-helper-interface.lo
  330. CC gm-text-anchored-tag.lo
  331. CC gm-text-smiley.lo
  332. CC gm-text-extlink.lo
  333. CC gm-text-buffer-enhancer.lo
  334. CC gm-smiley-chooser-button.lo
  335. CXX xwindow.lo
  336. CXX xvwindow.lo
  337. CXX engine.lo
  338. CXX boost-exceptions.lo
  339. CXX form.lo
  340. CXX robust-xml.lo
  341. CXX gmconf-bridge.lo
  342. CXX menu-builder.lo
  343. CXX menu-builder-tools.lo
  344. CXX form-builder.lo
  345. CXX form-dumper.lo
  346. CXX form-request-simple.lo
  347. CXX runtime-glib.lo
  348. CXX services.lo
  349. CXX menu-xml.lo
  350. CXX kickstart.lo
  351. CXX plugin-core.lo
  352. CXX account-core.lo
  353. CXX contact-core.lo
  354. CXX chat-core.lo
  355. CXX friend-or-foe.lo
  356. CXX notification-dummy.lo
  357. CXX proxy-presentity.lo
  358. CXX uri-presentity.lo
  359. CXX presence-core.lo
  360. CXX call-manager.lo
  361. CXX call-core.lo
  362. CXX codec-description.lo
  363. CXX videooutput-core.lo
  364. CXX videooutput-gmconf-bridge.lo
  365. CXX videoinput-core.lo
  366. CXX videoinput-gmconf-bridge.lo
  367. CXX audiooutput-scheduler.lo
  368. CXX audiooutput-core.lo
  369. CXX audiooutput-gmconf-bridge.lo
  370. CXX audioinput-core.lo
  371. CXX audioinput-gmconf-bridge.lo
  372. CXX hal-core.lo
  373. CXX menu-builder-gtk.lo
  374. CXX form-dialog-gtk.lo
  375. CXX optional-buttons-gtk.lo
  376. CXX codecsbox.lo
  377. CXX gtk-core.lo
  378. CXX gtk-core-main.lo
  379. CXX addressbook-window.lo
  380. CXX book-view-gtk.lo
  381. CXX roster-view-gtk.lo
  382. CXX call-history-view-gtk.lo
  383. CXX presentity-view.lo
  384. CXX heap-view.lo
  385. CXX chat-area.lo
  386. CXX simple-chat-page.lo
  387. CXX multiple-chat-page.lo
  388. CXX chat-window.lo
  389. CXX gtk-frontend.lo
  390. CXX utils.lo
  391. CXX audioinput-manager-ptlib.lo
  392. CXX audioinput-main-ptlib.lo
  393. CXX videoinput-manager-ptlib.lo
  394. CXX videoinput-main-ptlib.lo
  395. CXX audiooutput-manager-ptlib.lo
  396. CXX audiooutput-main-ptlib.lo
  397. CXX opal-call-manager.lo
  398. CXX pcss-endpoint.lo
  399. CXX opal-account.lo
  400. CXX opal-bank.lo
  401. In file included from ../lib/engine/components/opal/opal-bank.h:42:0,
  402. from ../lib/engine/components/opal/opal-bank.cpp:51:
  403. ../lib/engine/account/bank-impl.h: In instantiation of 'void Ekiga::BankImpl<AccountType>::add_account(boost::shared_ptr<T>) [with AccountType = Opal::Account]':
  404. ../lib/engine/components/opal/opal-bank.cpp:63:5: required from here
  405. ../lib/engine/account/bank-impl.h:206:3: error: 'add_object' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  406. ../lib/engine/account/bank-impl.h:206:3: note: declarations in dependent base 'Ekiga::RefLister<Opal::Account>' are not found by unqualified lookup
  407. ../lib/engine/account/bank-impl.h:206:3: note: use 'this->add_object' instead
  408. In file included from /usr/include/opal/opal/mediafmt.h:47:0,
  409. from /usr/include/opal/opal/mediastrm.h:43,
  410. from /usr/include/opal/im/im.h:71,
  411. from /usr/include/opal/opal/pres_ent.h:43,
  412. from /usr/include/opal/opal/manager.h:41,
  413. from /usr/include/opal/opal/endpoint.h:41,
  414. from /usr/include/opal/opal/rtpep.h:38,
  415. from /usr/include/opal/sip/sipep.h:48,
  416. from ../lib/engine/components/opal/opal-bank.cpp:46:
  417. /usr/include/opal/opal/mediatype.h:328:1: warning: 'PFactoryLoader::T38PseudoRTP_Handler_loader' defined but not used [-Wunused-variable]
  418. In file included from /usr/include/opal/opal/mediafmt.h:48:0,
  419. from /usr/include/opal/opal/mediastrm.h:43,
  420. from /usr/include/opal/im/im.h:71,
  421. from /usr/include/opal/opal/pres_ent.h:43,
  422. from /usr/include/opal/opal/manager.h:41,
  423. from /usr/include/opal/opal/endpoint.h:41,
  424. from /usr/include/opal/opal/rtpep.h:38,
  425. from /usr/include/opal/sip/sipep.h:48,
  426. from ../lib/engine/components/opal/opal-bank.cpp:46:
  427. /usr/include/opal/rtp/rtp.h:1328:1: warning: 'PFactoryLoader::RTP_Encoding_loader' defined but not used [-Wunused-variable]
  428. In file included from /usr/include/opal/opal/manager.h:41:0,
  429. from /usr/include/opal/opal/endpoint.h:41,
  430. from /usr/include/opal/opal/rtpep.h:38,
  431. from /usr/include/opal/sip/sipep.h:48,
  432. from ../lib/engine/components/opal/opal-bank.cpp:46:
  433. /usr/include/opal/opal/pres_ent.h:717:1: warning: 'PFactoryLoader::SIP_Presentity_loader' defined but not used [-Wunused-variable]
  434. In file included from /usr/include/opal/opal/call.h:42:0,
  435. from /usr/include/opal/opal/manager.h:42,
  436. from /usr/include/opal/opal/endpoint.h:41,
  437. from /usr/include/opal/opal/rtpep.h:38,
  438. from /usr/include/opal/sip/sipep.h:48,
  439. from ../lib/engine/components/opal/opal-bank.cpp:46:
  440. /usr/include/opal/opal/recording.h:194:1: warning: 'PFactoryLoader::OpalWAVRecordManager_loader' defined but not used [-Wunused-variable]
  441. make[3]: *** [opal-bank.lo] Error 1
  442. make[3]: Leaving directory `/tmp/yaourt-tmp-user/aur-ekiga-lite/src/ekiga-3.3.2/lib'
  443. make[2]: *** [all] Error 2
  444. make[2]: Leaving directory `/tmp/yaourt-tmp-user/aur-ekiga-lite/src/ekiga-3.3.2/lib'
  445. make[1]: *** [all-recursive] Error 1
  446. make[1]: Leaving directory `/tmp/yaourt-tmp-user/aur-ekiga-lite/src/ekiga-3.3.2'
  447. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement