[mythtv-users] well, I got it (mostly) working...

Isaac Richards ijr at po.cwru.edu
Sat May 10 22:27:23 EDT 2003


On Saturday 10 May 2003 09:11 pm, Chris Petersen wrote:
> now (on just about every myth-related thing I try to compile), I get:
>
> /usr/bin/ld: cannot find -lmyth-0.8
>
> the file is THERE:
>
> /usr/lib/libmyth-0.8.so.0
> /usr/lib/libmyth-0.8.so.0.8
> /usr/lib/libmyth-0.8.so.0.8.0
>
> dunno.   anyone else run into this problem before?

Try creating a libmyth-0.8.so symlink in /usr/lib.  The rpm should be creating 
it for you, but...

> mythmusic is having trouble finding some .h files that are also where
> they're supposed to be:
>
> cdda_interface.h: No such file or directory
> (among others)
>
> the files are in /usr/include/cdda/ and the includes work fine when I
> add "cdda/" to the #include statement.  But I'd rather not do that to
> every single occurrence of the files, since I'm guessing I'm just
> missing something in the makefile (I'm a perl/php coder, and unfamiliar
> with *nix compilers)...  any help?

You can add an include path to the compile globally by adding it to 
settings.pro or mythmusic/mythmusic.pro (see, for example, mythtv's 
settings.pro file).

Isaac


More information about the mythtv-users mailing list