linphone-users
[Top][All Lists]
Advanced

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

[Linphone-users] Re: Linphone-users Digest, Vol 51, Issue 13


From: venkatram mustoor
Subject: [Linphone-users] Re: Linphone-users Digest, Vol 51, Issue 13
Date: Fri, 16 Feb 2007 09:29:52 +0530

Hi All,

I am getting this error during make.

please help me./
speexec.c: In function `speex_ec_process':
speexec.c:112: syntax error before "noise"
cc1: warnings being treated as errors
speexec.c:133: warning: implicit declaration of function
`speex_echo_state_reset'
speexec.c:148: warning: passing arg 5 of `speex_echo_cancel' makes
pointer from integer without a cast
speexec.c:149: warning: comparison between pointer and integer
speexec.c:150: warning: passing arg 3 of `speex_preprocess' makes
pointer from integer without a cast
make[3]: *** [speexec.lo] Error 1
make[3]: Leaving directory
`/home/umesh/IPPHONE/linphone-1.5.1/mediastreamer2/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/umesh/IPPHONE/linphone-1.5.1/mediastreamer2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/umesh/IPPHONE/linphone-1.5.1/mediastreamer2'
make: *** [all] Error 2



On 2/13/07, address@hidden
<address@hidden> wrote:
Send Linphone-users mailing list submissions to
       address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
       http://lists.nongnu.org/mailman/listinfo/linphone-users
or, via email, send a message with subject or body 'help' to
       address@hidden

You can reach the person managing the list at
       address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Linphone-users digest..."


Today's Topics:

  1. Re:  make error during cross compiling "Linphone" for
     powerpc-405 (Simon Morlat)
  2. Re:  Strange Crashes with Windows Version (Simon Morlat)
  3. Re:  Linphone Windows Idea: Put config file into  app's dir to
     enable USB stick usage (Simon Morlat)
  4. Re:  Route and IP questions (Simon Morlat)
  5. Re:  Problems with linphone-1.5.1 installation (Sabeeh Siddiqui)


----------------------------------------------------------------------

Message: 1
Date: Tue, 13 Feb 2007 13:59:58 +0100
From: Simon Morlat <address@hidden>
Subject: Re: [Linphone-users] make error during cross compiling
       "Linphone" for  powerpc-405
To: address@hidden
Cc: venkatram mustoor <address@hidden>
Message-ID: <address@hidden>
Content-Type: text/plain;  charset="iso-8859-1"

Hi,

Please make sure you are using the lastest version of speex software.

Simon

Le mercredi 7 février 2007 11:39, venkatram mustoor a écrit:
> Hi All,
> I am trying to cross  compile "Linphone" onto powerpc-405, but I get
> these errors when i type                   "make."
>
>
> speexec.c: In function `speex_ec_process':
> speexec.c:112: `spx_int32_t' undeclared (first use in this function)
> speexec.c:112: (Each undeclared identifier is reported only once
> speexec.c:112: for each function it appears in.)
> speexec.c:112: `noise' undeclared (first use in this function)
> speexec.c:112: parse error before ')' token
> cc1: warnings being treated as errors
> speexec.c:133: warning: implicit declaration of function
> `speex_echo_state_reset'
> make[5]: *** [speexec.lo] Error 1
> make[5]: Leaving directory
> `/home/umesh/IPPHONE/linphone-1.5.1/mediastreamer2/src'
> make[4]: *** [all] Error 2
> make[4]: Leaving directory
> `/home/umesh/IPPHONE/linphone-1.5.1/mediastreamer2/src'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
> `/home/umesh/IPPHONE/linphone-1.5.1/mediastreamer2' make[2]: *** [all]
> Error 2
> make[2]: Leaving directory
> `/home/umesh/IPPHONE/linphone-1.5.1/mediastreamer2' make[1]: ***
> [all-recursive] Error 1
> make[1]: Leaving directory `/home/umesh/IPPHONE/linphone-1.5.1'
> make: *** [all] Error 2
>
> Please help me as whats causing speex.lo error to occur.
>
>
> On 2/6/07, address@hidden
>
> <address@hidden> wrote:
> > Send Linphone-users mailing list submissions to
> >     address@hidden
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >     http://lists.nongnu.org/mailman/listinfo/linphone-users
> > or, via email, send a message with subject or body 'help' to
> >     address@hidden
> >
> > You can reach the person managing the list at
> >     address@hidden
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Linphone-users digest..."
> >
> >
> > Today's Topics:
> >
> >    1.  Failing registration with Asterisk (Jong-won Choi)
> >    2.  Re: Failing registration with Asterisk (Petr Pisar)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Tue, 06 Feb 2007 12:59:21 +0900
> > From: Jong-won Choi <address@hidden>
> > Subject: [Linphone-users] Failing registration with Asterisk
> > To: address@hidden
> > Message-ID: <address@hidden>
> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> >
> > Hi Linphone Users
> >
> > The problem happens with Linphone 1.6.0 and Asterisk 1.4.0.
> > Currently I use linphonec - command line Linphone.
> >
> > I turned on verbose log message and found a strange log line during the
> > register session:
> >
> >                    Via: SIP/2.0/UDP [::1]:5050;branch=....
> >
> > It seems like Asterisk can't handle '[' and ']' part correctly based on
> > Asterisk's log message.
> >
> > I guess correcting '[::1]:5050' (I changed the port from 5060) to the
> > machine address like '192.168.1.100:5050' may fix this problem, but I
> > don't know how to do that.
> >
> > Any idea?
> >
> > Thanks
> >
> > Jong-won
> >
> >
> >
> >
> > ------------------------------
> >
> > Message: 2
> > Date: Tue, 6 Feb 2007 13:20:28 +0000 (UTC)
> > From: Petr Pisar <address@hidden>
> > Subject: [Linphone-users] Re: Failing registration with Asterisk
> > To: address@hidden
> > Message-ID: <address@hidden>
> >
> > On 2007-02-06, Jong-won Choi <address@hidden> wrote:
> > > The problem happens with Linphone 1.6.0 and Asterisk 1.4.0.
> > >
> > >                    Via: SIP/2.0/UDP [::1]:5050;branch=....
> > >
> > > It seems like Asterisk can't handle '[' and ']' part correctly based on
> > > Asterisk's log message.
> >
> > If this is true, than Asterisk doesn't conform to SIP and IPv6 URI
> > specification. The problem is in Asterisk, not in Linphone.
> >
> > On the other hand Via: [::1] should not be the first Via header, because
> > it points to the loopback network device and it would not have any sence
> > to route the message in this way.
> >
> > > I guess correcting '[::1]:5050' (I changed the port from 5060) to the
> > > machine address like '192.168.1.100:5050' may fix this problem, but I
> > > don't know how to do that.
> >
> > No, becuase the colon (':') use integral part of IPv6 address. The above
> > syntax is Ok.
> >
> > -- Petr
> >
> >
> >
> >
> >
> > ------------------------------
> >
> > _______________________________________________
> > Linphone-users mailing list
> > address@hidden
> > http://lists.nongnu.org/mailman/listinfo/linphone-users
> >
> >
> > End of Linphone-users Digest, Vol 51, Issue 3
> > *********************************************
>
> _______________________________________________
> Linphone-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/linphone-users




