<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1528" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I now get these errors too. I think it
has somethign to do with where the source files are located.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Can someone tell us where the files should be
before compiling? I have my mythtv files in /usr/src/mythtv
and my torrentocracy files in /usr/src/torrentocracy</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>- Adam</FONT></DIV>
<DIV> </DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=allanwilson@gmail.com href="mailto:allanwilson@gmail.com">Allan
Wilson</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=mythtv-users@mythtv.org
href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Saturday, January 14, 2006 11:32
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> [mythtv-users]
torrentocracy</DIV>
<DIV><BR></DIV>Has anyone installed torrentocracy lately. I was trying to
install it and getting all kinds of errors:<BR><BR>
<DIV style="MARGIN-LEFT: 40px"><FONT size=1>make</FONT><BR><FONT size=1>cd
torrentocracy && make -f Makefile </FONT><BR><FONT size=1>make[1]:
Entering directory `/root/torrentocracy-0.0.11/torrentocracy'</FONT><BR><FONT
size=1>g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -D_GNU_SOURCE
-DPREFIX=\"/usr\" -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -DQT_NO_DEBUG
-I/usr/lib/qt- 3.3/mkspecs/default -I. -I/usr/include -I/usr/local/include
-I/usr/lib/qt-3.3/include -o main.o main.cpp</FONT><BR><FONT size=1>In file
included from main.cpp:27:</FONT><BR><FONT size=1>torrentocracy.h:27:28:
mythtv/uitypes.h: No such file or directory </FONT><BR><FONT
size=1>torrentocracy.h:28:34: mythtv/uilistbtntype.h: No such file or
directory</FONT><BR><FONT size=1>torrentocracy.h:29:29: mythtv/xmlparse.h: No
such file or directory</FONT><BR><FONT size=1>torrentocracy.h :30:32:
mythtv/mythdialogs.h: No such file or directory</FONT><BR><FONT size=1>In file
included from main.cpp:27:</FONT><BR><FONT size=1>torrentocracy.h:41: error:
expected class-name before '{' token</FONT><BR><FONT
size=1>torrentocracy.h:46: error: expected `)' before '*'
token</FONT><BR><FONT size=1>torrentocracy.h:53: error: `QDomElement' has not
been declared</FONT><BR><FONT size=1>torrentocracy.h:53: error: ISO C++
forbids declaration of `element' with no type </FONT><BR><FONT
size=1>torrentocracy.h:85: error: ISO C++ forbids declaration of `XMLParse'
with no type</FONT><BR><FONT size=1>torrentocracy.h:85: error: expected `;'
before '*' token</FONT><BR><FONT size=1>torrentocracy.h :121: error:
`UIListBtnTypeItem' has not been declared</FONT><BR><FONT
size=1>torrentocracy.h:121: error: ISO C++ forbids declaration of `item' with
no type</FONT><BR><FONT size=1>torrentocracy.h:124: error: `UIListBtnTypeItem'
has not been declared </FONT><BR><FONT size=1>torrentocracy.h:124: error: ISO
C++ forbids declaration of `item' with no type</FONT><BR><FONT
size=1>torrentocracy.h:41: warning: `class Torrentocracy' has virtual
functions but non-virtual destructor </FONT><BR><FONT size=1>In file included
from main.cpp:28:</FONT><BR><FONT size=1>torrentocracyconfig.h:38: error:
expected class-name before '{' token</FONT><BR><FONT
size=1>torrentocracyconfig.h:50: error: expected class-name before '{' token
</FONT><BR><FONT size=1>torrentocracyconfig.h:55: error: expected `)' before
'*' token</FONT><BR><FONT size=1>torrentocracyconfig.h:77: error:
`UIListBtnTypeItem' has not been declared</FONT><BR><FONT
size=1>torrentocracyconfig.h :77: error: ISO C++ forbids declaration of `item'
with no type</FONT><BR><FONT size=1>torrentocracyconfig.h:82: error: ISO C++
forbids declaration of `QSqlDatabase' with no type</FONT><BR><FONT
size=1>torrentocracyconfig.h :82: error: expected `;' before '*'
token</FONT><BR><FONT size=1>torrentocracyconfig.h:85: error: ISO C++ forbids
declaration of `XMLParse' with no type</FONT><BR><FONT
size=1>torrentocracyconfig.h:85: error: expected `;' before '*' token
</FONT><BR><FONT size=1>torrentocracyconfig.h:106: error: `UIListBtnTypeItem'
has not been declared</FONT><BR><FONT size=1>torrentocracyconfig.h:106: error:
ISO C++ forbids declaration of `item' with no type</FONT><BR><FONT
size=1>torrentocracyconfig.h:50: warning: `class TorrentocracyConfig' has
virtual functions but non-virtual destructor</FONT><BR><FONT
size=1>main.cpp:30:32: mythtv/mythcontext.h: No such file or directory</FONT>
<BR><FONT size=1>main.cpp:32:31: mythtv/mythplugin.h: No such file or
directory</FONT><BR><FONT size=1>main.cpp: In function `void
setupKeys()':</FONT><BR><FONT size=1>main.cpp:46: error: `REG_JUMP' undeclared
(first use this function) </FONT><BR><FONT size=1>main.cpp:46: error: (Each
undeclared identifier is reported only once for each function it appears
in.)</FONT><BR><FONT size=1>main.cpp:48: error: `REG_KEY' undeclared (first
use this function) </FONT><BR><FONT size=1>main.cpp: In function `int
mythplugin_init(const char*)':</FONT><BR><FONT size=1>main.cpp:55: error:
`gContext' undeclared (first use this function)</FONT><BR><FONT
size=1>main.cpp:57: error: `MYTH_BINARY_VERSION' undeclared (first use this
function) </FONT><BR><FONT size=1>main.cpp: In function `void
runTorrentocracy()':</FONT><BR><FONT size=1>main.cpp:69: error: `gContext'
undeclared (first use this function)</FONT><BR><FONT size=1>main.cpp:74:
error: 'class Torrentocracy' has no member named 'exec' </FONT><BR><FONT
size=1>main.cpp: In function `int mythplugin_config()':</FONT><BR><FONT
size=1>main.cpp:89: error: `gContext' undeclared (first use this
function)</FONT><BR><FONT size=1>main.cpp:94: error: 'class
TorrentocracyConfig' has no member named 'exec' </FONT><BR><FONT
size=1>make[1]: *** [main.o] Error 1</FONT><BR><FONT size=1>make[1]: Leaving
directory `/root/torrentocracy-0.0.11/torrentocracy'</FONT><BR><FONT
size=1>make: *** [sub-torrentocracy] Error 2</FONT><BR></DIV><BR>It looks like
it has not been updated recently and it looks like it cannot find some Myth
header files although I cannot find them when I search for them. <BR><BR>Is
anyone out there downloading the videocasts like diggnation to Myth? If so
what are you downloading and how are you doing it. Thanks for any input.
<BR><BR>Allan<BR>
<P>
<HR>
<P></P>_______________________________________________<BR>mythtv-users mailing
list<BR>mythtv-users@mythtv.org<BR>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users<BR></BLOCKQUOTE></BODY></HTML>