Opened 8 years ago
Closed 8 years ago
#9939 closed defect (fixed)
abiword fails to build with enchant-2.1.2
| Reported by: | Armin K | Owned by: | |
|---|---|---|---|
| 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 , 8 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 8 years ago
Note:
See TracTickets
for help on using tickets.

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_timetWill investigate.