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. Help with ./configure
Forum Updated to NodeBB v4.3 + New Features

Help with ./configure

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 3 Posters 330 Views 2 Watching
  • 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.
  • Y Offline
    Y Offline
    Yalimyulad
    wrote on 16 Feb 2020, 22:27 last edited by Yalimyulad
    #1

    Hello there I am trying to create the correct ./configure for compiling
    qt-everywhere-opensource-src-4.8.7
    using Ubuntu 16.04 64bit

    My wish is to include in the ./configure
    mkspecs/linux-arm-gnueabi-g++
    so that I have a qmake option

    I will be very greatful if I could find help from a forum member as it is the first time I have attempted this.

    My configure idea so far:
    ./configure -opensource -confirm-license
    but then do i use -xplatform or -device before linux-arm-gnueabi-g++
    I get confused with understanding all the configuration options.

    Thanks

    Mostly, I am getting errors:
    make: arm-linux-gnueabi-g++: Command not found

    Makefile:190: recipe for target 'xlib.o' failed
    make: *** [xlib.o] Error 127
    XLib disabled.
    Basic XLib functionality test failed!
    You might need to modify the include and library search paths by editing
    QMAKE_INCDIR_X11 and QMAKE_LIBDIR_X11 in linux-arm-gnueabi-g++.

    K J 2 Replies Last reply 17 Feb 2020, 20:08
    0
    • Y Yalimyulad
      16 Feb 2020, 22:27

      Hello there I am trying to create the correct ./configure for compiling
      qt-everywhere-opensource-src-4.8.7
      using Ubuntu 16.04 64bit

      My wish is to include in the ./configure
      mkspecs/linux-arm-gnueabi-g++
      so that I have a qmake option

      I will be very greatful if I could find help from a forum member as it is the first time I have attempted this.

      My configure idea so far:
      ./configure -opensource -confirm-license
      but then do i use -xplatform or -device before linux-arm-gnueabi-g++
      I get confused with understanding all the configuration options.

      Thanks

      Mostly, I am getting errors:
      make: arm-linux-gnueabi-g++: Command not found

      Makefile:190: recipe for target 'xlib.o' failed
      make: *** [xlib.o] Error 127
      XLib disabled.
      Basic XLib functionality test failed!
      You might need to modify the include and library search paths by editing
      QMAKE_INCDIR_X11 and QMAKE_LIBDIR_X11 in linux-arm-gnueabi-g++.

      K Offline
      K Offline
      kshegunov
      Moderators
      wrote on 17 Feb 2020, 20:08 last edited by
      #2

      @Yalimyulad said in Help with ./configure:

      qt-everywhere-opensource-src-4.8.7

      That's very, very, very old.

      I will be very greatful if I could find help from a forum member as it is the first time I have attempted this.

      Don't hold your breath. Can't you update to something that's more recent than the bronze age?

      Read and abide by the Qt Code of Conduct

      1 Reply Last reply
      0
      • Y Yalimyulad
        16 Feb 2020, 22:27

        Hello there I am trying to create the correct ./configure for compiling
        qt-everywhere-opensource-src-4.8.7
        using Ubuntu 16.04 64bit

        My wish is to include in the ./configure
        mkspecs/linux-arm-gnueabi-g++
        so that I have a qmake option

        I will be very greatful if I could find help from a forum member as it is the first time I have attempted this.

        My configure idea so far:
        ./configure -opensource -confirm-license
        but then do i use -xplatform or -device before linux-arm-gnueabi-g++
        I get confused with understanding all the configuration options.

        Thanks

        Mostly, I am getting errors:
        make: arm-linux-gnueabi-g++: Command not found

        Makefile:190: recipe for target 'xlib.o' failed
        make: *** [xlib.o] Error 127
        XLib disabled.
        Basic XLib functionality test failed!
        You might need to modify the include and library search paths by editing
        QMAKE_INCDIR_X11 and QMAKE_LIBDIR_X11 in linux-arm-gnueabi-g++.

        J Offline
        J Offline
        JKSH
        Moderators
        wrote on 18 Feb 2020, 02:52 last edited by JKSH
        #3

        Hi, and welcome!

        @Yalimyulad said in Help with ./configure:

        Hello there I am trying to create the correct ./configure for compiling
        qt-everywhere-opensource-src-4.8.7
        using Ubuntu 16.04 64bit

        Could you provide more details on your goals?

        1. Why compile from source instead of using a pre-compiled version?
        2. Why use Qt 4.8 (which reached end-of-life in 2015) instead of Qt 5?
        3. What device (and what OS) are you targetting?

        In case it helps, here is a very detailed step-by-step tutorial that shows you how to build Qt 5.12.7 on different models of Raspberry Pi: https://www.tal.org/tutorials/building-qt-512-raspberry-pi

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        1 Reply Last reply
        4

        1/3

        16 Feb 2020, 22:27

        • Login

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