------------------------------

Message: 2
Date: Tue, 13 Feb 2007 14:04:53 +0100
From: Simon Morlat <address@hidden>
Subject: Re: [Linphone-users] Strange Crashes with Windows Version
To: Conrad Beckert <address@hidden>
Cc: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain;  charset="iso-8859-15"


>
> PS: I've found an older beginning to realise an Qt interface for
> Linphone. What happened to it? (a Qt GUI would be completely portable -
> even for MacOS or embedded devices wouldn't it) I just learned Qt for
> consulting and training a big client of us - what a pity to let my
> knowledge abandonned :-)
This was an attempt to create a minimalist gui for qt-embedded running on Opie
(or qtopia) environnement (for handhelds computer).
I did not persevere this way.
Qt is good software but I don't like much this extended-c++ language (moc
compiler). wxwidget is pure C++ and runs also on all platforms.
And finally I found an excellent IDE called wxDev-C++ that has mingw (gcc
development tools on windows) and wxwidget and a gui builder, this was
exactly I needed to port linphone on windows rapidly.

Simon




------------------------------

Message: 3
Date: Tue, 13 Feb 2007 14:07:14 +0100
From: Simon Morlat <address@hidden>
Subject: Re: [Linphone-users] Linphone Windows Idea: Put config file
       into    app's dir to enable USB stick usage
