Hi,<br><br>I&#39;m installing QScintilla version 2.4 on Windows and have run into a problem while trying to run nmake over my Makefile that qmake created.<br><br>I&#39;m following the installation instructions from the website and after successfully running qmake I run nmake and it starts compiling all the .cpp files and places .so files in the release directory.<br>
<br>However a bit over half way through I get an error:<br><br>        g++ -c -O2 -w -frtti -fexceptions -mthreads -DQSCINTILLA_MAKE_DLL -DQT -DSCI_LEXER -DQT_THREAD_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQ<br>T_CORE_LIB -I&quot;c:\Qt\2009.05\qt\include\QtCore&quot; -I&quot;c:\Qt\2009.05\qt\include\QtGui&quot; -I&quot;c:\Qt\2009.05\qt\include&quot; -I&quot;.&quot; -I&quot;..\include&quot; -I&quot;..\src&quot; -I&quot;c:\Q<br>
t\2009.05\qt\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;c:\Qt\2009.05\qt\mkspecs\win32-g++&quot; -o release\moc_qsciscintilla.o release\moc_qsciscintilla.cpp<br>g++.EXE: release\moc_qsciscintilla.cpp: No such file or directory<br>
g++.EXE: no input files<br>NMAKE : fatal error U1077: &#39;C:\Qt\2009.05\mingw\bin\g++.EXE&#39; : return code &#39;0x1&#39;<br>Stop.<br>NMAKE : fatal error U1077: &#39;&quot;C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\nmake.exe&quot;&#39; : return code &#39;0x2&#39;<br>
Stop.<br><br>Was qmake supposed to make these release\moc_*.cpp files? Because there are no files inside the release folder before running nmake, and then after that only .so files are created.<br><br>Have I missed a step or does anyone know what else I may be doing wrong? Is it a problem with my version of qmake or nmake?<br>
<br>Further information: I&#39;m on Windows XP SP3, I have the Qt4 SDK installed, Visual Studio 2008 Professional, and Python 2.6. python, qmake, g++, and nmake executables are in my path environmental variable.<br><br>Thanks,<br>
Alex<br>