[mythtv-users] Problem compiling latest trunk - undefined reference to `MythRAOPDevice::HardwareId()'

Michael T. Dean mtdean at thirdcontact.com
Sun May 13 22:27:38 UTC 2012


On 05/13/2012 09:03 AM, Doug Lytle wrote:
> Michael T. Dean wrote:
>> Where, ideally, you run make uninstall before you do another git 
>> pull--i.e. ensuring to always make uninstall before updating any files.
>
> Question on this.
>
> Is it sufficient to do a ./configure;make after the make uninstall, or 
> do I need also need to a make distclean as well?

In theory, you would only need to do a configure if you do a make clean 
or make distclean--not if you do a make uninstall.  That said, for some 
changes that you'll get with a git pull, a make clean or make distclean 
may be necessary.

So, you could likely do:

make uninstall
git pull
make
make install

Mike


More information about the mythtv-users mailing list