Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QMake: filename with "_literal_", "_internal_" causes Extra Characters after expression.
Forum Updated to NodeBB v4.3 + New Features

QMake: filename with "_literal_", "_internal_" causes Extra Characters after expression.

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 211 Views
  • 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.
  • P Offline
    P Offline
    PolywickStudio
    wrote on last edited by
    #1

    Hi,
    I am trying to compile Hyperscan.io using QMake.

    $$PWD/src/rose/rosebuildadd_internal.h
    will cause "Extra Characters after expression".

    $$PWD/src/nfagraph/ng_literal_analysis.h
    will cause "Extra Characters after expression".

    You can get the repo here, specifically nfagraph:
    https://github.com/intel/hyperscan/tree/master/src/nfagraph

    adding files from nfagraph will cause QMake compile failure with "Extra Characters after expression". when adding filenames.

    How do I solve this issue?

    jsulmJ 1 Reply Last reply
    0
    • P PolywickStudio

      Hi,
      I am trying to compile Hyperscan.io using QMake.

      $$PWD/src/rose/rosebuildadd_internal.h
      will cause "Extra Characters after expression".

      $$PWD/src/nfagraph/ng_literal_analysis.h
      will cause "Extra Characters after expression".

      You can get the repo here, specifically nfagraph:
      https://github.com/intel/hyperscan/tree/master/src/nfagraph

      adding files from nfagraph will cause QMake compile failure with "Extra Characters after expression". when adding filenames.

      How do I solve this issue?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @PolywickStudio You should ask nfagraph project.
      Or at least post the content of the header files which cause this errors.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      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