[mythtv-commits] Ticket #528: patch for SVN 7578 to fix mythwelcome and mythshutdown compile problem

MythTV mythtv at cvs.mythtv.org
Tue Oct 25 16:04:59 EDT 2005


#528: patch for SVN 7578 to fix mythwelcome and mythshutdown compile problem
---------------------------------------+------------------------------------
 Reporter:  Cougar <cougar at random.ee>  |       Owner:  ijr
     Type:  patch                      |      Status:  new
 Priority:  blocker                    |   Milestone:     
Component:  mythtv                     |     Version:     
 Severity:  high                       |  ---------------------------------------+------------------------------------
 {{{
 Index: programs/mythwelcome/welcomedialog.h
 ===================================================================
 --- programs/mythwelcome/welcomedialog.h        (revision 7578)
 +++ programs/mythwelcome/welcomedialog.h        (working copy)
 @@ -4,7 +4,7 @@
  #include <iostream>
  using namespace std;

 -#include <mythtv/mythdialogs.h>
 +#include <mythdialogs.h>

  class WelcomeDialog : public MythThemedDialog
  {
 Index: programs/mythwelcome/welcomesettings.h
 ===================================================================
 --- programs/mythwelcome/welcomesettings.h      (revision 7578)
 +++ programs/mythwelcome/welcomesettings.h      (working copy)
 @@ -1,7 +1,7 @@
  #ifndef WELCOMESETTINGS_H
  #define WELCOMESETTINGS_H

 -#include <mythtv/settings.h>
 +#include <settings.h>


  class MythWelcomeSettings: virtual public ConfigurationWizard {
 Index: programs/mythwelcome/welcomesettings.cpp
 ===================================================================
 --- programs/mythwelcome/welcomesettings.cpp    (revision 7578)
 +++ programs/mythwelcome/welcomesettings.cpp    (working copy)
 @@ -1,4 +1,4 @@
 -#include "mythtv/mythcontext.h"
 +#include <mythcontext.h>

  #include <unistd.h>

 Index: programs/mythshutdown/main.cpp
 ===================================================================
 --- programs/mythshutdown/main.cpp      (revision 7578)
 +++ programs/mythshutdown/main.cpp      (working copy)
 @@ -6,9 +6,9 @@
  using namespace std;
  #include <unistd.h>

 -#include <mythtv/exitcodes.h>
 -#include <mythtv/mythcontext.h>
 -#include <mythtv/mythdbcon.h>
 +#include <exitcodes.h>
 +#include <mythcontext.h>
 +#include <mythdbcon.h>

  int lockShutdown()
  {
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/528>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list