Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Having trouble trying to configure Qt Mobility when Qt has VS 2008 binaries
Qt 6.11 is out! See what's new in the release blog

Having trouble trying to configure Qt Mobility when Qt has VS 2008 binaries

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 3 Posters 3.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    TwoGunBerg
    wrote on last edited by
    #1

    Hi All;
    Im trying to build the Qt Mobility Api. I'm on Windows 7 and i have the Qt built for VS2008 binaries installed. WHen i go to run the configure step it returns "Cannot find 'nmake', 'mingw32-make' or 'make' in your PATH". i have explicitly called out nmake in the path environment variable and mingw is not present because i'm using the precompiled Qt for VS 2008. I looked around for the answer and found that in an earlier version this issue was caused by a problem in the configure file. However it looks like this has been fixed. What else could be causing this? what can i do to fix this?

    Thanks for any help.

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      If you are on your command line, can you call nmake of cl.exe from MSVS2008?

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      1 Reply Last reply
      0
      • V Offline
        V Offline
        vsorokin
        wrote on last edited by
        #3

        Do you use "Visual Studio Console" for building? If not, run it from Start menu->Programs->Visual Studio 2008->Visual Studio Tools , all needed environment variables will be set there.

        --
        Vasiliy

        1 Reply Last reply
        0
        • T Offline
          T Offline
          TwoGunBerg
          wrote on last edited by
          #4

          I am using the VS console. here is the dump from the console command line:

          C:\qtmobility>configure -prefix C:\qt\4.7.1
          C:\qtmobility
          Checking available Qt
          4.7.1
          Checking make
          Cannot find 'nmake', 'mingw32-make' or 'make' in your PATH
          Aborting.

          i tried "configure -vc" with the same result.
          I tried from a standard command line and set the path variable with the following command:
          C:\qtmobility>set PATH=%PATH%;"C:\Program Files\Microsoft Visual Studio 9.0\VC\bin"

          same result.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved