Re: [mythtv-users] MythCVS and Unichrome on EPIA M10K

2005-01-06 Thread Paul Barker
Title: Message




Tom Hughes 
wrote:
 Use -L to specify the directory to 
search when linking - ld.so.conf is
 only 
vused to find libraries at run time.
Ah, right. I'll try 
adding a -L /usr/X11R6/lib. Have others had to do the same on a Fedora box 
?

Many 
thanks

Paul




  
  

  


  

  
  

  


  Paul 
Barker
  

  

  


  
  

  [EMAIL PROTECTED]IM: 
[EMAIL PROTECTED] 
  

  
  


  
  

  


  Powered by Plaxo
  Want a 
signature like this?

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] MythCVS and Unichrome on EPIA M10K

2005-01-06 Thread Ivor Hewitt
Paul Barker wrote:
Tom Hughes wrote:

Use -L to specify the directory to search when linking - ld.so.conf is

only vused to find libraries at run time.

Ah, right. I'll try adding a -L /usr/X11R6/lib. Have others had to do
the same on a Fedora box ?
That's already specified as a default lib path in the settings.pro file 
in EXTRA_LIBS.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] MythCVS and Unichrome on EPIA M10K

2005-01-06 Thread BARKER, Paul
Title: Re: [mythtv-users] MythCVS and Unichrome on EPIA M10K






Ivor Hewitt wrote:


That's already specified as a default lib path in the settings.pro file 

in EXTRA_LIBS.


Yep I noticed that so now I'm confused again as to why the libs arent seen.


The build should have finished (failed) by now but I'm at work so I can't post the log until tonight. Is there any other info that may help ?

Thanks again for everyone's input.


Cheers


Paul





Important.
Confidentiality: This communication is intended for the above-named
person and may be confidential and/or legally privileged.
Any opinions expressed in this communication are not necessarily 
those of the company. If it has come to you in error you must 
take no action based on it, nor must you copy or show it to anyone; 
please delete/destroy and inform the sender immediately.

Monitoring/Viruses.
Orange may monitor all incoming and outgoing emails in line with 
current legislation.  Although we have taken steps to ensure that 
this email and attachments are free from any virus, we advise that 
in keeping with good computing practice the recipient should ensure 
they are actually virus free.

Orange PCS Limited is a subsidiary of Orange SA and is registered 
in England No 2178917, with its address at St James Court, 
Great Park Road, Almondsbury Park, Bradley Stoke, Bristol BS32 4QJ.


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] MythCVS and Unichrome on EPIA M10K

2005-01-05 Thread Yan-Fa Li
Sounds like you need to tell it which path to search.  Look at the -L 
parm for gcc and specify which directory the lib you want is in. 
Otherwise add the lib path to your /etc/ld.so.conf and rerun ldconfig

Yan
BARKER, Paul wrote:
So I decided to grab myth CVS and try to enable the Unichrome support. I 
uncommented the lines in setting.pro, did a qmake mythtv.pro, 
./configure and make. The make fails durring the link stage complaining 
that libviaXvMC cannot be found. I checked ld.so.conf and /usr/X11R6/lib 
is present and if I do ldconfig -v I see libviaXvMC.so.1 (forgive me if 
that's slightly wrong as I'm at work and going from memory). I also have 
the XvMCConfig file in /etc/X11/ pointing to libviaXvMC.so.1.

If I run ld -lviaXvMC from the shell as a test I again see the error 
about the missing library.
I tried this with Terry's RPMs first and then rebuild everything from 
source and have exactly the same problem either way.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] MythCVS and Unichrome on EPIA M10K

2005-01-05 Thread Paul Barker
Title: Message



Hi 



Yan-Fa Li 
wrote:
Sounds like you need to 
tell it which path to search. Look at the -L 
parm for gcc and specify which directory 
the lib you want is in.
Otherwise add the lib path to your /etc/ld.so.conf and rerun 
ldconfig

Yep I checked 
that:

[EMAIL PROTECTED] etc]# 
ldconfig -p | grep via 
libviaXvMC.so.1 (libc6) = 
/usr/X11R6/lib/libviaXvMC.so.1 
libviaXvMC.so (libc6) = /usr/X11R6/lib/libviaXvMC.so
So it's in the 
ld.so.cache but if I do ld -lviaXvMC I get

[EMAIL PROTECTED] etc]# 
ld -lviaXvMCld: cannot find -lviaXvMC
(I've also tried 
moving ld.so.cache and re-running ldconfig - same result 
after)

Hmm, any ideas 
?





  
  

  


  

  
  

  


  Paul 
Barker
  

  

  


  
  

  [EMAIL PROTECTED]IM: 
[EMAIL PROTECTED] 
  

  
  


  
  

  


  Powered by Plaxo
  Want a 
signature like this?

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] MythCVS and Unichrome on EPIA M10K

2005-01-05 Thread Ivor Hewitt
On Wednesday 05 Jan 2005 21:56, Paul Barker wrote:

 [EMAIL PROTECTED] etc]# ld -lviaXvMC
 ld: cannot find -lviaXvMC

 Hmm, any ideas ?

Please post the log of your failing build.

-- 
Ivor Hewitt.
http://www.ivor.it - tech | http://www.ivor.org - hedge
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RE: [mythtv-users] MythCVS and Unichrome on EPIA M10K

2005-01-05 Thread Paul Barker
Hi

 Please post the log of your failing build.

Erm, yes that would have been a good idea wouldn't it :(

I'm running a build with the output tee'd to a logfile now. It's going
to be large so I guess I'll post the failing section first.

This looks more an more like a library path issue BTW. I did a bit of
experimentation and made a symlink from /usr/X11R6/lib/libviaXvMC.so.1.0
to /usr/lib/libviaXvMC.so and tried a ld -lviaXvMC and it found the
library. I can't understand why this is though since the ldconfig -p
lists the library. (ld -lXvMC fails also BTW)

I've removed that link for this build to get a true failure.

Cheers
Paul


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] MythCVS and Unichrome on EPIA M10K

2005-01-05 Thread Tom Hughes
In message [EMAIL PROTECTED]
  Paul Barker [EMAIL PROTECTED] wrote:

 Hi
 
 Yan-Fa Li wrote:
 
 Sounds like you need to tell it which path to search. Look at the -L
 parm for gcc and specify which directory the lib you want is in.
 Otherwise add the lib path to your /etc/ld.so.conf and rerun ldconfig
 
 Yep I checked that:
 
 [EMAIL PROTECTED] etc]# ldconfig -p | grep via
 libviaXvMC.so.1 (libc6) = /usr/X11R6/lib/libviaXvMC.so.1
 libviaXvMC.so (libc6) = /usr/X11R6/lib/libviaXvMC.so
 
 So it's in the ld.so.cache but if I do ld -lviaXvMC I get
 
 [EMAIL PROTECTED] etc]# ld -lviaXvMC
 ld: cannot find -lviaXvMC
 
 (I've also tried moving ld.so.cache and re-running ldconfig - same
 result after)
 
 Hmm, any ideas ?

Use -L to specify the directory to search when linking - ld.so.conf is
only vused to find libraries at run time.

Tom

-- 
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu/
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users