ZikZak | 4 May 14:45
Favicon

Thusnelda compile error

Hi,

I can not anymore compile this version of theora.
I get the following:

/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I.. -I../i
nclude -I../lib -I../lib/dec -I../lib/enc   -I/usr/local/include    
-Wall -Wno-p
arentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions 
-funroll-loo
ps  -MT mode.lo -MD -MP -MF .deps/mode.Tpo -c -o mode.lo `test -f 
'enc/mode.c' |
| echo './'`enc/mode.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../lib/dec 
-I../lib/enc -I
/usr/local/include -Wall -Wno-parentheses -O3 -fforce-addr 
-fomit-frame-pointer
-finline-functions -funroll-loops -MT mode.lo -MD -MP -MF .deps/mode.Tpo 
-c enc/
mode.c  -fPIC -DPIC -o .libs/mode.o
enc/mode.c:500: error: redefinition of 'find_nonzero_transition'
enc/mode.c:491: error: previous definition of 'find_nonzero_transition' 
was here
enc/mode.c:541: error: expected identifier or '(' before '/' token
enc/mode.c: In function 'TQMB':
enc/mode.c:656: warning: implicit declaration of function 'TQB'

Any idea on how to solve it ?

(Continue reading)

Conrad Parker | 5 May 08:59
Favicon
Gravatar

Re: Thusnelda compile error

2008/5/4 ZikZak <zikzak <at> tele2.fr>:
>  enc/mode.c:500: error: redefinition of 'find_nonzero_transition'
>  enc/mode.c:491: error: previous definition of 'find_nonzero_transition'
>  was here
>  enc/mode.c:541: error: expected identifier or '(' before '/' token
>  enc/mode.c: In function 'TQMB':
>  enc/mode.c:656: warning: implicit declaration of function 'TQB'
>
>  Any idea on how to solve it ?

I haven't tried to solve it, but Ive set up a buildbot which confirms it:

http://buildbot.xiph.org/thusnelda/waterfall

(that's currently set up to do a daily build)

cheers,

Conrad.
Ralph Giles | 5 May 18:46
Favicon

Re: Thusnelda compile error


On 4-May-08, at 11:59 PM, Conrad Parker wrote:

> 2008/5/4 ZikZak <zikzak <at> tele2.fr>:
>>  enc/mode.c:500: error: redefinition of 'find_nonzero_transition'
>>  enc/mode.c:491: error: previous definition of  
>> 'find_nonzero_transition' was here

There's a minor problem with the say an experimental routine is  
disabled. The attached patch should fix it.

  -r

Attachment (thusnelda-fix.diff): application/octet-stream, 815 bytes

_______________________________________________
theora mailing list
theora <at> xiph.org
http://lists.xiph.org/mailman/listinfo/theora
ZikZak | 5 May 19:32
Favicon

Re: Thusnelda compile error

Ralph Giles a écrit :
>
> On 4-May-08, at 11:59 PM, Conrad Parker wrote:
>
>> 2008/5/4 ZikZak <zikzak <at> tele2.fr>:
>>>  enc/mode.c:500: error: redefinition of 'find_nonzero_transition'
>>>  enc/mode.c:491: error: previous definition of 
>>> 'find_nonzero_transition' was here
>
> There's a minor problem with the say an experimental routine is 
> disabled. The attached patch should fix it.
>
>  -r
Hi,

Works perfectly !
Thank you

Regards
--
ZikZak

Gmane