* [devel] freeswitch vs libcelt
@ 2010-11-05 7:16 Vladimir Lettiev
2010-11-05 7:35 ` Sergey Y. Afonin
2010-11-05 10:17 ` Sergey Bolshakov
0 siblings, 2 replies; 4+ messages in thread
From: Vladimir Lettiev @ 2010-11-05 7:16 UTC (permalink / raw)
To: ALT Linux Team development discussions
Возникла проблема при пересборке freeswitch с новым perl:
/usr/src/RPM/BUILD/freeswitch-1.0.6/src/mod/codecs/mod_celt/mod_celt.c: In function 'switch_celt_init':
/usr/src/RPM/BUILD/freeswitch-1.0.6/src/mod/codecs/mod_celt/mod_celt.c:57: error: 'CELT_GET_FRAME_SIZE' u
ndeclared (first use in this function)
/usr/src/RPM/BUILD/freeswitch-1.0.6/src/mod/codecs/mod_celt/mod_celt.c:57: error: (Each undeclared identi
fier is reported only once
/usr/src/RPM/BUILD/freeswitch-1.0.6/src/mod/codecs/mod_celt/mod_celt.c:57: error: for each function it appears in.)
/usr/src/RPM/BUILD/freeswitch-1.0.6/src/mod/codecs/mod_celt/mod_celt.c: In function 'switch_celt_encode':
/usr/src/RPM/BUILD/freeswitch-1.0.6/src/mod/codecs/mod_celt/mod_celt.c:115: warning: passing argument 3 of 'celt_encode' makes integer from pointer without a cast
/usr/include/celt/celt.h:252: note: expected 'int' but argument is of type 'void *'
/usr/src/RPM/BUILD/freeswitch-1.0.6/src/mod/codecs/mod_celt/mod_celt.c: In function 'switch_celt_decode':
/usr/src/RPM/BUILD/freeswitch-1.0.6/src/mod/codecs/mod_celt/mod_celt.c:133: error: too few arguments to function 'celt_decode'
make[5]: *** [mod_celt.lo] Error 1
Ошибка вследствии того, что в libcelt 0.8.1 поменялся API, данный модуль
заточен на использование libcelt < 0.8.0
Как это можно исправить?
--
Vladimir Lettiev aka crux ✉ theCrux@gmail.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [devel] freeswitch vs libcelt
2010-11-05 7:16 [devel] freeswitch vs libcelt Vladimir Lettiev
@ 2010-11-05 7:35 ` Sergey Y. Afonin
2010-11-05 7:55 ` Vladimir Lettiev
2010-11-05 10:17 ` Sergey Bolshakov
1 sibling, 1 reply; 4+ messages in thread
From: Sergey Y. Afonin @ 2010-11-05 7:35 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Friday 05 November 2010, Vladimir Lettiev wrote:
> Ошибка вследствии того, что в libcelt 0.8.1 поменялся API, данный модуль
> заточен на использование libcelt < 0.8.0
>
> Как это можно исправить?
Я тут на странную фразу наткнулся:
http://wiki.freeswitch.org/wiki/Installation_Guide
The FreeSWITCH team strongly recommends the use of the latest Git tree as
opposed to the snapshots or other tarballs. The Git tree is extremely stable!
Furthermore, in many cases people check out older versions of FreeSWITCH and
report bugs that have already been fixed. The developers will insist on any
bug reports being tested on an updated install from Git.
Может там уже починили ?
--
С уважением, Сергей Афонин
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [devel] freeswitch vs libcelt
2010-11-05 7:35 ` Sergey Y. Afonin
@ 2010-11-05 7:55 ` Vladimir Lettiev
0 siblings, 0 replies; 4+ messages in thread
From: Vladimir Lettiev @ 2010-11-05 7:55 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Fri, Nov 05, 2010 at 10:35:01AM +0300, Sergey Y. Afonin wrote:
> On Friday 05 November 2010, Vladimir Lettiev wrote:
>
> > Ошибка вследствии того, что в libcelt 0.8.1 поменялся API, данный модуль
> > заточен на использование libcelt < 0.8.0
> >
> > Как это можно исправить?
>
> The FreeSWITCH team strongly recommends the use of the latest Git tree as
...
> Может там уже починили ?
Нет, непохоже.
--
Vladimir Lettiev aka crux ✉ theCrux@gmail.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [devel] freeswitch vs libcelt
2010-11-05 7:16 [devel] freeswitch vs libcelt Vladimir Lettiev
2010-11-05 7:35 ` Sergey Y. Afonin
@ 2010-11-05 10:17 ` Sergey Bolshakov
1 sibling, 0 replies; 4+ messages in thread
From: Sergey Bolshakov @ 2010-11-05 10:17 UTC (permalink / raw)
To: devel
>>>>> "Vladimir" == Vladimir Lettiev <thecrux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
> Возникла проблема при пересборке freeswitch с новым perl:
> /usr/src/RPM/BUILD/freeswitch-1.0.6/src/mod/codecs/mod_celt/mod_celt.c: In function 'switch_celt_init':
> /usr/src/RPM/BUILD/freeswitch-1.0.6/src/mod/codecs/mod_celt/mod_celt.c:57: error: 'CELT_GET_FRAME_SIZE' u
> ndeclared (first use in this function)
> /usr/src/RPM/BUILD/freeswitch-1.0.6/src/mod/codecs/mod_celt/mod_celt.c:57: error: (Each undeclared identi
> fier is reported only once
> /usr/src/RPM/BUILD/freeswitch-1.0.6/src/mod/codecs/mod_celt/mod_celt.c:57: error: for each function it appears in.)
> /usr/src/RPM/BUILD/freeswitch-1.0.6/src/mod/codecs/mod_celt/mod_celt.c: In function 'switch_celt_encode':
> /usr/src/RPM/BUILD/freeswitch-1.0.6/src/mod/codecs/mod_celt/mod_celt.c:115: warning: passing argument 3 of 'celt_encode' makes integer from pointer without a cast
> /usr/include/celt/celt.h:252: note: expected 'int' but argument is of type 'void *'
> /usr/src/RPM/BUILD/freeswitch-1.0.6/src/mod/codecs/mod_celt/mod_celt.c: In function 'switch_celt_decode':
> /usr/src/RPM/BUILD/freeswitch-1.0.6/src/mod/codecs/mod_celt/mod_celt.c:133: error: too few arguments to function 'celt_decode'
> make[5]: *** [mod_celt.lo] Error 1
> Ошибка вследствии того, что в libcelt 0.8.1 поменялся API, данный модуль
> заточен на использование libcelt < 0.8.0
> Как это можно исправить?
Дождаться новой сборки freeswitch.
--
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-11-05 10:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-05 7:16 [devel] freeswitch vs libcelt Vladimir Lettiev
2010-11-05 7:35 ` Sergey Y. Afonin
2010-11-05 7:55 ` Vladimir Lettiev
2010-11-05 10:17 ` Sergey Bolshakov
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git