To: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain;  charset="iso-8859-15"

I'm not a windows specialist: can you explain me what is the "application's
directory" ?
Do you mean c:\Program Files\Linphone ?
Currently it looks at a config file in c:\Document and
Settings\<user>\Application Data\Linphone which appears to be the windows
standart path for application's user profiles.

Simon


Le mercredi 7 février 2007 18:06, Conrad Beckert a écrit:
> Hi,
>
> just an idea I had: what about looking for the Windows version's config
> file in the application's directory first. It would make it possible to
> run a configured Linphone off an USB memory stick which would be
> extremely cool in all the MSN/Yahoo infested Internet cafés.
>
> Greetings
> Conrad
>
>
> _______________________________________________
> Linphone-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/linphone-users




------------------------------

Message: 4
Date: Tue, 13 Feb 2007 14:41:05 +0100
From: Simon Morlat <address@hidden>
Subject: Re: [Linphone-users] Route and IP questions
To: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain;  charset="iso-8859-1"

Le samedi 10 février 2007 12:27, MJ Ray a écrit:
> Linphonec looks like a good base for building desktop phone clients
> and its debugging output was helpful when reconfiguring the network.
> I've been using earlier versions happily with some servers, but I've
> upgraded to 1.6.0 and tried to register with aql.com and hit a few
> problems:
>
> 1. Can I make linphonec prefer particular codecs?
>From the config file (~/.linphonerc), you just have to disable the codec you
don't want by changing enabled=1 to enabled=0 from the sections
[audio_codec_X].

I found on the log below that the asterisk server is doing re-INVITE and
unfortunately this is not supported by this version of linphone ( one future
version will). This is the only problem. The via or route headers despite
they seem strange are not the problem.

Simon





------------------------------

Message: 5
Date: Tue, 13 Feb 2007 08:57:39 -0500
From: "Sabeeh Siddiqui" <address@hidden>
Subject: Re: [Linphone-users] Problems with linphone-1.5.1
       installation
To: "Simon Morlat" <address@hidden>
Cc: address@hidden
Message-ID:
       <address@hidden>
Content-Type: text/plain; charset="iso-8859-1"

Hi there,

Thanks for all the help. I finally got linphone 1.5.1 working and i'll list
the procedure as follows.
*Note:* this procedure also worked for 1.6.0 when i tired it.

You need to do *make clean* and *make uninstall *on all previous
installations because they may be conflicting with one another.
(I found this out the hard way after re-installing a clean kernel)

Install: speex.i386 and speex-devel.i386
*Note:* it is easiest to do this with an active internet connection and
performing *yum install speex.i386 *and *yum install speex-devel.i386*

Install: libosip2-2.2.0, speex-1.1.12, msilbc-2.0.0, readline4_3.3.orig
*Note:* i found all of these as source tarballs and installed them through
the usual *./configure && make && make install*
*Note:* once you've done *make install*, make sure to do *make clean* before
leaving the directory of the source

