<div class="gmail_quote">On Wed, May 27, 2009 at 1:38 PM, Jeff Lu <span dir="ltr">&lt;<a href="mailto:jll544@yahoo.com">jll544@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
&gt; After the compile, the packager tried to make install, which failed. <br>
<br>
</div>make install on win32 might copy things to wrong places (packager later moves them), but it shouldn&#39;t fail unless something actually is wrong.<br>
<div class="im"><br>
&gt; However, I was able to copy:<br>
</div>&gt; ...<br>
<div class="im">&gt; into the programs/mythfrontend directory and get<br>
&gt; mythfrontend.exe to launch.<br>
<br>
</div>Launching within the source tree will result in not finding things where they&#39;re supposed to be, such as:<br>
<div class="im"><br>
&gt; QSqlDatabase: QMYSQL3 driver not loaded<br>
<br>
<br>
<br>
<br>
</div><div><div></div><div class="h5">_______________________________________________<br>
mythtv-dev mailing list<br>
<a href="mailto:mythtv-dev@mythtv.org">mythtv-dev@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev</a><br>
</div></div></blockquote></div><br>Actually, the call to make install complained that there was no &quot;install&quot; target in the makefile and...<br><br>I assumed that XP would complain about attempts to load DLLs that it couldn&#39;t find and that my moving the DLLs into the directory with mythfrontend.exe would resolve issues like &quot;QMYSQL3 driver not loaded&quot; - which it clearly didn&#39;t.  I need to figure out why it isn&#39;t loading the driver and yet XP isn&#39;t complaining about a missing DLL.<br>