Results 1 to 3 of 3

Thread: compile errors qwtpolar 1.1.1 msvc 2012

  1. #1
    Join Date
    Mar 2014
    Location
    USA
    Posts
    85
    Thanks
    17
    Thanked 2 Times in 2 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default compile errors qwtpolar 1.1.1 msvc 2012

    I'm trying to compile qwtpolar 1.1.1. I'm using msvc 2012, Qt 5.2.1 and Qwt 6.1.0. The instructions say run qmake on qwtpolar.pro (no problem), nmake and nmake install. When I hit nmake, it can't find the qwt include libraries. I made sure the include and library paths for Qwt are in System Variables PATH. I'll be the first to admit that I'm an idiot when it comes to compiling with a command line interface. I've done it once (Qwt) and needed a ton of help then. I've asked some of my co-workers and the ones I got to look at it didn't have a clue either. I need to get this done soon, it's holding me up on a project I'm working on. If someone is willing to do it, I basically need detailed instructions that a five year old could follow. Thanks in advance. BTW, I have searched these forums and google for a day and a half now and the (very) few answers I found made no sense, they assumed some knowledge that I don't have, so I'm not just being lazy

  2. #2
    Join Date
    Mar 2014
    Location
    USA
    Posts
    85
    Thanks
    17
    Thanked 2 Times in 2 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: compile errors qwtpolar 1.1.1 msvc 2012

    We finally figured out the problem. Before running qmake, you have to create a new system variable, QMAKEFEATURES with the values of the path to the Qwt qwt.prf file and the QwtPolar qwtpolar.prf file. They can be found in the top level folder of each program. In my case these were C:/qwt-6.1.1 and C:/qwtpolar-1.1.1

  3. #3
    Join Date
    Oct 2016
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: compile errors qwtpolar 1.1.1 msvc 2012

    Hello, I work on a new project and I have to use qt, qwtpolar et qwtplot3d with visual studio c++ 2010. As you I can compile qt-open-source-4.7.3 and it’s work in Visual studio. But I have to use also qwtpolar and qwtplot3D.
    So I do the same operation for this 2 solutions :
    cd C:\UTOX\QT\qwtpolar
    qmake
    nmake
    when I start the nmake a fatal error nmake appear.

    I try to the QMAKEFEtURES variable and re start the compile of qt but it is always impossible to compile the others library.

    So can you help me ?
    In your explications I don’t understand where the environment variable is used ?
    Please help me !

Similar Threads

  1. Reproducing Qt 5.1.1 standard builds for MSVC 2012
    By d_stranz in forum Installation and Deployment
    Replies: 0
    Last Post: 19th September 2013, 18:04
  2. Replies: 2
    Last Post: 17th July 2013, 10:26
  3. Qt 4.8.3 with Visual Studio 2012 does not compile the webkit
    By dennis81 in forum Installation and Deployment
    Replies: 1
    Last Post: 4th December 2012, 03:25
  4. Qt 4.7.0 source compilation errors (MSVC 2010, Windows 7 Ultimate 64-bit)
    By andrey.khaletsky in forum Installation and Deployment
    Replies: 3
    Last Post: 30th September 2010, 09:16
  5. compile plugin with msvc??
    By tentakel in forum Qt Programming
    Replies: 6
    Last Post: 6th May 2010, 15:04

Tags for this Thread

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.