On Saturday 08 February 2003 12:57 pm, Alex Casti wrote: > First, thanks to all who have responded on this thread. <snip> > I thought I'd try to compile 1.3.0 from the tarball > instead, just to see if any magic fixes occurred. > My configure command was > ************************************************************ > ./configure --with-frontend=qt --with-version-suffix=1.3.0 > ************************************************************ > This generated the error message
> ************************************************************ > configure: error: moc binary not found in $PATH or /bin ! > ************************************************************ > Apparently "moc2" and "moc" couldn't be found. I take it > that these necessary QT items don't come with the standard > Redhat 8 installation. Hello, Try installing the qt-devel rpm package for RH 8.0. You can either get it from redhat CD or from rpmfind.net http://www.rpmfind.net/linux/rpm2html/search.php?query=qt-devel&submit=Search+... moc is in qt-devel rpm package. You might need to resolve all the dependencies that the qt-devel packages needs. Just go through it and install all the dependencies needed, and hopefully that'll get you somewhere. Hope that helps. -RDB > > Currently I have the following QT rpm's installed: > > > qt-3.0.5-17 > qt2-2.3.1-8 > > > > Any help would be appreciated. > > > You guys are doing a fantastic job! Version 1.3.0 looks > stunning, which is why I'm desperate to get it working > properly (and yes, I realize this release was not intended > to be ready for prime time). > > > Best, > Alex Casti -- ------------------------------------------------- /"\ ASCII Ribbon Campaign against HTML \ / email and proprietary format X attachments. / \ ------------------------------------------------- Have you been used by Microsoft today? Choose your life. Choose freedom. Choose LINUX. -------------------------------------------------
