Hi,
I'm trying to make QTWPlot. I do the following :
qmake qwt.pro
nmake
When I run nmake, I get the following errors :
C:\qwt5.0.1\qwt-5.0.1>nmake
Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
Copyright (C) Microsoft Corporation. All rights reserved.
cd src\ && C:\qwt5.0.1\qwt-5.0.1\nmake.exe -f Makefile
Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
Copyright (C) Microsoft Corporation. All rights reserved.
C:\qwt5.0.1\qwt-5.0.1\nmake.exe -f Makefile.Release
Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
Copyright (C) Microsoft Corporation. All rights reserved.
rc -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQWT_DLL -DQWT_MAK
EDLL -DQT_THREAD_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -fo o
bj\qwt_resource.res qwt_resource.rc
'rc' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'rc' : return code '0x1'
Stop.
NMAKE : fatal error U1077: 'C:\qwt5.0.1\qwt-5.0.1\nmake.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
Am I missing something?
I do have rc.exe so cannot understand the 'rc' is not recognized error?
Kind regards,
Steve
Bookmarks