Results 1 to 3 of 3

Thread: QWTPlot install on Windows XP

  1. #1
    Join Date
    May 2007
    Posts
    301
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    46
    Thanked 3 Times in 3 Posts

    Default QWTPlot install on Windows XP

    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

  2. #2
    Join Date
    May 2007
    Posts
    301
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    46
    Thanked 3 Times in 3 Posts

    Default Re: QWTPlot install on Windows XP

    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

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    28
    Thanked 976 Times in 912 Posts

    Default Re: QWTPlot install on Windows XP

    Try compiling it from Qt Command Prompt (you can find a link in Start menu where Qt tools are).

  4. The following user says thank you to jacek for this useful post:

    steg90 (7th June 2007)

Similar Threads

  1. to install Qt4 in Windows
    By SudaNix in forum Installation and Deployment
    Replies: 1
    Last Post: 6th December 2006, 09:00
  2. Help to install Qt in Windows Xp
    By joseph in forum General Discussion
    Replies: 2
    Last Post: 15th November 2006, 09:40
  3. Cannot Install KDEdevel packages on linux
    By wirajr in forum KDE Forum
    Replies: 12
    Last Post: 5th February 2006, 21:01
  4. Can't install Qt4.1 with SQL Support for ODBC in Windows XP
    By danieltruchsess in forum Installation and Deployment
    Replies: 1
    Last Post: 5th February 2006, 10:02
  5. Qt and windows vista
    By munna in forum General Discussion
    Replies: 8
    Last Post: 11th January 2006, 22:33

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.