I'm not entirely sure what my question is here, but I will make an attempt to ask one.
First, I had to recompile from source to fix a previous problem with MythTV. I successfully compiled the binary I needed and fixed my problem. Although, now i'm attempting to fix another problem. I already made the change in the code, thats not my problem. My problem, is the component i'm modifying is the MythTV_Plugin source. I understand it builds a .so library I need. This library file is missing from the bin directory after the build completes. I haven't tried to rebuild while grepping or monitoring the output for errors relating to that part of the build process. Thats not exactly my question either, I can debug code and compilation problems.... I think my question is... which is which? In the wiki, there is a reference to
http://svn.charonmedia.org/svn/trunk/ but I saw somewhere else (can't remember where) this link
http://svn.linuxmce.org/pluto/trunk. The charonmedia one contains all the configure scripts and makefile's needed in the trunk/ folder. The latter mentioned at linuxmce.org does not. Therefore i'm confused. The source I get at charonmedia works out of the box, with some errors, but it still compiles the majority of lmce. I am trying to clarify this, because before I actually start debugging massive compilation errors and why I can't get the plugin library compiled, I want to make sure I have the updated propper source code to my version.
so I think my question is this...
am I doing this all wrong? is there a propper way I don't know of, and just maybe the article's i'm reading are old and not updated?