Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-24134

Incorrect handling of logical condition in preprocessing

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • None
    • Qt Creator 4.12.1
    • Jom
    • None
    • Windows
    • 5b295dbee (master)

    Description

      Jom version: 1.1.3 (the latest available from https://wiki.qt.io/Jom)

      The following makefile errors out, because preprocessor condition is wrongly evaluated to true:

          !if !defined(PATH) && !defined(TEMP)
          !error PATH and TEMP not defined
          !endif

      nmake reports no error for this makefile.

      A check similar to the above prevents building Tcl/Tk with Jom.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jbornema Joerg Bornemann
            nnemkin Nikita Nemkin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes