[QScintilla] QMAKE failing

Alex Clifford alexclifford47 at gmail.com
Mon Jan 11 03:46:18 GMT 2010


Hi,

I'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.

I'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.

However a bit over half way through I get an error:

        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
T_CORE_LIB -I"c:\Qt\2009.05\qt\include\QtCore"
-I"c:\Qt\2009.05\qt\include\QtGui" -I"c:\Qt\2009.05\qt\include" -I"."
-I"..\include" -I"..\src" -I"c:\Q
t\2009.05\qt\include\ActiveQt" -I"release"
-I"c:\Qt\2009.05\qt\mkspecs\win32-g++" -o release\moc_qsciscintilla.o
release\moc_qsciscintilla.cpp
g++.EXE: release\moc_qsciscintilla.cpp: No such file or directory
g++.EXE: no input files
NMAKE : fatal error U1077: 'C:\Qt\2009.05\mingw\bin\g++.EXE' : return code
'0x1'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\bin\nmake.exe"' : return code '0x2'
Stop.

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.

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?

Further information: I'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.

Thanks,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/qscintilla/attachments/20100111/2b8c8001/attachment.html>


More information about the QScintilla mailing list