[mythtv] [PATCH] error compiling mythvideo
Ricardo Lugo
punka at cfl.rr.com
Sat Sep 30 04:58:57 UTC 2006
Anduin
No problem. I also had some more compile errors. videotree.h and
videoselected.h needed #include <memory> for auto_ptr.
-Rick
diff -rup mythplugins-0.20a/mythvideo/mythvideo/videoselected.h
mythplugins-ric$
--- mythplugins-0.20a/mythvideo/mythvideo/videoselected.h
2006-08-18 23:0$
+++ mythplugins-rick/mythvideo/mythvideo/videoselected.h
2006-09-30 00:4$
@@ -15,6 +15,7 @@ FOR A PARTICULAR PURPOSE. See the GNU G
#define VIDEOSELECTED_H_
#include <mythtv/uitypes.h>
+#include <memory>
class Metadata;
class VideoList;
diff -rup mythplugins-0.20a/mythvideo/mythvideo/videotree.h
mythplugins-rick/my$
--- mythplugins-0.20a/mythvideo/mythvideo/videotree.h 2006-08-18
23:00:36.000$
+++ mythplugins-rick/mythvideo/mythvideo/videotree.h 2006-09-30
00:49:04.000$
@@ -2,6 +2,7 @@
#define VIDEOTREE_H_
#include <mythtv/mythdialogs.h>
+#include <memory>
class Metadata;
class VideoList;
On Sep 29, 2006, at 1:07 AM, Anduin Withers wrote:
>> I had to patch my metadatalistmanager.h to get mythvideo to compile
>> (even with the svn trunk). GCC 3.4.4
>
> Thanks, applied.
>
> --
> Anduin Withers
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
More information about the mythtv-dev
mailing list