> fix the problem or I'll get a different error.  For example  I just  
> updated to svn 7963 and when I run make I get this error:
> 
> ClassicCommDetector.o(.text+0x241ed): In function  
> `ClassicCommDetector::go()':
> ClassicCommDetector.cpp: undefined reference to  
> `NuppelVideoPlayer::OpenFile(bool)'
> collect2: ld returned 1 exit status
> make[2]: *** [mythcommflag] Error 1

A lot of times you'll see something like this because you didn't
run "make clean" when the commit log said to.  Sometimes we commit
changes that require a "make clean" or rerunning configure, so always
try those those two things if your compilation fails with an undefined
reference like this.  If you still get the error, then ask on the -users
list to see if others are experiencing the error before asking on the
-dev list.

-- 
Chris

_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to