thanks for your quick answers.<br><br>I&#39;m compiling under a sandbox environment (osgeo4w [1]) where Qt4 libs and dev files are installed. <br>I simply run<br><br>set QMAKESPEC=win32-g++<br>qmake <a href="http://qscintilla.pro">qscintilla.pro</a><br>
make<br><br>Here is the Makefile.Release, where it seems to have set all the stuff correctly...: <br><a href="http://www.giovanniallegri.it/share/Makefile.Release" target="_blank">http://www.giovanniallegri.it/share/Makefile.Release</a><br>
<br>giovanni<br><br>[1] <a href="http://trac.osgeo.org/osgeo4w/">http://trac.osgeo.org/osgeo4w/</a><br><br><div class="gmail_quote">2010/3/23 Chris Packham <span dir="ltr">&lt;<a href="mailto:judge.packham@gmail.com">judge.packham@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">On Tue, Mar 23, 2010 at 9:35 AM, G. Allegri &lt;<a href="mailto:giohappy@gmail.com">giohappy@gmail.com</a>&gt; wrote:<br>

&gt; Hello list.<br>
&gt; This is the very first time I try to compile Qscintilla, so forgive my<br>
&gt; newbie questions...<br>
&gt; I&#39;ve tried to compile under windows xp using Mingw, and setting<br>
&gt; QMAKESPEC=win32-g++<br>
&gt; Everything runs fine until the moc compilation phase, when the following<br>
&gt; errors happen. Could you help understand what&#39;s going wrong?<br>
&gt;<br>
&gt; <a href="http://www.giovanniallegri.it/share/qscintilla_errors.txt" target="_blank">http://www.giovanniallegri.it/share/qscintilla_errors.txt</a><br>
&gt;<br>
&gt; Thanks a lot,<br>
&gt; Giovanni<br>
<br>
</div></div>Those look like Qt library symbols its not finding, assuming that you<br>
do have the qt libraries installed there could be some additional<br>
arguments you need to pass to tell it where to look for them (sorry I<br>
don&#39;t know what there arguments are).<br>
<br>
I have managed to compile qscintilla on windows using the Qt Creator<br>
(<a href="http://qt.nokia.com/downloads" target="_blank">http://qt.nokia.com/downloads</a>) and loading up the <a href="http://qscintilla.pro" target="_blank">qscintilla.pro</a><br>
file. I never tried particularly hard with mingw on its own.<br>
</blockquote></div><br>