Fuel

Ticket Change Details
Login
Overview

Artifact ID: ef31230fc33f3440c583fd52dfff0fd49d71d387
Ticket: a21973499086835d0e3189ed0d06fe95d68b83c6
Build Fail on Manjaro Linux
User & Date: anonymous 2019-01-05 12:11:47
Changes

  1. foundin changed to: "6b21c5057d"
  2. icomment:
    * I've got this error:
    <pre>
      src/CommitDialog.cpp:58:49: error: invalid use of incomplete type ‘class QAction’
        QAction* action = new QAction(ui->plainTextEdit);
    </pre>
    * This is my system configuration:
    <pre>
      Kernel: 4.19.13-1-MANJARO x86_64 bits: 64 Desktop: Xfce 4.12.4 Distro: Manjaro Linux
      ManjaroLinux 18.0.2 (Illyria)
    
      qt5-base    5.12.0-1.1
    qt5-webkit  5.212.0alpha2-22
    </pre>
    * This is how I fixed the build:
    <pre>
      src/MainWindow.h:
    
      #include <QMainWindow>
    #include <QStringList>
    #include <QFileIconProvider>
    + #include <QAction>
    #include "AppSettings.h"
    #include "Workspace.h"
    </pre>
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-wiki"
  5. private_contact changed to: "0fa472755826fd07c51dc78d6d60e0123328b299"
  6. severity changed to: "Critical"
  7. status changed to: "Open"
  8. title changed to: "Build Fail on Manjaro Linux"
  9. type changed to: "Code_Defect"