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

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

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

[mythtv-users] MythCVS and Unichrome on EPIA M10K

2005-01-05 Thread BARKER, Paul
Title: MythCVS and Unichrome on EPIA M10K Hello (and a Happy New Year to All) Over the holiday I got hold of an EPIA M1 board with the intention of replacing my large frontend (which had originally been the master backend too) with a smaller box. My master backend now lives on server

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

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]#

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

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

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