Static build does not seem feasible for Qt. Qt does not provide static libs, so, as I understand it, it&#39;s not possible to statically link with it. Would have to build Qt ourselves. The current idea is to place the DLL&#39;s in the lib directory of the package at build time and then set the PATH environment variable to the lib directory when the package is loaded. This still seems open to weird Windows conflicts, but the user should not have to install anything.<br>
<br>GTK+ apparently explicitly loads modules at runtime, so static linking simply does not work. So I&#39;ll have to use the same strategy for RGtk2.<br><br>I&#39;ll get the binary from Nicholas and then you guys can try it out; just need Qt installed.<br>
<br>Michael<br><br><div class="gmail_quote">On Wed, Dec 22, 2010 at 8:42 PM, Hadley Wickham <span dir="ltr">&lt;<a href="mailto:hadley@rice.edu">hadley@rice.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Awesome!  And it&#39;s a static build, right? So end-users just need the<br>
package, and no other dependencies?  (Does that make it huge?)<br>
<br>
Hadley<br>
<div><div></div><div class="h5"><br>
On Wed, Dec 22, 2010 at 9:32 PM, Michael Lawrence<br>
&lt;<a href="mailto:lawrence.michael@gene.com">lawrence.michael@gene.com</a>&gt; wrote:<br>
&gt; Just wanted to announce that Nicholas and I figured out how to get qtbase to<br>
&gt; build on Windows yesterday. The necessary changes have been committed. Maybe<br>
&gt; Nicholas can run a R CMD builld --binary to get a binary for us to<br>
&gt; distribute until we work things out with CRAN. Building the binary requires<br>
&gt; the same setup as building other R packages, with the obvious initial<br>
&gt; requirements of Qt and cmake.<br>
&gt;<br>
&gt; Michael<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Qtinterfaces-devel mailing list<br>
&gt; <a href="mailto:Qtinterfaces-devel@lists.r-forge.r-project.org">Qtinterfaces-devel@lists.r-forge.r-project.org</a><br>
&gt; <a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/qtinterfaces-devel" target="_blank">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/qtinterfaces-devel</a><br>
&gt;<br>
&gt;<br>
<font color="#888888"><br>
<br>
<br>
--<br>
Assistant Professor / Dobelman Family Junior Chair<br>
Department of Statistics / Rice University<br>
<a href="http://had.co.nz/" target="_blank">http://had.co.nz/</a><br>
</font></blockquote></div><br>