Opened 9 years ago

Closed 9 years ago

#46330 closed defect (fixed)

Kleopatra fails to build with boost>=1.57

Reported by: kurthindenburg (Kurt Hindenburg) Owned by: NicosPavlov
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc: bjoern.ricks@…
Port: kdepim4

Description

See https://bugs.kde.org/show_bug.cgi?id=341355

Basic fix is to use something like this - however there are a lot of files that would need patched. I just commented out building kleopatra

// see https://bugreports.qt-project.org/browse/QTBUG-22829
#ifndef Q_MOC_RUN
#include ...someboostinclude
#endif

Attachments (1)

main.log (873.2 KB) - added by kurthindenburg (Kurt Hindenburg) 9 years ago.

Download all attachments as: .zip

Change History (3)

Changed 9 years ago by kurthindenburg (Kurt Hindenburg)

Attachment: main.log added

comment:1 Changed 9 years ago by NicosPavlov

Agreed, committed in r130864.

I tried to find the headers in which to use the Q_MOC_RUN trick, but this seems more complicated than that, with also some templates which should be modified, according to other places where this code is used.

comment:2 Changed 9 years ago by NicosPavlov

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.