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. missing include files
Forum Updated to NodeBB v4.3 + New Features

missing include files

Scheduled Pinned Locked Moved Unsolved C++ Gurus
3 Posts 2 Posters 1.5k 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.
  • schloatziS Offline
    schloatziS Offline
    schloatzi
    wrote on last edited by
    #1

    Hi, I'm new in qt and also I'm new here, I have a problem with 3 include files the sys.ioctl.h, linux/spi/spidev.h and linux/types.h. I'm working on a project and the method of work is cross compiling, the host and development machine of the project is based on windows and the target machine is raspberry, I decided to use GUI and I installed qt5.6 the project was developed in eclipse but there is not posible or is very hard to create GUI for C++ programs. The problem is that on eclipse everything works fine but in qt is not exist the mentioned include files. Some help in this way?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      anselmolsm
      wrote on last edited by
      #2

      I assume that by Qt you mean Qt Creator, the IDE.
      If the problem with the 3 include files is resulting on a build error, the issue is related to missing information about include paths. The compiler needs to know where are those include files - notice they are Linux system headers, they are not part of Qt.

      Anselmo L. S. Melo (anselmolsm)

      schloatziS 1 Reply Last reply
      0
      • A anselmolsm

        I assume that by Qt you mean Qt Creator, the IDE.
        If the problem with the 3 include files is resulting on a build error, the issue is related to missing information about include paths. The compiler needs to know where are those include files - notice they are Linux system headers, they are not part of Qt.

        schloatziS Offline
        schloatziS Offline
        schloatzi
        wrote on last edited by
        #3

        @anselmolsm Yes, I mean the IDE qt creator.
        Yes, that include files are missing and are linux related and I want to know how it can be resolved. Maybe if I know how to setup another compiler like gcc to point to that missing files.

        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