Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Hello everyone, when I was compiling the QT 5.15.2 source code, an unsolvable problem occurred.
Qt 6.11 is out! See what's new in the release blog

Hello everyone, when I was compiling the QT 5.15.2 source code, an unsolvable problem occurred.

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 285 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.
  • X Offline
    X Offline
    X-Crack
    wrote on last edited by
    #1

    First explain my compilation environment:
    Operating system: ubuntu 20.04.2 X64
    Compiler version: gcc10.2
    Installation library description:
    apt-get build-dep qt5-default -y &&
    apt-get install cmake gcc-10 g++-10 dos2unix -y &&
    apt-get install libxcb-xinerama0 libxcb-xinerama0-dev -y &&
    apt-get install build-essential perl python git -y &&
    apt-get install'^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev -y &&
    apt-get install flex bison gperf libicu-dev libxslt-dev ruby ​​-y &&
    apt-get install libasound2-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev libgstreamer-plugins-bad1.0-dev -y &&
    apt install libclang-dev llvm -y

    Build parameters: configure -debug -static -no-pch -prefix /usr/local/qt-develop -qtnamespace Cry -c++std c++17 -confirm-license -opensource -plugin-sql-sqlite -qt-zlib -qt-libpng -qt-libjpeg -fontconfig -qt-harfbuzz -nomake examples -nomake tests -skip qtwebengine -skip qtdoc -opengl

    Finally, when compiling Qt5Core, there will be: undefined reference to `FcCharSetHasChar' error

    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