Re: [Bug 84860] Can't compile kdetv/kvideoio from cvs
Dirk Ziegelmeier <[email protected]> Sun, 23 Jan 2005 17:03:01 +0100
| Newsgroups | gmane.comp.kde.kwintv |
|---|---|
| Message-ID | <[email protected]> |
On Thursday 20 January 2005 16:58, Jan Kohnert wrote: > What about those people that don't want to have opengl on their system? > That's the couse why one can decide wheter to have qt with or without > opengl. > > But kdetv needs qt WITH opengl and should detect that it can be built. The > configure script just detects some opengl environment stuff but does not > care about qt and opengl, which it is using, in fact. This one is indeed an > error and not "working aroud" as you call it. OK, I had a closer look at the bug and committed something that should fix it. It was actually a bug (moc sees the offending class declaration even if OpenGL is not present). Sorry for the inconvenience, Jan. It had nothing to do with Gentoo's build system. There is still the, ummmm, "issue" in kdetv that the configure script only checks for the GL libs but not for GL enabled Qt build. Tell me if this makes problems. Dirk