Mailing List Archive

Latest CVS compile issue?
Hi All.

I just did a 'cvs update' in my myth source dir and the did a make clean
and make. It chugs along nicely for quite a while then I hit this:

make[2]: Leaving directory `/home/jac/mythtv/programs/mythfrontend'
cd mythcommflag && qmake -o Makefile
/bin/sh: line 1: cd: mythcommflag: No such file or directory
make[1]: *** [mythcommflag/Makefile] Error 1
make[1]: Leaving directory `/home/jac/mythtv/programs'
make: *** [sub-programs] Error 2
[root@experiencetv mythtv]#

What do I need to do to correct this?

-Jeff
Re: Latest CVS compile issue? [ In reply to ]
On Sunday 18 May 2003 11:08 am, Jeff C wrote:
> Hi All.
>
> I just did a 'cvs update' in my myth source dir and the did a make clean
> and make. It chugs along nicely for quite a while then I hit this:
>
> make[2]: Leaving directory `/home/jac/mythtv/programs/mythfrontend'
> cd mythcommflag && qmake -o Makefile
> /bin/sh: line 1: cd: mythcommflag: No such file or directory
> make[1]: *** [mythcommflag/Makefile] Error 1
> make[1]: Leaving directory `/home/jac/mythtv/programs'
> make: *** [sub-programs] Error 2
> [root@experiencetv mythtv]#
>
> What do I need to do to correct this?

cvs -z3 update -d

Isaac