[mythtv] Compile problems with CVS

Benjamin Binford mythtv-dev@snowman.net
Wed, 27 Nov 2002 07:57:25 -0500


--fUYQa+Pmc3FrFX/N
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Tue, Nov 26, 2002 at 10:59:38PM -0500, Isaac Richards wrote:
> On Tuesday 26 November 2002 10:40 pm, Ray wrote:
> > I've been compiling versions of Myth for the past month without problems
> > but the current cvs is failing with the following:
> <snip>
> > Any ideas?
> 
> You probably need to delete any existing libmyth* libraries in /usr/local/lib.
<snip>
I've also found that changing the library search order to look in the mythtv libs directory before the installation directory works as well (see attachement). Is there a good reason to look in the installation directory first that I'm missing?

Ben








> 
> Isaac
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev@snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev

--fUYQa+Pmc3FrFX/N
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="library-order.diff"

Index: mythfilldatabase.pro
===================================================================
RCS file: /var/lib/cvs/MC/programs/mythfilldatabase/mythfilldatabase.pro,v
retrieving revision 1.5
diff -r1.5 mythfilldatabase.pro
15c15
< LIBS += -lmyth-$$LIBVERSION -L/usr/local/lib -L../../libs/libmyth
---
> LIBS += -lmyth-$$LIBVERSION -L../../libs/libmyth -L/usr/local/lib 

--fUYQa+Pmc3FrFX/N--