[mythtv] Building from SVN - OpenSuse 10.3

Meik Piepmeyer meik.piepmeyer.lists at online.de
Tue Jan 1 14:37:11 UTC 2008


Hi all,

I'm trying to build mythtv from SVN on OpenSuse 10.3. I've installed
various devel packages, but I get the following errors by sudo make install:

> [...]
> make[2]: Entering directory `/home/meik/mythtv/mythtv/libs/libmythdvdnav'
> cp -f "libmythdvdnav-0.20.a" "/usr/local/lib/libmythdvdnav-0.20.a"
> cp -f "dvdnav_events.h" "/usr/local/include/mythtv/dvdnav/"
> cp -f "dvd_reader.h" "/usr/local/include/mythtv/dvdnav/"
> cp -f "ifo_types.h" "/usr/local/include/mythtv/dvdnav/"
> cp -f "nav_read.h" "/usr/local/include/mythtv/dvdnav/"
> cp -f "dvdnav.h" "/usr/local/include/mythtv/dvdnav/"
> cp -f "dvd_types.h" "/usr/local/include/mythtv/dvdnav/"
> cp -f "ifo_read.h" "/usr/local/include/mythtv/dvdnav/"
> cp -f "nav_print.h" "/usr/local/include/mythtv/dvdnav/"
> cp -f "nav_types.h" "/usr/local/include/mythtv/dvdnav/"
> make[2]: Leaving directory `/home/meik/mythtv/mythtv/libs/libmythdvdnav'
> ( [ -d libmyth ] && cd libmyth ; make -f Makefile install; ) || true
> make[2]: Entering directory `/home/meik/mythtv/mythtv/libs/libmyth'
> ( cd /src/moc && make )
> /bin/sh: line 0: cd: /src/moc: No such file or directory
> make[2]: *** [/bin/moc] Error 1
> make[2]: Leaving directory `/home/meik/mythtv/mythtv/libs/libmyth'
> [...]

The same error is displayed very often, this is hopefully the first one.
I think it's something with the QTDIR settings and qmake. I did

> # QTDIR=/usr/lib/qt3
> # export QTDIR=$QTDIR
> # PATH=$PATH:/usr/lib/qt3/bin/
> # which qmake
> /usr/lib/qt3/bin/qmake

But I can't find any "/bin/moc" at that location. I only found one devel
package with a search for "moc" - qt3-devel - but it's already
installed. What am I doing wrong?


Meik


More information about the mythtv-dev mailing list