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?

Qt Code:
  1. C:/Qt/2009.02/qt/bin\moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -
  2. DQWT_DLL -DQWT_MAKEDLL -DQT_THREAD_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -
  3. DQT_CORE_LIB -I"c:\Qt\2009.02\qt\include\QtCore" -I"c:\Qt\2009.02\qt\include\QtG
  4. ui" -I"c:\Qt\2009.02\qt\include" -I"c:\Qt\2009.02\qt\include\ActiveQt" -I"moc" -
  5. I"." -I"c:\Qt\2009.02\qt\mkspecs\win32-g++" -D__GNUC__ -DWIN32 qwt_dyngrid_layou
  6. t.h -o moc\moc_qwt_dyngrid_layout.cpp
  7. g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_
  8. SUPPORT -DQT_DLL -DQWT_DLL -DQWT_MAKEDLL -DQT_THREAD_SUPPORT -DQT_DLL -DQT_NO_DE
  9. BUG -DQT_GUI_LIB -DQT_CORE_LIB -I"c:\Qt\2009.02\qt\include\QtCore" -I"c:\Qt\2009
  10. .02\qt\include\QtGui" -I"c:\Qt\2009.02\qt\include" -I"c:\Qt\2009.02\qt\include\A
  11. ctiveQt" -I"moc" -I"." -I"c:\Qt\2009.02\qt\mkspecs\win32-g++" -o obj\moc_qwt_dyn
  12. grid_layout.o moc\moc_qwt_dyngrid_layout.cpp
  13. g++: moc\moc_qwt_dyngrid_layout.cpp: No such file or directory
  14. g++: no input files
  15. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
  16. Stop.
  17. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x2'
  18. Stop.
  19. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x2'
  20. Stop.
To copy to clipboard, switch view to plain text mode 

Thanks in advance.