[ale] Need a compiler help

Michael Trausch mike at trausch.us
Fri Mar 18 16:56:09 EDT 2011


I am guessing that you're on a 64-bit system?  guint64 would be
typedef'd to "long long int" on a 32-bit system, but only "long int"
on a 64-bit one.

The first thing I would actually try is to fix the printf statement to
be %ld and see if that makes the warning go away.

I am trying to find the VCS tree for linphone so that I can try that
out myself, though I am having difficulty.  Which version are you
using?

    --- Mike

On Fri, Mar 18, 2011 at 14:02, Chuck Payne <terrorpup at gmail.com> wrote:
> On Fri, Mar 18, 2011 at 1:55 PM, Michael Trausch <mike at trausch.us> wrote:
>> Can yoh pastebin the whole of the stderr? (Or just everything for that
>> matter?)
>>
>> --
>> Sent from my phone... a G2 running CM7 nightlies!
>>
>> On Mar 18, 2011 1:50 PM, "Chuck Payne" <terrorpup at gmail.com> wrote:
>>> I am trying to compile Linphone V1.0 on a CentOS 5 Box, but when I run
>>> make I get this following error
>>>
>>>
>>> rtpparse.c:201: warning: format '%lld' expects type 'long long int',
>>> but argument 3 has type 'guint64'
>>> rtpparse.c:211: warning: format '%lld' expects type 'long long int',
>>> but argument 3 has type 'guint64'
>>>
>>>
>>> I am told this is a warning, but I can't get to compile.
>>>
>>> I tried to this
>>>
>>> ./configure --disable-werror
>>>
>>> But that didn't help
>>>
>>> I even try to do this
>>>
>>> make -i
>>>
>>> But nothing compiles.
>>>
>>> Oh, before someone ask, I need this version of Linphone for MOS and
>>> QoS testing. It seems after this version you can't do any more. I know
>>> the latest is 3.4.2, but does do me much good.
>>>
>>> Thanks,
>>>
>>> Chuck
>>>
>>> --
>>> (678) 636-9678
>>> -----------------------------------------
>>> Discover it! Enjoy it! Share it! openSUSE Linux.
>>> -----------------------------------------
>>> openSUSE -- en.opensuse.org/User:Terrorpup
>>> openSUSE Ambassador/openSUSE Member
>>> skype,twiiter,identica,friendfeed -- terrorpup
>>> freenode(irc) --terrorpup/lupinstein
>>> Register Linux Userid: 155363
>>>
>>> Have you tried SUSE Studio? Need to create a Live CD,  an app you want
>>> to package and distribute , or create your own linux distro. Give SUSE
>>> Studio a try. www.susestudio.com.
>>>
>>> _______________________________________________
>>> Ale mailing list
>>> Ale at ale.org
>>> http://mail.ale.org/mailman/listinfo/ale
>>> See JOBS, ANNOUNCE and SCHOOLS lists at
>>> http://mail.ale.org/mailman/listinfo
>>
>> _______________________________________________
>> Ale mailing list
>> Ale at ale.org
>> http://mail.ale.org/mailman/listinfo/ale
>> See JOBS, ANNOUNCE and SCHOOLS lists at
>> http://mail.ale.org/mailman/listinfo
>>
>>
>
> Let me know if you need more
>
> http://pastebin.com/wzUMuhdL
>
>
> --
> (678) 636-9678
> -----------------------------------------
> Discover it! Enjoy it! Share it! openSUSE Linux.
> -----------------------------------------
> openSUSE -- en.opensuse.org/User:Terrorpup
> openSUSE Ambassador/openSUSE Member
> skype,twiiter,identica,friendfeed -- terrorpup
> freenode(irc) --terrorpup/lupinstein
> Register Linux Userid: 155363
>
> Have you tried SUSE Studio? Need to create a Live CD,  an app you want
> to package and distribute , or create your own linux distro. Give SUSE
> Studio a try. www.susestudio.com.
>



More information about the Ale mailing list