Greetings,

I am trying to compile mythtv-23.1 on a cblfs box with 
qt-4.6.2.kde-4.4.5.gcc-4.4.2



----------------------my configure script looks like this:-
sh configure \
--extra-ldflags="-L/opt/lib  -L$QTDIR/lib  -L/opt/mysql/lib  -
L$XORG_PREFIX/lib -L/opt/lirc/lib  -L/opt/dirac/lib" \
--extra-cflags="-I/opt/include -I/usr/include  -I/opt/dirac/include -
I/opt/lirc/include  -I/opt/mysql/include \
-I/usr/local/include -I/opt/ffmpeg/include" \
--qmake=$QTDIR/bin/qmake \
--enable-proc-opt \
--disable-audio-oss \
--enable-valgrind \
--dvb-path=/usr/include \
--x11-path=$XORG_PREFIX/include \
--with-bindings=perl,python \
--python=/usr

------------------make ends like so:-

make[2]: Entering directory `$SOURCES/mythtv/libs/libmythdvdnav'
gcc -c -m64 -pipe -fomit-frame-pointer -O3 -I/opt/include -I/usr/include -
I/opt/dirac/include -I/opt/lirc/include -I/opt/mysql/include -
I/usr/local/include -I/opt/ffmpeg/include -march=k8 -std=c99 -fPIC -g -Wall -
Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-
pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -fno-math-errno 
-fno-signed-zeros -fno-tree-vectorize -fPIC -DPIC -w -fPIC -D_REENTRANT -DMMX 
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -
I/opt/qt-4.6.2/mkspecs/linux-g++-64 -I. -I/usr/include -I/opt/mythtv-0.23 -I. 
-I../.. -Idvdnav -I../libmythdb -o dvdnav.o dvdnav/dvdnav.c
dvdnav/dvdnav.c: In function 'dvdnav_open':
dvdnav/dvdnav.c:79: error: 'DVDNAV_SVN_REV' undeclared (first use in this 
function)
dvdnav/dvdnav.c:79: error: (Each undeclared identifier is reported only once
dvdnav/dvdnav.c:79: error: for each function it appears in.)
dvdnav/dvdnav.c: In function 'dvdnav_audio_stream_format':
dvdnav/dvdnav.c:915: error: 'DVDNAV_FORMAT_AC3' undeclared (first use in this 
function)
dvdnav/dvdnav.c:919: error: 'DVDNAV_FORMAT_MPEGAUDIO' undeclared (first use in 
this function)
dvdnav/dvdnav.c:922: error: 'DVDNAV_FORMAT_LPCM' undeclared (first use in this 
function)
dvdnav/dvdnav.c:925: error: 'DVDNAV_FORMAT_DTS' undeclared (first use in this 
function)
dvdnav/dvdnav.c:928: error: 'DVDNAV_FORMAT_SDDS' undeclared (first use in this 
function)
make[2]: *** [dvdnav.o] Error 1
make[2]: Leaving directory `$SOURCES/mythtv/libs/libmythdvdnav'
make[1]: *** [sub-libmythdvdnav-make_default] Error 2
make[1]: Leaving directory `$SOURCES/mythtv/libs'
make: *** [sub-libs-make_default-ordered] Error 2



-------------I get the same error 
--------A)if I tried the released tarball as well as the stuff from svn 
--------B)even if I symlink /opt/include/{dvdread/dvdnav} to /uer/include

I tried soliciting some help from the mythtv list archives to no avail.

advice would be appreciated

sincerely
lux-integ
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to