Попробовал поправить PKGBUILD. Пожалуйста, проверьте.
http://pastebin.com/h0csHgXs
Search Criteria
Package Details: rhvoice-git 1.8.0.r73.a4481436-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rhvoice-git.git (read-only, click to copy) |
---|---|
Package Base: | rhvoice-git |
Description: | Free and open source speech synthesizer for Russian and other languages. (development version) |
Upstream URL: | https://github.com/RHVoice/RHVoice |
Licenses: | custom, GPL3, custom:by-nc-nd-4.0, custom:by-sa-4.0 |
Conflicts: | rhvoice |
Provides: | rhvoice |
Submitter: | der_fenix |
Maintainer: | vantu5z (alex19EP) |
Last Packager: | alex19EP |
Votes: | 23 |
Popularity: | 0.000000 |
First Submitted: | 2012-02-23 14:18 (UTC) |
Last Updated: | 2022-10-22 16:59 (UTC) |
Dependencies (10)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- libao (libao-gitAUR) (make)
- portaudio (make)
- scons (make)
- speech-dispatcher (speech-dispatcher-gitAUR) (make)
- libao (libao-gitAUR) (optional) – for ao backend
- portaudio (optional) – for portaudio backend
- rhvoice-dictionary-gitAUR (optional) – extended russian dictionary
- speech-dispatcher (speech-dispatcher-gitAUR) (optional) – for speech-dispatcher module support
Required by (4)
- rhvoice-dictionary-git (requires rhvoice)
- talking-clock-git (optional)
- vasisualy-git (requires rhvoice)
- vasisualy-vosk-git (requires rhvoice)
Sources (96)
- rhvoice-alan-eng
- rhvoice-Albanian
- rhvoice-aleksandr-hq-rus
- rhvoice-aleksandr-rus
- rhvoice-algorithm
- rhvoice-alicja-pol
- rhvoice-align
- rhvoice-anatol-ukr
- rhvoice-anna-rus
- rhvoice-arina-rus
- rhvoice-array
- rhvoice-artemiy-rus
- rhvoice-assert
- rhvoice-azamat-kir
- rhvoice-bdl-eng
- rhvoice-bind
- rhvoice-Brazilian-Portuguese
- rhvoice-Ccache.cmake
- rhvoice-clb-eng
- rhvoice-concept_check
- rhvoice-config
- rhvoice-container
- rhvoice-container_hash
- rhvoice-core
- rhvoice-date_time
- rhvoice-detail
- rhvoice-elena-rus
- rhvoice-English
- rhvoice-Esperanto
- rhvoice-evgeniy-eng
- rhvoice-evgeniy-rus
- rhvoice-exception
- rhvoice-function
- rhvoice-Georgian
- rhvoice-hana-sqi
- rhvoice-integer
- rhvoice-interprocess
- rhvoice-intrusive
- rhvoice-io
- rhvoice-irina-rus
- rhvoice-iterator
- rhvoice-json
- rhvoice-kiko-mkd
- rhvoice-Kyrgyz
- rhvoice-leticia-f123-pt-br
- rhvoice-lexical_cast
- rhvoice-lyubov-eng
- rhvoice-Macedonian
- rhvoice-magda-pol
- rhvoice-marianna-ukr
- rhvoice-michal-pol
- rhvoice-mikhail-rus
- rhvoice-move
- rhvoice-mp11
- rhvoice-mpl
- rhvoice-msi
- rhvoice-natalia-ukr
- rhvoice-natan-pol
- rhvoice-natia-kat
- rhvoice-nazgul-kir
- rhvoice-nowide
- rhvoice-numeric_conversion
- rhvoice-optional
- rhvoice-pavel-rus
- rhvoice-Polish
- rhvoice-predef
- rhvoice-preprocessor
- rhvoice-range
- rhvoice-Russian
- rhvoice-slt-eng
- rhvoice-smart_ptr
- rhvoice-spomenka-epo
- rhvoice-static_assert
- rhvoice-suze-mkd
- rhvoice-system
- rhvoice-talgat-tat
- rhvoice-Tatar
- rhvoice-tatiana-rus
- rhvoice-throw_exception
- rhvoice-timofey-rus
- rhvoice-tokenizer
- rhvoice-tuple
- rhvoice-type_index
- rhvoice-type_traits
- rhvoice-Ukrainian
- rhvoice-umka-rus
- rhvoice-unordered
- rhvoice-utility
- rhvoice-variant2
- rhvoice-victoria-rus
- rhvoice-vitaliy-ng-rus
- rhvoice-vitaliy-rus
- rhvoice-volodymyr-ukr
- rhvoice-winapi
- rhvoice-yuriy-rus
- rhvoice
a11cf0 commented on 2016-04-09 19:34 (UTC)
vantu5z commented on 2016-03-05 12:35 (UTC)
Thanks, Leonardo19, add your patch and remove sox depends.
Leonardo19 commented on 2016-03-04 14:09 (UTC)
Подправил PKGBUILD: http://pastebin.com/9T9vVFah
grayich commented on 2016-02-15 11:22 (UTC)
переделывают чёто?
vantu5z commented on 2016-02-15 11:06 (UTC)
RHVoice-service and RHVoice-client not available for now.
cfb6c2f commit
vantu5z commented on 2016-01-18 16:51 (UTC)
I get info that sox not needed in depends.
Can't check this because festival need it.
Can some confirm this?
vantu5z commented on 2016-01-14 11:46 (UTC) (edited on 2016-01-17 14:50 (UTC) by vantu5z)
Thanks, undying! Your PKGBUILD works for me.
It seems that "flite" package is no longer needed. For me, Rhvoice package compiles and works without it.
Maybe it's needed for some special purpose.
I propose this changes to PKGBUILD:
- git clone "$_gitroot" "$_gitname"
+ git clone --depth 1 "$_gitroot" "$_gitname"
- mkdir -p ${pkgdir}{/usr/bin/,/etc/RHVoice,/usr/lib/,/usr/include,/usr/share/RHVoice}
+ mkdir -p ${pkgdir}{/usr/bin/,/etc/RHVoice,/usr/lib/,/usr/include,/usr/share/RHVoice,/usr/lib/speech-dispatcher-modules}
- install -D build/linux/sd_module/sd_rhvoice "${pkgdir}/usr/bin/"
+ install -D build/linux/sd_module/sd_rhvoice "${pkgdir}/usr/lib/speech-dispatcher-modules/"
1. git clone option (--depth 1) provide less download size
2. installing sd_rhvoice to "/usr/lib/speech-dispatcher-modules/" make possible speech-dispatcher to autodetect this module without using symlink.
undying commented on 2015-11-01 23:35 (UTC)
PKGBUILD -- http://paste.org.ru/?zdq9be
Fix build on gcc 5.2.0 (>=4.7 ?), need tests.
Todo:
* add compiler version check in SConstruct script and send patch in upstream
Installed dependencies:
expat 2.1.0-4
pcre 8.37-4
sox 14.4.2-1
libunistring 0.9.6-1
flite 2.0.0-2 (AUR, --with=alsa in PKGBUILD changed on --with=pulseaudio)
python2 2.7.10-2
portaudio 19_20140130-1
glibmm 2.46.1-1
Sample exec (rhvoice speak over pulseaudio):
[localhost@user ~]% echo "Can you hear me"|RHVoice-test
ALSA lib pcm_dsnoop.c:614:(snd_pcm_dsnoop_open) unable to open slave
ALSA lib pcm_dmix.c:1024:(snd_pcm_dmix_open) unable to open slave
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.HDA-Intel.pcm.rear.0:CARD=0'
ALSA lib conf.c:4260:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4739:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2267:(snd_pcm_open_noupdate) Unknown PCM rear
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.HDA-Intel.pcm.center_lfe.0:CARD=0'
ALSA lib conf.c:4260:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4739:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2267:(snd_pcm_open_noupdate) Unknown PCM center_lfe
ALSA lib pcm.c:2267:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_dmix.c:1024:(snd_pcm_dmix_open) unable to open slave
connect(2) call to /dev/shm/jack-1000/default/jack_0 failed (err=No such file or directory)
attempt to connect to server failed
default Engine is default
mikhailnov commented on 2015-10-30 21:19 (UTC)
Compiling error occures:
/usr/include/giomm-2.4/giomm/tlsdatabase.h:253:34: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/tlsdatabase.h:254:37: error: expected ',' or '...' before '&&' token
TlsDatabase& operator=(TlsDatabase&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlsdatabase.h:254:43: error: expected ';' at end of member declaration
TlsDatabase& operator=(TlsDatabase&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlsdatabase.h:254:45: error: 'noexcept' does not name a type
TlsDatabase& operator=(TlsDatabase&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlsdatabase.h:254:45: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/tlsdatabase.h:256:24: error: expected ';' at end of member declaration
virtual ~TlsDatabase() noexcept;
^
/usr/include/giomm-2.4/giomm/tlsdatabase.h:256:26: error: 'noexcept' does not name a type
virtual ~TlsDatabase() noexcept;
^
/usr/include/giomm-2.4/giomm/tlsdatabase.h:256:26: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/giomm-2.4/giomm.h:142:0,
from src/service/client.cpp:20:
/usr/include/giomm-2.4/giomm/tlsinteraction.h:213:43: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TlsInteraction(const TlsInteraction&) = delete;
^
/usr/include/giomm-2.4/giomm/tlsinteraction.h:214:54: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TlsInteraction& operator=(const TlsInteraction&) = delete;
^
/usr/include/giomm-2.4/giomm/tlsinteraction.h:227:32: error: expected ',' or '...' before '&&' token
TlsInteraction(TlsInteraction&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlsinteraction.h:227:38: error: invalid constructor; you probably meant 'Gio::TlsInteraction (const Gio::TlsInteraction&)'
TlsInteraction(TlsInteraction&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlsinteraction.h:227:38: error: expected ';' at end of member declaration
/usr/include/giomm-2.4/giomm/tlsinteraction.h:227:40: error: 'noexcept' does not name a type
TlsInteraction(TlsInteraction&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlsinteraction.h:227:40: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/tlsinteraction.h:228:43: error: expected ',' or '...' before '&&' token
TlsInteraction& operator=(TlsInteraction&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlsinteraction.h:228:49: error: expected ';' at end of member declaration
TlsInteraction& operator=(TlsInteraction&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlsinteraction.h:228:51: error: 'noexcept' does not name a type
TlsInteraction& operator=(TlsInteraction&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlsinteraction.h:228:51: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/tlsinteraction.h:230:27: error: expected ';' at end of member declaration
virtual ~TlsInteraction() noexcept;
^
/usr/include/giomm-2.4/giomm/tlsinteraction.h:230:29: error: 'noexcept' does not name a type
virtual ~TlsInteraction() noexcept;
^
/usr/include/giomm-2.4/giomm/tlsinteraction.h:230:29: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/giomm-2.4/giomm.h:143:0,
from src/service/client.cpp:20:
/usr/include/giomm-2.4/giomm/tlspassword.h:152:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TlsPassword(const TlsPassword&) = delete;
^
/usr/include/giomm-2.4/giomm/tlspassword.h:153:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TlsPassword& operator=(const TlsPassword&) = delete;
^
/usr/include/giomm-2.4/giomm/tlspassword.h:166:26: error: expected ',' or '...' before '&&' token
TlsPassword(TlsPassword&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlspassword.h:166:32: error: invalid constructor; you probably meant 'Gio::TlsPassword (const Gio::TlsPassword&)'
TlsPassword(TlsPassword&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlspassword.h:166:32: error: expected ';' at end of member declaration
/usr/include/giomm-2.4/giomm/tlspassword.h:166:34: error: 'noexcept' does not name a type
TlsPassword(TlsPassword&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlspassword.h:166:34: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/tlspassword.h:167:37: error: expected ',' or '...' before '&&' token
TlsPassword& operator=(TlsPassword&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlspassword.h:167:43: error: expected ';' at end of member declaration
TlsPassword& operator=(TlsPassword&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlspassword.h:167:45: error: 'noexcept' does not name a type
TlsPassword& operator=(TlsPassword&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlspassword.h:167:45: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/tlspassword.h:169:24: error: expected ';' at end of member declaration
virtual ~TlsPassword() noexcept;
^
/usr/include/giomm-2.4/giomm/tlspassword.h:169:26: error: 'noexcept' does not name a type
virtual ~TlsPassword() noexcept;
^
/usr/include/giomm-2.4/giomm/tlspassword.h:169:26: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/giomm-2.4/giomm.h:144:0,
from src/service/client.cpp:20:
/usr/include/giomm-2.4/giomm/tlsserverconnection.h:68:53: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TlsServerConnection(const TlsServerConnection&) = delete;
^
/usr/include/giomm-2.4/giomm/tlsserverconnection.h:69:64: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TlsServerConnection& operator=(const TlsServerConnection&) = delete;
^
/usr/include/giomm-2.4/giomm/tlsserverconnection.h:102:42: error: expected ',' or '...' before '&&' token
TlsServerConnection(TlsServerConnection&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlsserverconnection.h:102:48: error: invalid constructor; you probably meant 'Gio::TlsServerConnection (const Gio::TlsServerConnection&)'
TlsServerConnection(TlsServerConnection&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlsserverconnection.h:102:48: error: expected ';' at end of member declaration
/usr/include/giomm-2.4/giomm/tlsserverconnection.h:102:50: error: 'noexcept' does not name a type
TlsServerConnection(TlsServerConnection&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlsserverconnection.h:102:50: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/tlsserverconnection.h:103:53: error: expected ',' or '...' before '&&' token
TlsServerConnection& operator=(TlsServerConnection&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlsserverconnection.h:103:59: error: expected ';' at end of member declaration
TlsServerConnection& operator=(TlsServerConnection&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlsserverconnection.h:103:61: error: 'noexcept' does not name a type
TlsServerConnection& operator=(TlsServerConnection&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/tlsserverconnection.h:103:61: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/tlsserverconnection.h:105:32: error: expected ';' at end of member declaration
virtual ~TlsServerConnection() noexcept;
^
/usr/include/giomm-2.4/giomm/tlsserverconnection.h:105:34: error: 'noexcept' does not name a type
virtual ~TlsServerConnection() noexcept;
^
/usr/include/giomm-2.4/giomm/tlsserverconnection.h:105:34: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/giomm-2.4/giomm.h:146:0,
from src/service/client.cpp:20:
/usr/include/giomm-2.4/giomm/unixconnection.h:72:43: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
UnixConnection(const UnixConnection&) = delete;
^
/usr/include/giomm-2.4/giomm/unixconnection.h:73:54: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
UnixConnection& operator=(const UnixConnection&) = delete;
^
/usr/include/giomm-2.4/giomm/unixconnection.h:86:32: error: expected ',' or '...' before '&&' token
UnixConnection(UnixConnection&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixconnection.h:86:38: error: invalid constructor; you probably meant 'Gio::UnixConnection (const Gio::UnixConnection&)'
UnixConnection(UnixConnection&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixconnection.h:86:38: error: expected ';' at end of member declaration
/usr/include/giomm-2.4/giomm/unixconnection.h:86:40: error: 'noexcept' does not name a type
UnixConnection(UnixConnection&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixconnection.h:86:40: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/unixconnection.h:87:43: error: expected ',' or '...' before '&&' token
UnixConnection& operator=(UnixConnection&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixconnection.h:87:49: error: expected ';' at end of member declaration
UnixConnection& operator=(UnixConnection&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixconnection.h:87:51: error: 'noexcept' does not name a type
UnixConnection& operator=(UnixConnection&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixconnection.h:87:51: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/unixconnection.h:89:27: error: expected ';' at end of member declaration
virtual ~UnixConnection() noexcept;
^
/usr/include/giomm-2.4/giomm/unixconnection.h:89:29: error: 'noexcept' does not name a type
virtual ~UnixConnection() noexcept;
^
/usr/include/giomm-2.4/giomm/unixconnection.h:89:29: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/giomm-2.4/giomm.h:147:0,
from src/service/client.cpp:20:
/usr/include/giomm-2.4/giomm/unixcredentialsmessage.h:74:59: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
UnixCredentialsMessage(const UnixCredentialsMessage&) = delete;
^
/usr/include/giomm-2.4/giomm/unixcredentialsmessage.h:75:70: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
UnixCredentialsMessage& operator=(const UnixCredentialsMessage&) = delete;
^
/usr/include/giomm-2.4/giomm/unixcredentialsmessage.h:88:48: error: expected ',' or '...' before '&&' token
UnixCredentialsMessage(UnixCredentialsMessage&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixcredentialsmessage.h:88:54: error: invalid constructor; you probably meant 'Gio::UnixCredentialsMessage (const Gio::UnixCredentialsMessage&)'
UnixCredentialsMessage(UnixCredentialsMessage&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixcredentialsmessage.h:88:54: error: expected ';' at end of member declaration
/usr/include/giomm-2.4/giomm/unixcredentialsmessage.h:88:56: error: 'noexcept' does not name a type
UnixCredentialsMessage(UnixCredentialsMessage&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixcredentialsmessage.h:88:56: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/unixcredentialsmessage.h:89:59: error: expected ',' or '...' before '&&' token
UnixCredentialsMessage& operator=(UnixCredentialsMessage&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixcredentialsmessage.h:89:65: error: expected ';' at end of member declaration
UnixCredentialsMessage& operator=(UnixCredentialsMessage&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixcredentialsmessage.h:89:67: error: 'noexcept' does not name a type
UnixCredentialsMessage& operator=(UnixCredentialsMessage&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixcredentialsmessage.h:89:67: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/unixcredentialsmessage.h:91:35: error: expected ';' at end of member declaration
virtual ~UnixCredentialsMessage() noexcept;
^
/usr/include/giomm-2.4/giomm/unixcredentialsmessage.h:91:37: error: 'noexcept' does not name a type
virtual ~UnixCredentialsMessage() noexcept;
^
/usr/include/giomm-2.4/giomm/unixcredentialsmessage.h:91:37: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/giomm-2.4/giomm.h:149:0,
from src/service/client.cpp:20:
/usr/include/giomm-2.4/giomm/unixfdmessage.h:73:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
UnixFDMessage(const UnixFDMessage&) = delete;
^
/usr/include/giomm-2.4/giomm/unixfdmessage.h:74:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
UnixFDMessage& operator=(const UnixFDMessage&) = delete;
^
/usr/include/giomm-2.4/giomm/unixfdmessage.h:87:30: error: expected ',' or '...' before '&&' token
UnixFDMessage(UnixFDMessage&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixfdmessage.h:87:36: error: invalid constructor; you probably meant 'Gio::UnixFDMessage (const Gio::UnixFDMessage&)'
UnixFDMessage(UnixFDMessage&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixfdmessage.h:87:36: error: expected ';' at end of member declaration
/usr/include/giomm-2.4/giomm/unixfdmessage.h:87:38: error: 'noexcept' does not name a type
UnixFDMessage(UnixFDMessage&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixfdmessage.h:87:38: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/unixfdmessage.h:88:41: error: expected ',' or '...' before '&&' token
UnixFDMessage& operator=(UnixFDMessage&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixfdmessage.h:88:47: error: expected ';' at end of member declaration
UnixFDMessage& operator=(UnixFDMessage&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixfdmessage.h:88:49: error: 'noexcept' does not name a type
UnixFDMessage& operator=(UnixFDMessage&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixfdmessage.h:88:49: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/unixfdmessage.h:90:26: error: expected ';' at end of member declaration
virtual ~UnixFDMessage() noexcept;
^
/usr/include/giomm-2.4/giomm/unixfdmessage.h:90:28: error: 'noexcept' does not name a type
virtual ~UnixFDMessage() noexcept;
^
/usr/include/giomm-2.4/giomm/unixfdmessage.h:90:28: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/giomm-2.4/giomm.h:150:0,
from src/service/client.cpp:20:
/usr/include/giomm-2.4/giomm/unixinputstream.h:68:45: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
UnixInputStream(const UnixInputStream&) = delete;
^
/usr/include/giomm-2.4/giomm/unixinputstream.h:69:56: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
UnixInputStream& operator=(const UnixInputStream&) = delete;
^
/usr/include/giomm-2.4/giomm/unixinputstream.h:82:34: error: expected ',' or '...' before '&&' token
UnixInputStream(UnixInputStream&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixinputstream.h:82:40: error: invalid constructor; you probably meant 'Gio::UnixInputStream (const Gio::UnixInputStream&)'
UnixInputStream(UnixInputStream&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixinputstream.h:82:40: error: expected ';' at end of member declaration
/usr/include/giomm-2.4/giomm/unixinputstream.h:82:42: error: 'noexcept' does not name a type
UnixInputStream(UnixInputStream&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixinputstream.h:82:42: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/unixinputstream.h:83:45: error: expected ',' or '...' before '&&' token
UnixInputStream& operator=(UnixInputStream&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixinputstream.h:83:51: error: expected ';' at end of member declaration
UnixInputStream& operator=(UnixInputStream&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixinputstream.h:83:53: error: 'noexcept' does not name a type
UnixInputStream& operator=(UnixInputStream&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixinputstream.h:83:53: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/unixinputstream.h:85:28: error: expected ';' at end of member declaration
virtual ~UnixInputStream() noexcept;
^
/usr/include/giomm-2.4/giomm/unixinputstream.h:85:30: error: 'noexcept' does not name a type
virtual ~UnixInputStream() noexcept;
^
/usr/include/giomm-2.4/giomm/unixinputstream.h:85:30: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/giomm-2.4/giomm.h:151:0,
from src/service/client.cpp:20:
/usr/include/giomm-2.4/giomm/unixoutputstream.h:67:47: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
UnixOutputStream(const UnixOutputStream&) = delete;
^
/usr/include/giomm-2.4/giomm/unixoutputstream.h:68:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
UnixOutputStream& operator=(const UnixOutputStream&) = delete;
^
/usr/include/giomm-2.4/giomm/unixoutputstream.h:81:36: error: expected ',' or '...' before '&&' token
UnixOutputStream(UnixOutputStream&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixoutputstream.h:81:42: error: invalid constructor; you probably meant 'Gio::UnixOutputStream (const Gio::UnixOutputStream&)'
UnixOutputStream(UnixOutputStream&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixoutputstream.h:81:42: error: expected ';' at end of member declaration
/usr/include/giomm-2.4/giomm/unixoutputstream.h:81:44: error: 'noexcept' does not name a type
UnixOutputStream(UnixOutputStream&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixoutputstream.h:81:44: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/unixoutputstream.h:82:47: error: expected ',' or '...' before '&&' token
UnixOutputStream& operator=(UnixOutputStream&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixoutputstream.h:82:53: error: expected ';' at end of member declaration
UnixOutputStream& operator=(UnixOutputStream&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixoutputstream.h:82:55: error: 'noexcept' does not name a type
UnixOutputStream& operator=(UnixOutputStream&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixoutputstream.h:82:55: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/unixoutputstream.h:84:29: error: expected ';' at end of member declaration
virtual ~UnixOutputStream() noexcept;
^
/usr/include/giomm-2.4/giomm/unixoutputstream.h:84:31: error: 'noexcept' does not name a type
virtual ~UnixOutputStream() noexcept;
^
/usr/include/giomm-2.4/giomm/unixoutputstream.h:84:31: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/giomm-2.4/giomm.h:152:0,
from src/service/client.cpp:20:
/usr/include/giomm-2.4/giomm/unixsocketaddress.h:147:49: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
UnixSocketAddress(const UnixSocketAddress&) = delete;
^
/usr/include/giomm-2.4/giomm/unixsocketaddress.h:148:60: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
UnixSocketAddress& operator=(const UnixSocketAddress&) = delete;
^
/usr/include/giomm-2.4/giomm/unixsocketaddress.h:161:38: error: expected ',' or '...' before '&&' token
UnixSocketAddress(UnixSocketAddress&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixsocketaddress.h:161:44: error: invalid constructor; you probably meant 'Gio::UnixSocketAddress (const Gio::UnixSocketAddress&)'
UnixSocketAddress(UnixSocketAddress&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixsocketaddress.h:161:44: error: expected ';' at end of member declaration
/usr/include/giomm-2.4/giomm/unixsocketaddress.h:161:46: error: 'noexcept' does not name a type
UnixSocketAddress(UnixSocketAddress&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixsocketaddress.h:161:46: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/unixsocketaddress.h:162:49: error: expected ',' or '...' before '&&' token
UnixSocketAddress& operator=(UnixSocketAddress&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixsocketaddress.h:162:55: error: expected ';' at end of member declaration
UnixSocketAddress& operator=(UnixSocketAddress&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixsocketaddress.h:162:57: error: 'noexcept' does not name a type
UnixSocketAddress& operator=(UnixSocketAddress&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/unixsocketaddress.h:162:57: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/unixsocketaddress.h:164:30: error: expected ';' at end of member declaration
virtual ~UnixSocketAddress() noexcept;
^
/usr/include/giomm-2.4/giomm/unixsocketaddress.h:164:32: error: 'noexcept' does not name a type
virtual ~UnixSocketAddress() noexcept;
^
/usr/include/giomm-2.4/giomm/unixsocketaddress.h:164:32: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/giomm-2.4/giomm.h:154:0,
from src/service/client.cpp:20:
/usr/include/giomm-2.4/giomm/volume.h:87:27: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Volume(const Volume&) = delete;
^
/usr/include/giomm-2.4/giomm/volume.h:88:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Volume& operator=(const Volume&) = delete;
^
/usr/include/giomm-2.4/giomm/volume.h:121:16: error: expected ',' or '...' before '&&' token
Volume(Volume&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/volume.h:121:22: error: invalid constructor; you probably meant 'Gio::Volume (const Gio::Volume&)'
Volume(Volume&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/volume.h:121:22: error: expected ';' at end of member declaration
/usr/include/giomm-2.4/giomm/volume.h:121:24: error: 'noexcept' does not name a type
Volume(Volume&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/volume.h:121:24: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/volume.h:122:27: error: expected ',' or '...' before '&&' token
Volume& operator=(Volume&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/volume.h:122:33: error: expected ';' at end of member declaration
Volume& operator=(Volume&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/volume.h:122:35: error: 'noexcept' does not name a type
Volume& operator=(Volume&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/volume.h:122:35: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/volume.h:124:19: error: expected ';' at end of member declaration
virtual ~Volume() noexcept;
^
/usr/include/giomm-2.4/giomm/volume.h:124:21: error: 'noexcept' does not name a type
virtual ~Volume() noexcept;
^
/usr/include/giomm-2.4/giomm/volume.h:124:21: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/giomm-2.4/giomm.h:155:0,
from src/service/client.cpp:20:
/usr/include/giomm-2.4/giomm/volumemonitor.h:69:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
VolumeMonitor(const VolumeMonitor&) = delete;
^
/usr/include/giomm-2.4/giomm/volumemonitor.h:70:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
VolumeMonitor& operator=(const VolumeMonitor&) = delete;
^
/usr/include/giomm-2.4/giomm/volumemonitor.h:83:30: error: expected ',' or '...' before '&&' token
VolumeMonitor(VolumeMonitor&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/volumemonitor.h:83:36: error: invalid constructor; you probably meant 'Gio::VolumeMonitor (const Gio::VolumeMonitor&)'
VolumeMonitor(VolumeMonitor&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/volumemonitor.h:83:36: error: expected ';' at end of member declaration
/usr/include/giomm-2.4/giomm/volumemonitor.h:83:38: error: 'noexcept' does not name a type
VolumeMonitor(VolumeMonitor&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/volumemonitor.h:83:38: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/volumemonitor.h:84:41: error: expected ',' or '...' before '&&' token
VolumeMonitor& operator=(VolumeMonitor&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/volumemonitor.h:84:47: error: expected ';' at end of member declaration
VolumeMonitor& operator=(VolumeMonitor&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/volumemonitor.h:84:49: error: 'noexcept' does not name a type
VolumeMonitor& operator=(VolumeMonitor&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/volumemonitor.h:84:49: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/volumemonitor.h:86:26: error: expected ';' at end of member declaration
virtual ~VolumeMonitor() noexcept;
^
/usr/include/giomm-2.4/giomm/volumemonitor.h:86:28: error: 'noexcept' does not name a type
virtual ~VolumeMonitor() noexcept;
^
/usr/include/giomm-2.4/giomm/volumemonitor.h:86:28: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/giomm-2.4/giomm.h:156:0,
from src/service/client.cpp:20:
/usr/include/giomm-2.4/giomm/zlibcompressor.h:115:43: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ZlibCompressor(const ZlibCompressor&) = delete;
^
/usr/include/giomm-2.4/giomm/zlibcompressor.h:116:54: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ZlibCompressor& operator=(const ZlibCompressor&) = delete;
^
/usr/include/giomm-2.4/giomm/zlibcompressor.h:129:32: error: expected ',' or '...' before '&&' token
ZlibCompressor(ZlibCompressor&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/zlibcompressor.h:129:38: error: invalid constructor; you probably meant 'Gio::ZlibCompressor (const Gio::ZlibCompressor&)'
ZlibCompressor(ZlibCompressor&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/zlibcompressor.h:129:38: error: expected ';' at end of member declaration
/usr/include/giomm-2.4/giomm/zlibcompressor.h:129:40: error: 'noexcept' does not name a type
ZlibCompressor(ZlibCompressor&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/zlibcompressor.h:129:40: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/zlibcompressor.h:130:43: error: expected ',' or '...' before '&&' token
ZlibCompressor& operator=(ZlibCompressor&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/zlibcompressor.h:130:49: error: expected ';' at end of member declaration
ZlibCompressor& operator=(ZlibCompressor&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/zlibcompressor.h:130:51: error: 'noexcept' does not name a type
ZlibCompressor& operator=(ZlibCompressor&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/zlibcompressor.h:130:51: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/zlibcompressor.h:132:27: error: expected ';' at end of member declaration
virtual ~ZlibCompressor() noexcept;
^
/usr/include/giomm-2.4/giomm/zlibcompressor.h:132:29: error: 'noexcept' does not name a type
virtual ~ZlibCompressor() noexcept;
^
/usr/include/giomm-2.4/giomm/zlibcompressor.h:132:29: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/giomm-2.4/giomm.h:157:0,
from src/service/client.cpp:20:
/usr/include/giomm-2.4/giomm/zlibdecompressor.h:66:47: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ZlibDecompressor(const ZlibDecompressor&) = delete;
^
/usr/include/giomm-2.4/giomm/zlibdecompressor.h:67:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ZlibDecompressor& operator=(const ZlibDecompressor&) = delete;
^
/usr/include/giomm-2.4/giomm/zlibdecompressor.h:80:36: error: expected ',' or '...' before '&&' token
ZlibDecompressor(ZlibDecompressor&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/zlibdecompressor.h:80:42: error: invalid constructor; you probably meant 'Gio::ZlibDecompressor (const Gio::ZlibDecompressor&)'
ZlibDecompressor(ZlibDecompressor&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/zlibdecompressor.h:80:42: error: expected ';' at end of member declaration
/usr/include/giomm-2.4/giomm/zlibdecompressor.h:80:44: error: 'noexcept' does not name a type
ZlibDecompressor(ZlibDecompressor&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/zlibdecompressor.h:80:44: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/zlibdecompressor.h:81:47: error: expected ',' or '...' before '&&' token
ZlibDecompressor& operator=(ZlibDecompressor&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/zlibdecompressor.h:81:53: error: expected ';' at end of member declaration
ZlibDecompressor& operator=(ZlibDecompressor&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/zlibdecompressor.h:81:55: error: 'noexcept' does not name a type
ZlibDecompressor& operator=(ZlibDecompressor&& src) noexcept;
^
/usr/include/giomm-2.4/giomm/zlibdecompressor.h:81:55: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
/usr/include/giomm-2.4/giomm/zlibdecompressor.h:83:29: error: expected ';' at end of member declaration
virtual ~ZlibDecompressor() noexcept;
^
/usr/include/giomm-2.4/giomm/zlibdecompressor.h:83:31: error: 'noexcept' does not name a type
virtual ~ZlibDecompressor() noexcept;
^
/usr/include/giomm-2.4/giomm/zlibdecompressor.h:83:31: note: C++11 'noexcept' only available with -std=c++11 or -std=gnu++11
src/service/client.cpp: In function 'void {anonymous}::on_dbus_proxy_available(Glib::RefPtr<Gio::AsyncResult>&)':
src/service/client.cpp:194:14: error: ambiguous overload for 'operator=' (operand types are 'Glib::RefPtr<Gio::DBus::Proxy>' and 'Glib::RefPtr<Gio::DBus::Proxy>')
proxy=Gio::DBus::Proxy::create_finish(result);
^
In file included from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23:0,
from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
from /usr/include/glibmm-2.4/glibmm.h:91,
from /usr/include/giomm-2.4/giomm.h:23,
from src/service/client.cpp:20:
/usr/include/glibmm-2.4/glibmm/refptr.h:133:18: note: candidate: Glib::RefPtr<T_CppObject>& Glib::RefPtr<T_CppObject>::operator=(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Gio::DBus::Proxy]
inline RefPtr& operator=(const RefPtr& src) noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:136:18: note: candidate: Glib::RefPtr<T_CppObject>& Glib::RefPtr<T_CppObject>::operator=(Glib::RefPtr<T_CppObject>) [with T_CppObject = Gio::DBus::Proxy; Glib::RefPtr<T_CppObject> = Glib::RefPtr<Gio::DBus::Proxy>]
inline RefPtr& operator=(RefPtr&& src) noexcept;
^
src/service/client.cpp: In function 'int main(int, const char**)':
src/service/client.cpp:225:12: error: ambiguous overload for 'operator=' (operand types are 'Glib::RefPtr<Glib::MainLoop>' and 'Glib::RefPtr<Glib::MainLoop>')
main_loop=Glib::MainLoop::create();
^
In file included from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23:0,
from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
from /usr/include/glibmm-2.4/glibmm.h:91,
from /usr/include/giomm-2.4/giomm.h:23,
from src/service/client.cpp:20:
/usr/include/glibmm-2.4/glibmm/refptr.h:133:18: note: candidate: Glib::RefPtr<T_CppObject>& Glib::RefPtr<T_CppObject>::operator=(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Glib::MainLoop]
inline RefPtr& operator=(const RefPtr& src) noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:136:18: note: candidate: Glib::RefPtr<T_CppObject>& Glib::RefPtr<T_CppObject>::operator=(Glib::RefPtr<T_CppObject>) [with T_CppObject = Glib::MainLoop; Glib::RefPtr<T_CppObject> = Glib::RefPtr<Glib::MainLoop>]
inline RefPtr& operator=(RefPtr&& src) noexcept;
^
src/service/client.cpp:228:17: error: ambiguous overload for 'operator=' (operand types are 'Glib::RefPtr<Gio::DBus::Connection>' and 'Glib::RefPtr<Gio::DBus::Connection>')
connection=Gio::DBus::Connection::get_sync(Gio::DBus::BUS_TYPE_SESSION
^
In file included from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23:0,
from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
from /usr/include/glibmm-2.4/glibmm.h:91,
from /usr/include/giomm-2.4/giomm.h:23,
from src/service/client.cpp:20:
/usr/include/glibmm-2.4/glibmm/refptr.h:133:18: note: candidate: Glib::RefPtr<T_CppObject>& Glib::RefPtr<T_CppObject>::operator=(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Gio::DBus::Connection]
inline RefPtr& operator=(const RefPtr& src) noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:136:18: note: candidate: Glib::RefPtr<T_CppObject>& Glib::RefPtr<T_CppObject>::operator=(Glib::RefPtr<T_CppObject>) [with T_CppObject = Gio::DBus::Connection; Glib::RefPtr<T_CppObject> = Glib::RefPtr<Gio::DBus::Connection>]
inline RefPtr& operator=(RefPtr&& src) noexcept;
^
In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7:0,
from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
from /usr/include/sigc++-2.0/sigc++/signal.h:8,
from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
from /usr/include/glibmm-2.4/glibmm/thread.h:51,
from /usr/include/glibmm-2.4/glibmm.h:87,
from /usr/include/giomm-2.4/giomm.h:23,
from src/service/client.cpp:20:
/usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h: In instantiation of 'struct sigc::adaptor_trait<{anonymous}::quit_main_loop>':
/usr/include/sigc++-2.0/sigc++/functors/slot.h:28:59: required from 'struct sigc::internal::typed_slot_rep<{anonymous}::quit_main_loop>'
/usr/include/sigc++-2.0/sigc++/functors/slot.h:451:65: required from 'sigc::slot0<T_return>::slot0(const T_functor&) [with T_functor = {anonymous}::quit_main_loop; T_return = void]'
/usr/include/sigc++-2.0/sigc++/functors/slot.h:1246:26: required from 'sigc::slot<T_return, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::slot(const T_functor&) [with T_functor = {anonymous}::quit_main_loop; T_return = void]'
src/service/client.cpp:187:56: required from here
/usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:300:43: error: no type named 'result_type' in 'struct {anonymous}::quit_main_loop'
typedef typename T_functor::result_type result_type;
^
In file included from /usr/include/sigc++-2.0/sigc++/signal_base.h:27:0,
from /usr/include/sigc++-2.0/sigc++/signal.h:8,
from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
from /usr/include/glibmm-2.4/glibmm/thread.h:51,
from /usr/include/glibmm-2.4/glibmm.h:87,
from /usr/include/giomm-2.4/giomm.h:23,
from src/service/client.cpp:20:
/usr/include/sigc++-2.0/sigc++/functors/slot.h: In instantiation of 'static T_return sigc::internal::slot_call3<T_functor, T_return, T_arg1, T_arg2, T_arg3>::call_it(sigc::internal::slot_rep*, int) [with T_functor = sigc::pointer_functor3<const Glib::ustring&, const Glib::ustring&, const Glib::VariantContainerBase&, void>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = const Glib::ustring&; T_arg3 = const Glib::VariantContainerBase&]':
/usr/include/sigc++-2.0/sigc++/functors/slot.h:218:37: required from 'static void* (* sigc::internal::slot_call3<T_functor, T_return, T_arg1, T_arg2, T_arg3>::address())(void*) [with T_functor = sigc::pointer_functor3<const Glib::ustring&, const Glib::ustring&, const Glib::VariantContainerBase&, void>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = const Glib::ustring&; T_arg3 = const Glib::VariantContainerBase&; sigc::internal::hook = void* (*)(void*)]'
/usr/include/sigc++-2.0/sigc++/functors/slot.h:730:106: required from 'sigc::slot3<T_return, T_arg1, T_arg2, T_arg3>::slot3(const T_functor&) [with T_functor = sigc::pointer_functor3<const Glib::ustring&, const Glib::ustring&, const Glib::VariantContainerBase&, void>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = const Glib::ustring&; T_arg3 = const Glib::VariantContainerBase&]'
/usr/include/sigc++-2.0/sigc++/functors/slot.h:1327:26: required from 'sigc::slot<T_return, T_arg1, T_arg2, T_arg3, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::slot(const T_functor&) [with T_functor = sigc::pointer_functor3<const Glib::ustring&, const Glib::ustring&, const Glib::VariantContainerBase&, void>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = const Glib::ustring&; T_arg3 = const Glib::VariantContainerBase&]'
src/service/client.cpp:195:65: required from here
/usr/include/sigc++-2.0/sigc++/functors/slot.h:210:72: error: 'operator()' not defined
return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait
^
In file included from /usr/include/sigc++-2.0/sigc++/signal_base.h:27:0,
from /usr/include/sigc++-2.0/sigc++/signal.h:8,
from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
from /usr/include/glibmm-2.4/glibmm/thread.h:51,
from /usr/include/glibmm-2.4/glibmm.h:87,
from /usr/include/giomm-2.4/giomm.h:23,
from src/service/client.cpp:20:
/usr/include/sigc++-2.0/sigc++/functors/slot.h: In instantiation of 'static T_return sigc::internal::slot_call1<T_functor, T_return, T_arg1>::call_it(sigc::internal::slot_rep*, int) [with T_functor = sigc::pointer_functor1<Glib::RefPtr<Gio::AsyncResult>&, void>; T_return = void; T_arg1 = Glib::RefPtr<Gio::AsyncResult>&]':
/usr/include/sigc++-2.0/sigc++/functors/slot.h:144:37: required from 'static void* (* sigc::internal::slot_call1<T_functor, T_return, T_arg1>::address())(void*) [with T_functor = sigc::pointer_functor1<Glib::RefPtr<Gio::AsyncResult>&, void>; T_return = void; T_arg1 = Glib::RefPtr<Gio::AsyncResult>&; sigc::internal::hook = void* (*)(void*)]'
/usr/include/sigc++-2.0/sigc++/functors/slot.h:543:90: required from 'sigc::slot1<T_return, T_arg1>::slot1(const T_functor&) [with T_functor = sigc::pointer_functor1<Glib::RefPtr<Gio::AsyncResult>&, void>; T_return = void; T_arg1 = Glib::RefPtr<Gio::AsyncResult>&]'
/usr/include/sigc++-2.0/sigc++/functors/slot.h:1273:26: required from 'sigc::slot<T_return, T_arg1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::slot(const T_functor&) [with T_functor = sigc::pointer_functor1<Glib::RefPtr<Gio::AsyncResult>&, void>; T_return = void; T_arg1 = Glib::RefPtr<Gio::AsyncResult>&]'
src/service/client.cpp:239:67: required from here
/usr/include/sigc++-2.0/sigc++/functors/slot.h:136:72: error: 'operator()' not defined
return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait
^
In file included from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23:0,
from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
from /usr/include/glibmm-2.4/glibmm.h:91,
from /usr/include/giomm-2.4/giomm.h:23,
from src/service/client.cpp:20:
/usr/include/glibmm-2.4/glibmm/refptr.h: At global scope:
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function 'Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Glib::Binding]' used but never defined
inline ~RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:107:10: warning: inline function 'Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Glib::Binding]' used but never defined
inline RefPtr(const RefPtr& src) noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:101:19: warning: inline function 'Glib::RefPtr<T_CppObject>::RefPtr(T_CppObject*) [with T_CppObject = Glib::ByteArray]' used but never defined
explicit inline RefPtr(T_CppObject* pCppObject) noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function 'Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Glib::ByteArray]' used but never defined
inline ~RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:107:10: warning: inline function 'Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Glib::ByteArray]' used but never defined
inline RefPtr(const RefPtr& src) noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function 'Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gio::Mount]' used but never defined
inline ~RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:107:10: warning: inline function 'Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Gio::Mount]' used but never defined
inline RefPtr(const RefPtr& src) noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function 'Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gio::Drive]' used but never defined
inline ~RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:107:10: warning: inline function 'Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Gio::Drive]' used but never defined
inline RefPtr(const RefPtr& src) noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function 'Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gio::File]' used but never defined
inline ~RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:107:10: warning: inline function 'Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Gio::File]' used but never defined
inline RefPtr(const RefPtr& src) noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:95:10: warning: inline function 'Glib::RefPtr<T_CppObject>::RefPtr() [with T_CppObject = Gio::DBus::InterfaceInfo]' used but never defined
inline RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function 'Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gio::DBus::InterfaceInfo]' used but never defined
inline ~RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:95:10: warning: inline function 'Glib::RefPtr<T_CppObject>::RefPtr() [with T_CppObject = Gio::Cancellable]' used but never defined
inline RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function 'Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gio::Cancellable]' used but never defined
inline ~RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:95:10: warning: inline function 'Glib::RefPtr<T_CppObject>::RefPtr() [with T_CppObject = Glib::MainContext]' used but never defined
inline RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function 'Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Glib::MainContext]' used but never defined
inline ~RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function 'Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gio::Volume]' used but never defined
/usr/include/glibmm-2.4/glibmm/refptr.h:107:10: warning: inline function 'Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Gio::Volume]' used but never defined
inline RefPtr(const RefPtr& src) noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:95:10: warning: inline function 'Glib::RefPtr<T_CppObject>::RefPtr() [with T_CppObject = Glib::MainLoop]' used but never defined
inline RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:95:10: warning: inline function 'Glib::RefPtr<T_CppObject>::RefPtr() [with T_CppObject = Gio::DBus::Connection]' used but never defined
/usr/include/glibmm-2.4/glibmm/refptr.h:95:10: warning: inline function 'Glib::RefPtr<T_CppObject>::RefPtr() [with T_CppObject = Gio::DBus::Proxy]' used but never defined
/usr/include/glibmm-2.4/glibmm/refptr.h:160:23: warning: inline function 'T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Glib::MainLoop]' used but never defined
inline T_CppObject* operator->() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:160:23: warning: inline function 'T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Gio::DBus::Proxy]' used but never defined
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function 'Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gio::DBus::Proxy]' used but never defined
inline ~RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function 'Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Glib::MainLoop]' used but never defined
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function 'Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gio::DBus::Connection]' used but never defined
/usr/include/glibmm-2.4/glibmm/refptr.h:160:23: warning: inline function 'T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Glib::ByteArray]' used but never defined
inline T_CppObject* operator->() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:170:10: warning: inline function 'Glib::RefPtr<T_CppObject>::operator bool() const [with T_CppObject = Glib::ByteArray]' used but never defined
inline operator bool() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:160:23: warning: inline function 'T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Gio::Mount]' used but never defined
inline T_CppObject* operator->() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:170:10: warning: inline function 'Glib::RefPtr<T_CppObject>::operator bool() const [with T_CppObject = Gio::Mount]' used but never defined
inline operator bool() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:160:23: warning: inline function 'T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Gio::Drive]' used but never defined
inline T_CppObject* operator->() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:170:10: warning: inline function 'Glib::RefPtr<T_CppObject>::operator bool() const [with T_CppObject = Gio::Drive]' used but never defined
inline operator bool() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:160:23: warning: inline function 'T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Gio::File]' used but never defined
inline T_CppObject* operator->() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:170:10: warning: inline function 'Glib::RefPtr<T_CppObject>::operator bool() const [with T_CppObject = Gio::File]' used but never defined
inline operator bool() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:160:23: warning: inline function 'T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Gio::Volume]' used but never defined
inline T_CppObject* operator->() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:170:10: warning: inline function 'Glib::RefPtr<T_CppObject>::operator bool() const [with T_CppObject = Gio::Volume]' used but never defined
inline operator bool() const noexcept;
^
scons: *** [build/linux/service/client.o] Error 1
scons: building terminated because of errors.
==> ОШИБКА: Произошел сбой в build().
Преждевременный выход...
==> ОШИБКА: Makepkg не смог собрать rhvoice-git.
==> Перезапустить сборку rhvoice-git ? да/Нет [y/N]
==> -----------------------------------------------
==>
vantu5z commented on 2015-09-25 08:14 (UTC)
Think depends of "flite-full>=1.4" can be changed to "flite>=2.0".
I have make work package with this depends. And "flite-full" is not present in AUR.
Pinned Comments
alex19EP commented on 2020-02-09 14:12 (UTC)
теперь доступна обычная версия. https://aur.archlinux.org/packages/rhvoice/ можно использовать ее если не нужны последние изменения апстрима.