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. Building on ArchLinux: qtdeclarative: qv4compiler.cpp: QStringList 'strings' incomplete type.
Forum Updated to NodeBB v4.3 + New Features

Building on ArchLinux: qtdeclarative: qv4compiler.cpp: QStringList 'strings' incomplete type.

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 1 Posters 1.3k Views 1 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.
  • Q Offline
    Q Offline
    Quasaur
    wrote on last edited by
    #1

    Running ArchLinux _x86_64 (3.11.6) in VirtualBox

    (1) I've successfully built & installed Wayland & Weston according to this:

    http://qt-project.org/wiki/QtWayland

    (2) I got to the point where i make the qtdeclarative dependency and got the following error:
    @
    compiler/qv4compiler.cpp:42:0:
    compiler/qv4compiler_p.h:83:17: error: field strings has incomplete type QStringList strings

    compiler/qv4compiler.cpp: In member function int QV4::Compiler::JSUnitGenerator::registerString(const QString&):

    compiler/qv4compiler.cpp:62:28: error strings was not declared in this scope stringToId.insert(str, strings.size());
    @
    ...and so forth.

    I'm trying to build an evironment to create Qt apps using Clozure CL...please assist!

    1 Reply Last reply
    0
    • Q Offline
      Q Offline
      Quasaur
      wrote on last edited by
      #2

      SOLVED: I used the instructions here:

      http://qt-project.org/wiki/Building_Qt_5_from_Git

      but i dont understand why, on an x86_64 platform qtwayland wont compile without Wayland-egl support...???

      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