Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Dev

Compiler error using latest svn

 

 

MythTV dev RSS feed   Index | Next | Previous | View Threaded


luitjens at cs

Sep 6, 2007, 8:53 PM

Post #1 of 5 (682 views)
Permalink
Compiler error using latest svn

Hi,

I'm getting the following compile error using the latest SVN:

gcc -c -pipe -march=pentium4 -g -Wall -Wno-switch
-Wdisabled-optimization -Wpointer-arith -Wredundant-decls
-Wno-pointer-sign -w -g -fomit-frame-pointer -O -D_REENTRANT -DMMX
-Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\"
-DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE
-DHAVE_XVMC -DHAVE_XVMC_VLD -DQT_THREAD_SUPPORT -DQT_SHARED
-DQT_NO_DEBUG -I/usr/lib/qt-3.3/mkspecs/default -I. -I.. -I../..
-I../libavutil -I../libswscale -I/usr/lib/qt-3.3/include -o allcodecs.o
allcodecs.c
allcodecs.c: In function 'avcodec_register_all':
allcodecs.c:103: error: 'ENABLE_MPEG_DVDV_DECODER' undeclared (first use
in this function)
allcodecs.c:103: error: (Each undeclared identifier is reported only once
allcodecs.c:103: error: for each function it appears in.)


Any ideas?

Thanks
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


luitjens at cs

Sep 6, 2007, 8:59 PM

Post #2 of 5 (668 views)
Permalink
Re: Compiler error using latest svn [In reply to]

A reconfigure fixed it. Sorry for the spam.

Justin wrote:
> Hi,
>
> I'm getting the following compile error using the latest SVN:
>
> gcc -c -pipe -march=pentium4 -g -Wall -Wno-switch
> -Wdisabled-optimization -Wpointer-arith -Wredundant-decls
> -Wno-pointer-sign -w -g -fomit-frame-pointer -O -D_REENTRANT -DMMX
> -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\"
> -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE
> -DHAVE_XVMC -DHAVE_XVMC_VLD -DQT_THREAD_SUPPORT -DQT_SHARED
> -DQT_NO_DEBUG -I/usr/lib/qt-3.3/mkspecs/default -I. -I.. -I../..
> -I../libavutil -I../libswscale -I/usr/lib/qt-3.3/include -o allcodecs.o
> allcodecs.c
> allcodecs.c: In function 'avcodec_register_all':
> allcodecs.c:103: error: 'ENABLE_MPEG_DVDV_DECODER' undeclared (first use
> in this function)
> allcodecs.c:103: error: (Each undeclared identifier is reported only once
> allcodecs.c:103: error: for each function it appears in.)
>
>
> Any ideas?
>
> Thanks
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>

_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


jra at baylink

Sep 6, 2007, 9:18 PM

Post #3 of 5 (658 views)
Permalink
Re: Compiler error using latest svn [In reply to]

On Thu, Sep 06, 2007 at 09:53:06PM -0600, Justin wrote:
> I'm getting the following compile error using the latest SVN:
>
> gcc -c -pipe -march=pentium4 -g -Wall -Wno-switch
> -Wdisabled-optimization -Wpointer-arith -Wredundant-decls
> -Wno-pointer-sign -w -g -fomit-frame-pointer -O -D_REENTRANT -DMMX
> -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\"
> -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE
> -DHAVE_XVMC -DHAVE_XVMC_VLD -DQT_THREAD_SUPPORT -DQT_SHARED
> -DQT_NO_DEBUG -I/usr/lib/qt-3.3/mkspecs/default -I. -I.. -I../..
> -I../libavutil -I../libswscale -I/usr/lib/qt-3.3/include -o allcodecs.o
> allcodecs.c
> allcodecs.c: In function 'avcodec_register_all':
> allcodecs.c:103: error: 'ENABLE_MPEG_DVDV_DECODER' undeclared (first use
> in this function)

Scientific wild-ass guess: that should be ENABLE_MPEG_DVD_DECODER and
it's a typo?

