[mythtv] /src/moc
Craig Longman
craigl at begeek.com
Tue Apr 29 01:53:54 EDT 2003
hmm, after re-reading the FAQ, it seems that i had not set my QTDIR
properely. many things now appear more clear, and the compile is
continuing well. sorry for the noise...
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.
>
> the next problem i have is after compiling lib/libmyth/, i get a
> recursive error printing this out:
>
> make[41]: Entering directory `/root/source/mythtv/MC/libs/libmyth'
> ( cd /src/moc ; make )
>
> this will repeat indefinitely (well, i stopped it after it reached
> some 800).
>
> searches produced no mention of this problem, and i can't figure out
> what 'moc' might be. any help would be greatly appreciated.
>
> cheers,
>
> CraigL->Thx();
>
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at snowman.net
> http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-dev
More information about the mythtv-dev
mailing list