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

Incorrect handling of logical condition in preprocessing

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • Qt Creator 4.12.1
    • Jom
    • None
    • Windows

    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

        Activity

          People

            Unassigned Unassigned
            nnemkin Nikita Nemkin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: