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: Johan Pascal
Subject: Re: [Linphone-developers] Mediastreamer2 IT_PROG_INTLTOOL(0.40, no-xml)
Date: Wed, 23 Sep 2015 14:35:58 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0

It still looks like it cannot found ORTP header files. Installing two version of oRTP isn't such a good idea as you may point to a version while thinking you are pointing at an other one.

Try:
- remove any apt-get installed version of oRTP and mediastreamer2
- create a install path like ~/linphoneusr/local or use /usr/local but it may be a good idea to first play in your home directory until you're sure about what you are doing - add PKG_CONFIG_PATH set to ~/linphoneusr/local/lib/pkgconfig in your environment
- run
./autogen.sh && ./configure --prefix=~/linphoneusr/local && make && make install
first in the oRTP, then in mediastreamer2 source directory

johan

On 23/09/15 13:45, Duchesko wrote:
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.

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers




reply via email to

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