PDA

View Full Version : QWTPlot install on Windows XP


steg90
6th June 2007, 12:39
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

steg90
6th June 2007, 12:49
Ok, I got past the rc error, now more issues with applications such as cl.exe, clui.dll not being able to load language resource. Should all the locations of where these applications etc, be on my path?

Regards,
Steve

jacek
6th June 2007, 17:54
Try compiling it from Qt Command Prompt (you can find a link in Start menu where Qt tools are).