Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Language Bindings
  4. Pyside2 5.9 Branch/QT 5.8/GCC 6.4/Linux - Build Failure
Forum Updated to NodeBB v4.3 + New Features

Pyside2 5.9 Branch/QT 5.8/GCC 6.4/Linux - Build Failure

Scheduled Pinned Locked Moved Unsolved Language Bindings
2 Posts 2 Posters 973 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.
  • G Offline
    G Offline
    GrandCentralDispatch
    wrote on last edited by
    #1

    Hi,

    Im trying to build Pyside2, Shiboken2 (both 5.9 branch) on Linux with GCC 6.4 and Im getting

    /usr/include/stdlib.h:33:10: fatal error: 'stddef.h' file not found
    

    during shiboken's build.

    This is the entire build log: https://gist.github.com/FictionIO/a275a0de30c86c09887527f86ab72f2a

    1 Reply Last reply
    1
    • H Offline
      H Offline
      hhyyrylainen
      wrote on last edited by
      #2

      I had the same error with gcc 7.3. I ended up just using clang for compiling as that seemed to work:
      CC=clang CXX=clang++ python setup.py build --qmake=/usr/bin/qmake-qt5 --ignore-git --build-tests --jobs=8

      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