[mythtv] Compiler Fail of current MythTV

Joseph A. Caputo jcaputo1 at comcast.net
Thu Jan 15 13:39:49 EST 2004


On Thursday 15 January 2004 13:01, Andreas Sahlbach wrote:
> Darn...sorry for first mail, I hit the wrong button...
>
> Hi!
>
> I just tried to compile MythTV. Think there is a typo. Here is the
> diff:


According to this diff, your local copy of that file has an extra line 
that is not in CVS.  Try doing a 'cvs update -C mythcontext.cpp' in 
that directory.

-JAC


>
> ace at pvr:~/src/mythtv/mythtv/libs/libmyth $ cvs diff -u
> mythcontext.cpp Index: mythcontext.cpp
> ===================================================================
> RCS file: /var/lib/mythcvs/mythtv/libs/libmyth/mythcontext.cpp,v
> retrieving revision 1.100
> diff -u -r1.100 mythcontext.cpp
> --- mythcontext.cpp     15 Jan 2004 03:10:14 -0000      1.100
> +++ mythcontext.cpp     15 Jan 2004 17:53:31 -0000
> @@ -654,6 +654,7 @@
>      int res = db->open();
>      if (!res)
>          cerr << "Unable to connect to database!" << endl
> +            << "Using DBPassword:" <<
> d->m_settings->GetSetting("DBPassword")
>               << DBErrorMessage(db->lastError()) << endl;
>      return res;
>  }
> ace at pvr:~/src/mythtv/mythtv/libs/libmyth $



More information about the mythtv-dev mailing list