Summary: | media-tv/xawtv-3.94-r2 cannot find quicktime headers | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Simon Farnsworth <simon> |
Component: | Current packages | Assignee: | Television related Applications in Gentoo's Portage <media-tv> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | gentoo, nbkolchin |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Simon Farnsworth
2005-06-05 01:40:06 UTC
Which libquicktime version do you have? I have media-libs/libquicktime-0.9.6-r1 I have the same problem with the same starting error. Using either libquicktime-0.9.6-r1 or media-libs/libquicktime-0.9.7 I had the same problem. xawtv expects quicktime headers to be in quicktime directory but in fact they are in lqt directory. I have created symlink in /usr/include 'ln -s lqt quicktime' and then xawtv compiled without problem. (In reply to comment #4) > I had the same problem. xawtv expects quicktime headers to be in quicktime > directory but in fact they are in lqt directory. I have created symlink in > /usr/include 'ln -s lqt quicktime' and then xawtv compiled without problem. This has been fixed in libquicktime ebuild for quite some time: <snip> dosym /usr/include/lqt /usr/include/quicktime </snip> If you are still missing the symlink, then re-emerge libquicktime. If it still fails for you, than you probably have some stale files in /usr/include/quicktime; delete that directory and re-emerge libquicktime then. Confirmed for me; reemerging libquicktime solves this issue. As it appears fixed, I might as well close the bug; if someone else is still having trouble, they can reopen it. |