linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Did someone get a working linphone build on An


From: Guillaume BERAUDO
Subject: Re: [Linphone-developers] Did someone get a working linphone build on Android?
Date: Tue, 6 Sep 2011 14:54:38 +0200

Hi,

Have you launched the prepare script?

Cheers,

Guillaume

Le Tue, 6 Sep 2011 10:08:44 +0000,
Bruno Francesco <address@hidden> a écrit :

> Hello,
> I gave up with cgywin and switched to a pure Linux Machine.
> Now the problem is during ilbc.c building, please see below:
> 
> Compile thumb  : msilbc <= ilbc.c
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:5:26:
> error: iLBC_encode.h: No such file or
> directory 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:6:26:
> error: iLBC_decode.h: No such file or
> directory 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:21:
> error: expected specifier-qualifier-list before
> 'iLBC_Enc_Inst_t' 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:
> In function
> 'enc_init': 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:31:
> error: 'BLOCKL_30MS' undeclared (first use in this
> function) 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:31:
> error: (Each undeclared identifier is reported only
> once 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:31:
> error: for each function it appears
> in.) 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:32:
> error: 'NO_OF_BYTES_30MS' undeclared (first use in this
> function) 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:
> In function
> 'enc_preprocess': 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:49:
> error: 'EncState' has no member named
> 'ilbc_enc' 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:
> In function
> 'enc_add_fmtp': 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:63:
> error: 'BLOCKL_20MS' undeclared (first use in this
> function) 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:64:
> error: 'NO_OF_BYTES_20MS' undeclared (first use in this
> function) 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:67:
> error: 'BLOCKL_30MS' undeclared (first use in this
> function) 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:68:
> error: 'NO_OF_BYTES_30MS' undeclared (first use in this
> function) 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:
> In function
> 'enc_process': 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:104:
> error: 'BLOCKL_MAX' undeclared (first use in this
> function) 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:129:
> error: 'EncState' has no member named
> 'ilbc_enc' 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:
> At top
> level: 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:185:
> error: expected specifier-qualifier-list before
> 'iLBC_Dec_Inst_t' 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:
> In function
> 'dec_process': 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:205:
> error: 'BLOCKL_MAX' undeclared (first use in this
> function) 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:214:
> error: 'NO_OF_BYTES_20MS' undeclared (first use in this
> function) 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:219:
> error: 'BLOCKL_20MS' undeclared (first use in this
> function) 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:220:
> error: 'DecState' has no member named
> 'ilbc_dec' 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:222:
> error: 'NO_OF_BYTES_30MS' undeclared (first use in this
> function) 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:227:
> error: 'BLOCKL_30MS' undeclared (first use in this
> function) 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:228:
> error: 'DecState' has no member named
> 'ilbc_dec' 
> /home/iotsec/workspace/linphone-android/jni/..//submodules/msilbc/ilbc.c:237:
> error: 'DecState' has no member named 'ilbc_dec' make: ***
> [/home/iotsec/workspace/linphone-android/obj/local/armeabi-v7a/objs/msilbc/ilbc.o]
> Error 1
> 
> I Think the cause is the following error I got during
> prepare_sources.sh
> 
> Generating build scripts in libilbc-rfc3951...
> + libtoolize --copy --force
> ./autogen.sh: 1: libtoolize: not found
> + aclocal
> ./autogen.sh: 1: aclocal: not found
> + automake --force-missing --add-missing --copy
> ./autogen.sh: 1: automake: not found
> + autoconf
> ./autogen.sh: 1: autoconf: not found
> iLBC prepare stage failed
> exit: 5: Illegal number: -1
> 
> Could you please how to get rid of this?
> What caused the failure of iLBC prepare stage?
> 
> Thanks in advance
> Best Regards
> 
> From: address@hidden
> [mailto:address@hidden On
> Behalf Of Jehan Monnier Sent: martedì 6 settembre 2011 10.17 To:
> address@hidden Subject: Re: [Linphone-developers] Did
> someone get a working linphone build on Android?
> 
> Hello,
> Thanks for the cygwin's users ;-)
> By the way, do not hesitate to provide us with patches fixing this
> kind of issue ;-) Cheers
> 
> Jehan
> www.linphone.org<http://www.linphone.org>



reply via email to

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