Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt5 git build failure on Ubuntu 12.10 ARM on ODROID-X

Qt5 git build failure on Ubuntu 12.10 ARM on ODROID-X

Scheduled Pinned Locked Moved Mobile and Embedded
23 Posts 7 Posters 15.7k 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.
  • K Offline
    K Offline
    KC7NOA
    wrote on last edited by
    #21

    This error is long going now .... should it be reported as a bug?

    1 Reply Last reply
    0
    • H Offline
      H Offline
      hgy59
      wrote on last edited by
      #22

      There is hope !

      It looks like the linker misses some destructors, so I added them and the linker was happy ;-)

      Add the missed destructors declared as virtual to the public section of the appropriate header files and an empty implementation to the cpp files.

      @virtual ListWidgetEditor::~ListWidgetEditor();

      virtual TreeWidgetEditorDialog::~TreeWidgetEditorDialog();

      virtual TableWidgetEditorDialog::~TableWidgetEditorDialog();@

      I don't know whether it is a bug or an arm-specific "feature" or I missed something else...

      Compiler:
      gcc version 4.6.3 (Debian 4.6.3-14+rpi1)
      Kernel:
      Linux raspberrypi 3.6.11+ #387 PREEMPT Sun Mar 3 23:54:39 GMT 2013 armv6l GNU/Linux

      Hope this helps for ODROID-X too...

      1 Reply Last reply
      0
      • I Offline
        I Offline
        iw2lsi
        wrote on last edited by
        #23

        same problem here with latest qt5.3.0 on a allwinner a10... solved as suggested...

        thanks a lot!

            Giampaolo
        
        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