Results 1 to 2 of 2

Thread: NMAKE LNK errors

  1. #1
    Join Date
    Dec 2008
    Location
    Istanbul, TURKEY
    Posts
    537
    Thanks
    14
    Thanked 13 Times in 13 Posts
    Qt products
    Qt4
    Platforms
    Windows Android

    Default Re: NMAKE LNK errors

    Hi there,

    I wanted to integrate QT with VS2005. After I did nmake, I got the following LNK errors;


    cannot open ...\link.exe

    &

    nmake fatal error u1077 return code '0x2'

    Any ideas?


    Added after 19 minutes:


    I,by the way, working on QT 4.4.0
    Last edited by zgulser; 6th March 2012 at 13:48.

  2. #2
    Join Date
    Jan 2012
    Posts
    26
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: NMAKE LNK errors

    You have to run vcvarsall.bat before you build with nmake.

    vcvarsall.bat is located in the VC directory of visual studio. Run it as administrator in the console, before you run nmake.

Similar Threads

  1. can't nmake qt (version 2010.05)
    By gilamran in forum Installation and Deployment
    Replies: 1
    Last Post: 11th November 2010, 21:51
  2. Problem with nmake
    By Pragya in forum Newbie
    Replies: 3
    Last Post: 27th June 2007, 16:39
  3. nmake :-(
    By Shuchi Agrawal in forum Installation and Deployment
    Replies: 3
    Last Post: 21st February 2007, 10:56
  4. QT 4.1.3 nmake error
    By vvbkumar in forum Installation and Deployment
    Replies: 1
    Last Post: 21st June 2006, 16:34
  5. nmake clean and qmke
    By mickey in forum Newbie
    Replies: 1
    Last Post: 13th April 2006, 06:59

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.