linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Mediastreamer2 IT_PROG_INTLTOOL(0.40, no-xml)


From: Duchesko
Subject: Re: [Linphone-developers] Mediastreamer2 IT_PROG_INTLTOOL(0.40, no-xml)
Date: Wed, 23 Sep 2015 04:45:30 -0700 (MST)

Hi,
oRTP is already installed. (twice: once downloaded an installed and one via
sudo apt-get).
But I try everything, so i got the git version, installed it and tried make
for mediastreamer again.
Now this error appears...:

regards Andreas

make  all-am
make[3]: Entering directory '/home/andi/ba-arbeit/mediastreamer2/src'
  CC       base/mscommon.lo
In file included from base/mscommon.c:22:0:
../include/mediastreamer2/mscommon.h:57:20: error: unknown type name
'ORTP_INLINE'
 #define MS2_INLINE ORTP_INLINE
                    ^
../include/mediastreamer2/msqueue.h:41:8: note: in expansion of macro
'MS2_INLINE'
 static MS2_INLINE mblk_t *ms_queue_get(MSQueue *q){
        ^
In file included from ../include/mediastreamer2/msfilter.h:24:0,
                 from base/mscommon.c:24:
../include/mediastreamer2/msqueue.h:41:26: error: expected '=', ',', ';',
'asm' or '__attribute__' before '*' token
 static MS2_INLINE mblk_t *ms_queue_get(MSQueue *q){
                          ^
../include/mediastreamer2/msqueue.h:45:19: error: expected '=', ',', ';',
'asm' or '__attribute__' before 'void'
 static MS2_INLINE void ms_queue_put(MSQueue *q, mblk_t *m){
                   ^
In file included from base/mscommon.c:22:0:
../include/mediastreamer2/mscommon.h:57:20: error: unknown type name
'ORTP_INLINE'
 #define MS2_INLINE ORTP_INLINE
                    ^
../include/mediastreamer2/msqueue.h:50:8: note: in expansion of macro
'MS2_INLINE'
 static MS2_INLINE mblk_t * ms_queue_peek_last(MSQueue *q){
        ^
In file included from ../include/mediastreamer2/msfilter.h:24:0,
                 from base/mscommon.c:24:
../include/mediastreamer2/msqueue.h:50:26: error: expected '=', ',', ';',
'asm' or '__attribute__' before '*' token
 static MS2_INLINE mblk_t * ms_queue_peek_last(MSQueue *q){
                          ^
In file included from base/mscommon.c:22:0:
../include/mediastreamer2/mscommon.h:57:20: error: unknown type name
'ORTP_INLINE'
 #define MS2_INLINE ORTP_INLINE
                    ^
../include/mediastreamer2/msqueue.h:54:8: note: in expansion of macro
'MS2_INLINE'
 static MS2_INLINE mblk_t *ms_queue_peek_first(MSQueue *q){
        ^
In file included from ../include/mediastreamer2/msfilter.h:24:0,
                 from base/mscommon.c:24:
../include/mediastreamer2/msqueue.h:54:26: error: expected '=', ',', ';',
'asm' or '__attribute__' before '*' token
 static MS2_INLINE mblk_t *ms_queue_peek_first(MSQueue *q){
                          ^
In file included from base/mscommon.c:22:0:
../include/mediastreamer2/mscommon.h:57:20: error: unknown type name
'ORTP_INLINE'
 #define MS2_INLINE ORTP_INLINE
                    ^
../include/mediastreamer2/msqueue.h:58:8: note: in expansion of macro
'MS2_INLINE'
 static MS2_INLINE mblk_t *ms_queue_next(MSQueue *q, mblk_t *m){
        ^
In file included from ../include/mediastreamer2/msfilter.h:24:0,
                 from base/mscommon.c:24:
../include/mediastreamer2/msqueue.h:58:26: error: expected '=', ',', ';',
'asm' or '__attribute__' before '*' token
 static MS2_INLINE mblk_t *ms_queue_next(MSQueue *q, mblk_t *m){
                          ^
In file included from base/mscommon.c:22:0:
../include/mediastreamer2/mscommon.h:57:20: error: unknown type name
'ORTP_INLINE'
 #define MS2_INLINE ORTP_INLINE
                    ^
../include/mediastreamer2/msqueue.h:62:8: note: in expansion of macro
'MS2_INLINE'
 static MS2_INLINE bool_t ms_queue_end(MSQueue *q, mblk_t *m){
        ^
In file included from ../include/mediastreamer2/msfilter.h:24:0,
                 from base/mscommon.c:24:
../include/mediastreamer2/msqueue.h:62:26: error: expected '=', ',', ';',
'asm' or '__attribute__' before 'ms_queue_end'
 static MS2_INLINE bool_t ms_queue_end(MSQueue *q, mblk_t *m){
                          ^
../include/mediastreamer2/msqueue.h:66:19: error: expected '=', ',', ';',
'asm' or '__attribute__' before 'void'
 static MS2_INLINE void ms_queue_remove(MSQueue *q, mblk_t *m){
                   ^
In file included from base/mscommon.c:22:0:
../include/mediastreamer2/mscommon.h:57:20: error: unknown type name
'ORTP_INLINE'
 #define MS2_INLINE ORTP_INLINE
                    ^
../include/mediastreamer2/msqueue.h:70:8: note: in expansion of macro
'MS2_INLINE'
 static MS2_INLINE bool_t ms_queue_empty(MSQueue *q){
        ^
In file included from ../include/mediastreamer2/msfilter.h:24:0,
                 from base/mscommon.c:24:
../include/mediastreamer2/msqueue.h:70:26: error: expected '=', ',', ';',
'asm' or '__attribute__' before 'ms_queue_empty'
 static MS2_INLINE bool_t ms_queue_empty(MSQueue *q){
                          ^
../include/mediastreamer2/msqueue.h:139:19: error: expected '=', ',', ';',
'asm' or '__attribute__' before 'int'
 static MS2_INLINE int ms_bufferizer_get_avail(MSBufferizer *obj){
                   ^
Makefile:1522: recipe for target 'base/mscommon.lo' failed
make[3]: *** [base/mscommon.lo] Error 1
make[3]: Leaving directory '/home/andi/ba-arbeit/mediastreamer2/src'
Makefile:985: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/andi/ba-arbeit/mediastreamer2/src'
Makefile:619: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/andi/ba-arbeit/mediastreamer2'
Makefile:525: recipe for target 'all' failed
make: *** [all] Error 2




--
View this message in context: 
http://nongnu.13855.n7.nabble.com/Mediastreamer2-IT-PROG-INTLTOOL-0-40-no-xml-tp204362p204371.html
Sent from the linphone-developers mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]