Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. C++ Gurus
  4. semantic error
Forum Updated to NodeBB v4.3 + New Features

semantic error

Scheduled Pinned Locked Moved Unsolved C++ Gurus
7 Posts 3 Posters 1.1k 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.
  • A Offline
    A Offline
    Abhijeet Gurav
    wrote on last edited by
    #1

    error - in included file: no member named "__gnu_debug" in the global namespace

    getting error while opening cpp project in qt creator ide.

    jsulmJ 1 Reply Last reply
    0
    • A Abhijeet Gurav

      error - in included file: no member named "__gnu_debug" in the global namespace

      getting error while opening cpp project in qt creator ide.

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

      @Abhijeet-Gurav You will need to provide more information.
      What Qt version?
      On what platform?
      If on Windows: MSVC or MinGW compiler?
      What header file is that?

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

      A 1 Reply Last reply
      0
      • jsulmJ jsulm

        @Abhijeet-Gurav You will need to provide more information.
        What Qt version?
        On what platform?
        If on Windows: MSVC or MinGW compiler?
        What header file is that?

        A Offline
        A Offline
        Abhijeet Gurav
        wrote on last edited by
        #3

        @jsulm
        Qt version - 6.3.1
        platform - linux
        compiler - gcc
        header file - iostream , string

        jsulmJ 1 Reply Last reply
        0
        • A Abhijeet Gurav

          @jsulm
          Qt version - 6.3.1
          platform - linux
          compiler - gcc
          header file - iostream , string

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

          @Abhijeet-Gurav Do you get this error when you build the project?

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

          A 1 Reply Last reply
          0
          • jsulmJ jsulm

            @Abhijeet-Gurav Do you get this error when you build the project?

            A Offline
            A Offline
            Abhijeet Gurav
            wrote on last edited by
            #5

            @jsulm Not while building the project, actually after opening the project in Qt creator IDE immediately this error is showing.

            da2d1450-ddc4-44f7-bf46-a3afb8e3ebcb-image.png

            JonBJ 1 Reply Last reply
            0
            • A Abhijeet Gurav

              @jsulm Not while building the project, actually after opening the project in Qt creator IDE immediately this error is showing.

              da2d1450-ddc4-44f7-bf46-a3afb8e3ebcb-image.png

              JonBJ Offline
              JonBJ Offline
              JonB
              wrote on last edited by JonB
              #6

              @Abhijeet-Gurav
              Possible https://forum.qt.io/topic/27959/__gnu_debug-has-not-been-declared
              Do you happen to have your own file named debug.h?
              Try creating a new standalone project with those includes and reduce to minimal case?

              A 1 Reply Last reply
              3
              • JonBJ JonB

                @Abhijeet-Gurav
                Possible https://forum.qt.io/topic/27959/__gnu_debug-has-not-been-declared
                Do you happen to have your own file named debug.h?
                Try creating a new standalone project with those includes and reduce to minimal case?

                A Offline
                A Offline
                Abhijeet Gurav
                wrote on last edited by
                #7

                @JonB Yes I have debug.h file in my project. I have renamed that and checked. Now it is not showing that error.
                Thank you so much.

                1 Reply Last reply
                2

                • Login

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