[mythtv] /src/moc

Isaac Richards ijr at po.cwru.edu
Tue Apr 29 01:51:58 EDT 2003


On Tuesday 29 April 2003 12:45 am, Craig Longman wrote:
> somethings i have noticed in the build process.  i'm using debian,
> mostly from stable, but something (like kernel) from testing.
>
> the whole include path bit seems rather strange.  the default include
> directory for qt appears to be (in debian at least) in /usr/include/qt/,
> the makefile includes -I/usr/include/ in the gcc line, but the C++ files
> in libmyth want to include <qlayout.h> directly.  the makefile also
> appears to include -I/include/ as a search directory, so what i had to
> do was ln -s /usr/include/qt/ /include, then things could at least
> compile (for a while, more on that later).  wouldn't changing the
> include from <qlayout.h> to <qt/qlayout.h> solve this problem?
>  additionally, i had to link the /usr/share/qt/mkspecs/ to /mkspecs, i'm
> not sure where the 'standard' place for spec files are though.  i'm sure
> i'm not the only one who's run into this.  perhaps i'm missing something
> about laying these projects out.  anyway, at least i was able to solve
> these ones.

At the very least, you don't have QTDIR defined.  Check out
http://www.mythtv.org/docs/mythtv-HOWTO-4.html#ss4.2

Isaac


More information about the mythtv-dev mailing list