[mythtv] Possible CVS issue ... possibly I'm an idiot.

Richard Trice mythtv-dev@snowman.net
18 Dec 2002 11:59:45 -0600


Hardware

Athlon 2000xp
512 ram
ati tv wonder ve
geforce 440mx
(just upgraded).... me gusto mucho.

BTW for those outthere upgrading hardware.  I do not recommend
upgrading your system to the nforce2 stuff. I just bought an
A7n266-vm.... grub broke, had to pull some crap to install lilo
instead and boot the system.  NVIDIA doesn't have 2.4.18-18 drivers,
so you need to manually build them.  not bad, but ~20 hours of
trying to figure out what was broken and fix it.  But everything
is working. thnks to all out there with the insmod help getting the
tuner type=17. (I am also going to try type = 2).

Anyway,  downloaded CVS this morning 12/18/02.  ran make distclean,
make clean, ./configure -extra-cflags="-march=athlon-xp", and ran
make... this is the output.

<SNIP>

make[2]: Entering directory `/root/cvs/MC/programs/menutest'
g++ -c -pipe -Wall -W -O6 -march=pentiumpro -fomit-frame-pointer
-funroll-loops
-fexpensive-optimizations -finline-functions -fno-rtti -fno-exceptions
-D_REENTRANT  -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DEXTRA_LOCKING
-DMMX
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/local/include
-I../../libs/libmyth
-I/usr/lib/qt3-gcc3.2/include -I/usr/lib/qt3-gcc3.2/mkspecs/default -o
main.o
main.cpp
cc1plus: warning: changing search order for system directory 
"/usr/local/include"
cc1plus: warning:   as it has already been specified as a non-system
directory
g++  ;o menutest main.o    -L/usr/lib/qt3-gcc3.2/lib  -L/usr/X11R6/lib
-lmyth-0.8 -L/usr/local/lib -L../../libs/libmyth -lqt-mt -lpthread
-lXext
-lX11 -lm
main.o: In function `main':
main.o(.text+0xdf): undefined reference to `MythDialog::Show()'
collect2: ld returned 1 exit status
make[2]: *** [menutest] Error 1
make[2]: Leaving directory `/root/cvs/MC/programs/menutest'
make[1]: *** [sub-menutest] Error 2
make[1]: Leaving directory `/root/cvs/MC/programs'
make: *** [sub-programs] Error 2

Did anyone else have this issue?   I am rerunning with just a plain
./configure right now to see if anything is different.  Anyway, if
anyone has
seen this before, help would be appriciated, otherwise I will just keep
playing around with it (or go back and try 0.7)....