PDA

View Full Version : Windows: moc\moc_qwt_dyngrid_layout.cpp: No such file or directory



nnd
11th May 2009, 13:27
Hello,

I'm trying to build the latest qwt from SVN on Windows XP.
So, I'm doing the basic routine: qmake and nmake, and getting the following error. Can someone please help me to get this fixed?


C:/Qt/2009.02/qt/bin\moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -
DQWT_DLL -DQWT_MAKEDLL -DQT_THREAD_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -
DQT_CORE_LIB -I"c:\Qt\2009.02\qt\include\QtCore" -I"c:\Qt\2009.02\qt\include\QtG
ui" -I"c:\Qt\2009.02\qt\include" -I"c:\Qt\2009.02\qt\include\ActiveQt" -I"moc" -
I"." -I"c:\Qt\2009.02\qt\mkspecs\win32-g++" -D__GNUC__ -DWIN32 qwt_dyngrid_layou
t.h -o moc\moc_qwt_dyngrid_layout.cpp
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_
SUPPORT -DQT_DLL -DQWT_DLL -DQWT_MAKEDLL -DQT_THREAD_SUPPORT -DQT_DLL -DQT_NO_DE
BUG -DQT_GUI_LIB -DQT_CORE_LIB -I"c:\Qt\2009.02\qt\include\QtCore" -I"c:\Qt\2009
.02\qt\include\QtGui" -I"c:\Qt\2009.02\qt\include" -I"c:\Qt\2009.02\qt\include\A
ctiveQt" -I"moc" -I"." -I"c:\Qt\2009.02\qt\mkspecs\win32-g++" -o obj\moc_qwt_dyn
grid_layout.o moc\moc_qwt_dyngrid_layout.cpp
g++: moc\moc_qwt_dyngrid_layout.cpp: No such file or directory
g++: no input files
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
Stop.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x2'
Stop.

Thanks in advance.