Finally to install linphone 1.5.1: *./configure --prefix=/usr
--disable-static --disable-video && make clean && make && make install*
*Note:* This will install linphone 1.5.1 (or 1.6.0) but it will not provide
video capabilities...to install with video capabilities, remove *
--disable-video*, but note that this brang up a whole new set of errors for
me but you're welcome to try it out.

Thanks for all your help and time,
Sabeeh Siddiqui



On 2/13/07, Simon Morlat <address@hidden> wrote:
>
> Hi,
>
> You need libosip=2.2.2. Currently it does not work with libosip-2.2.3 or
> 3.0.0
> I'm working on this topic.
>
> Simon
>
>
> Le mardi 6 février 2007 21:05, Sabeeh Siddiqui a écrit:
> > Hello everybody!!!
> >
> > I'm quite new to the whole linphone saga and i've run into a problem
> while
> > installing linphone-1.5.1. I've used the following sequence for
> installing
> > the software:
> >
> >    - ./configure --prefix=/usr --disable-video --disable-strict
> >    - make clean
> >    - make (which is where the error occurs)
> >
> >
> > The output from the error is shown below:
> > gcc -DENABLE_TRACE -D_ORTP_SOURCE -g -O2 -o .libs/linphonec linphonec.o
> > commands.o  ../mediastreamer2/src/.libs/libquickstream.so
> > ../mediastreamer2/src/.libs/libmediastreamer.so
> > ../oRTP/src/.libs/libortp.so -L/usr/lib ../coreapi/.libs/liblinphone.so
> > /root/work/sipApplications/linphone-1.5.1
> /mediastreamer2/src/.libs/libquick
> >stream.so
> > /root/work/sipApplications/linphone-1.5.1
> /mediastreamer2/src/.libs/libmedia
> >streamer.so
> > /root/work/sipApplications/linphone-1.5.1/oRTP/src/.libs/libortp.so
> > -lasound /usr/lib/libspeex.so -lm -lpthread -ldl /usr/lib/libosip2.so
> > /usr/lib/libosipparser2.so -lnsl -lrt -lreadline -lncurses
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_remove_audio_payloads'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_init'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_sdp_message_put_on_hold'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_set_o_nettype'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_add_support_for_audio_codec'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_ctx_set_mycontext'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_set_c_nettype'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_set_c_addrtype'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_ctx_get_local_sdp'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_set_o_session_id'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_set_o_username'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_ctx_set_local_sdp'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_set_o_session_version'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_set_o_addr'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_set_fcn_get_audio_port'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_ctx_init'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_set_fcn_accept_audio_codec'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_sdp_message_put_off_hold'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_ctx_get_mycontext'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_sdp_build_offer'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_ctx_get_remote_sdp'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_ctx_execute_negotiation'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_ctx_set_remote_sdp'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_set_fcn_accept_other_codec'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_free'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_set_fcn_accept_video_codec'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_set_o_addrtype'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_set_c_addr'
> > ../coreapi/.libs/liblinphone.so: undefined reference to
> > `osip_negotiation_ctx_free'
> > collect2: ld returned 1 exit status
> > make[2]: *** [linphonec] Error 1
> > make[2]: Leaving directory `/root/work/sipApplications/linphone-1.5.1
> > /console'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/root/work/sipApplications/linphone-1.5.1'
> > make: *** [all] Error 2
> >
> > I really don't seem to understand what the problem may be. I've already
> > tried doing ./autogen.sh prior to the configuration options but it does
> not
> > seem to work.
> > Note: i'm getting the exact same problematic output while installing
> > linphone-1.4.0, linphone-1.5.1, and linphone-1.6.0
> >
> > Please advise.
>



--
Sabeeh Siddiqui
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://lists.gnu.org/pipermail/linphone-users/attachments/20070213/150f1d23/attachment.html

------------------------------

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


End of Linphone-users Digest, Vol 51, Issue 13
**********************************************





reply via email to

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