Opened 7 years ago

Closed 6 years ago

#9939 closed defect (fixed)

abiword fails to build with enchant-2.1.2

Reported by: Armin K Owned by: bdubbs@…
Priority: normal Milestone: 8.2
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

See http://lists.linuxfromscratch.org/pipermail/blfs-support/2017-October/079565.html and the follow-up mails for fix and its confirmation.

Change History (3)

comment:1 by bdubbs@…, 6 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 6 years ago

Now, abiword is now also broken with the latest libical. :(

pd_DocumentRDF.cpp:2272:43: error: ‘icaltime_from_timet’ was not declared in this scope
         icalcomponent_set_dtstart( c,     icaltime_from_timet( m_dtstart, 0 ) );
                                           ^~~~~~~~~~~~~~~~~~~
pd_DocumentRDF.cpp:2272:43: note: suggested alternative: ‘icaltime_as_timet’
         icalcomponent_set_dtstart( c,     icaltime_from_timet( m_dtstart, 0 ) );
                                           ^~~~~~~~~~~~~~~~~~~
                                           icaltime_as_timet

Will investigate.

comment:3 by bdubbs@…, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 19421.

Note: See TracTickets for help on using tickets.