Looking to get mythnotify running...following the howto have problems with compiling the mythudprelay feature:<br>
<br>
from directory: <br>
/usr/share/doc/mythtv-0.18.1/contrib/mythnotify/mythudprelay<br>
<br>
get the following errors:<br>
<br>
[root@mediapc mythudprelay]# make<br>
gcc&nbsp; -g -Wall `xml2-config --cflags` -O -DDEBUG -c mythudprelay.c -o mythudprelay.o<br>
In file included from mythudprelay.c:27:<br>
/usr/include/libxml2/libxml/DOCBparser.h:22:2: warning: #warning &quot;The DOCBparser module has been deprecated in libxml2-2.6.0&quot;<br>
mythudprelay.c:30:26: libxslt/xslt.h: No such file or directory<br>
mythudprelay.c:31:35: libxslt/xsltInternals.h: No such file or directory<br>
mythudprelay.c:32:31: libxslt/transform.h: No such file or directory<br>
mythudprelay.c:33:31: libxslt/xsltutils.h: No such file or directory<br>
mythudprelay.c: In function `process_udp_xml':<br>
mythudprelay.c:183: error: `xsltStylesheetPtr' undeclared (first use in this function)<br>
mythudprelay.c:183: error: (Each undeclared identifier is reported only once<br>
mythudprelay.c:183: error: for each function it appears in.)<br>
mythudprelay.c:183: error: syntax error before &quot;cur&quot;<br>
mythudprelay.c:191: error: `cur' undeclared (first use in this function)<br>
mythudprelay.c:191: warning: implicit declaration of function `xsltParseStylesheetFile'<br>
mythudprelay.c:194: warning: implicit declaration of function `xsltCleanupGlobals'<br>
mythudprelay.c:202: warning: implicit declaration of function `xsltFreeStylesheet'<br>
mythudprelay.c:207: warning: implicit declaration of function `xsltApplyStylesheet'<br>
mythudprelay.c:207: warning: assignment makes pointer from integer without a cast<br>
mythudprelay.c:217: warning: implicit declaration of function `xsltSaveResultToString'<br>
make: *** [mythudprelay.o] Error 1<br>
<br>
<br>
any thoughts on what i've done wrong?<br>
thanks,<br>
John<br>