Cheers
-- jra
--
Jay R. Ashworth Baylink jra [at] baylink
Designer The Things I Think RFC 2100
Ashworth & Associates http://baylink.pitas.com '87 e24
St Petersburg FL USA http://photo.imageinc.us +1 727 647 1274
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


mtdean at thirdcontact

Sep 6, 2007, 9:50 PM

Post #4 of 5 (669 views)
Permalink
Re: Compiler error using latest svn [In reply to]

On 09/07/2007 12:18 AM, Jay R. Ashworth wrote:
> On Thu, Sep 06, 2007 at 09:53:06PM -0600, Justin wrote:
>
>> I'm getting the following compile error using the latest SVN:
>>
>> gcc -c -pipe -march=pentium4 -g -Wall -Wno-switch
>> -Wdisabled-optimization -Wpointer-arith -Wredundant-decls
>> -Wno-pointer-sign -w -g -fomit-frame-pointer -O -D_REENTRANT -DMMX
>> -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\"
>> -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE
>> -DHAVE_XVMC -DHAVE_XVMC_VLD -DQT_THREAD_SUPPORT -DQT_SHARED
>> -DQT_NO_DEBUG -I/usr/lib/qt-3.3/mkspecs/default -I. -I.. -I../..
>> -I../libavutil -I../libswscale -I/usr/lib/qt-3.3/include -o allcodecs.o
>> allcodecs.c
>> allcodecs.c: In function 'avcodec_register_all':
>> allcodecs.c:103: error: 'ENABLE_MPEG_DVDV_DECODER' undeclared (first use
>> in this function)
>>
> Scientific wild-ass guess: that should be ENABLE_MPEG_DVD_DECODER and
> it's a typo?

Isn't DVDV some Mac acceleration thing? (I think that's the technical
term.) If so, and if the OP is using Mac OS X, mentioning so would have
been useful. If so, and if the OP is not using Mac OS X, there may be
the start of an explanation for the error. :)

Mike
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


luitjens at cs

Sep 6, 2007, 9:57 PM

Post #5 of 5 (651 views)
Permalink
Re: Compiler error using latest svn [In reply to]

Linux only here.... I won't touch a Mac... ;)

Anyway reconfiguring and building fixed the problem.

Michael T. Dean wrote:
> On 09/07/2007 12:18 AM, Jay R. Ashworth wrote:
>
>> On Thu, Sep 06, 2007 at 09:53:06PM -0600, Justin wrote:
>>
>>
>>> I'm getting the following compile error using the latest SVN:
>>>
>>> gcc -c -pipe -march=pentium4 -g -Wall -Wno-switch
>>> -Wdisabled-optimization -Wpointer-arith -Wredundant-decls
>>> -Wno-pointer-sign -w -g -fomit-frame-pointer -O -D_REENTRANT -DMMX
>>> -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\"
>>> -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE
>>> -DHAVE_XVMC -DHAVE_XVMC_VLD -DQT_THREAD_SUPPORT -DQT_SHARED
>>> -DQT_NO_DEBUG -I/usr/lib/qt-3.3/mkspecs/default -I. -I.. -I../..
>>> -I../libavutil -I../libswscale -I/usr/lib/qt-3.3/include -o allcodecs.o
>>> allcodecs.c
>>> allcodecs.c: In function 'avcodec_register_all':
>>> allcodecs.c:103: error: 'ENABLE_MPEG_DVDV_DECODER' undeclared (first use
>>> in this function)
>>>
>>>
>> Scientific wild-ass guess: that should be ENABLE_MPEG_DVD_DECODER and
>> it's a typo?
>>
>
> Isn't DVDV some Mac acceleration thing? (I think that's the technical
> term.) If so, and if the OP is using Mac OS X, mentioning so would have
> been useful. If so, and if the OP is not using Mac OS X, there may be
> the start of an explanation for the error. :)
>
> Mike
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>

_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

MythTV dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.