<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2><P style="MARGIN: 0px"><SPAN class=postbody>I do accroding to ?Building Mythplugins? sample strictly on&nbsp;<A href="http://www.mythtv.org/wiki/index.php/Building_Plugins:HelloMyth" target=blank><FONT color=#0000ff>http://www.mythtv.org/wiki/index.php/Building_Plugins:HelloMyth </FONT></A>", but <BR>when I type qmake &amp; make in terminal, the following error appear: <BR>(my operating system is mythdora)</SPAN></P><SPAN class=postbody><P style="MARGIN: 0px"><BR>[mythtv@mythtv mythhello]$ su <BR>Password: <BR>[root@mythtv mythhello]# qmake <BR>[root@mythtv mythhello]# make <BR>cd mythhello &amp;&amp; /usr/local/Trolltech/Qt-4.2.2/bin/qmake <A href="http://mythhello.pro/" target=blank>mythhello.pro </A>-unix -o Makefile <BR>cd mythhello &amp;&amp; make -f Makefile <BR>make[1]: Entering directory `/mythtv_build/release-0-20-fixes/mythplugins/mythhello/mythhello' <BR>g++ -c -pipe -fomit-frame-pointer -D_REENTRANT -Wall -W -DPIC -fPIC -D_GNU_SOURCE -DPREFIX="/usr/" -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Trolltech/Qt-4.2.2/mkspecs/linux-g++ -I. -I/usr/local/Trolltech/Qt-4.2.2/include/QtCore -I/usr/local/Trolltech/Qt-4.2.2/include/QtCore -I/usr/local/Trolltech/Qt-4.2.2/include/QtGui -I/usr/local/Trolltech/Qt-4.2.2/include/QtGui -I/usr/local/Trolltech/Qt-4.2.2/include -I/usr/include -I/usr/kde/3.3/include -I/usr/include -I. -I. -o main.o main.cpp <BR>In file included from main.cpp:6: <BR>mythhello.h:4:28: error: mythtv/uitypes.h: No such file or directory <BR>mythhello.h:5:34: error: mythtv/uilistbtntype.h: No such file or directory <BR>mythhello.h:6:29: error: mythtv/xmlparse.h: No such file or directory <BR>mythhello.h:7:32: error: mythtv/mythdialogs.h: No such file or directory <BR>mythhello.h:23:7: warning: no newline at end of file <BR>main.cpp:7:32: error: mythtv/mythcontext.h: No such file or directory <BR>main.cpp:8:30: error: mythtv/mythdbcon.h: No such file or directory <BR>main.cpp:9:30: error: mythtv/lcddevice.h: No such file or directory <BR>main.cpp:10:45: error: mythtv/libmythui/myththemedmenu.h: No such file or directory <BR>mythhello.h:11: error: expected class-name before '{' token <BR>mythhello.h:16: error: expected `)' before '*' token <BR>main.cpp: In function 'int mythplugin_init(const char*)': <BR>main.cpp:20: error: 'gContext' was not declared in this scope <BR>main.cpp:20: error: 'MYTH_BINARY_VERSION' was not declared in this scope <BR>main.cpp: In function 'int mythplugin_run()': <BR>main.cpp:28: error: 'gContext' was not declared in this scope <BR>main.cpp:31: error: 'class MythHello' has no member named 'exec' <BR>make[1]: *** [main.o] Error 1 <BR>make[1]: Leaving directory `/mythtv_build/release-0-20-fixes/mythplugins/mythhello/mythhello' <BR>make: *** [sub-mythhello-make_default] Error 2 <BR><BR>The header files have some problems? even I correct the path to the download mythtv folder (mythdora os has included mythtv installed), but there still be some inner errors about those header files. <BR>Puzzling!!!! </P><P style="MARGIN: 0px"></SPAN>&nbsp;</P></FONT>