Changes between Initial Version and Version 1 of Ticket #37144
- Timestamp:
- Nov 27, 2012, 12:40:40 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37144
- Property Owner changed from macports-tickets@… to mk@…
- Property Cc pixilla@… added
-
Property
Summary
changed from
kmymoney fails to compile after upgrade
tokmymoney: error: field has incomplete type 'MyMoneyTransaction'
-
Ticket #37144 – Description
initial v1 1 1 I just upgraded ports and did "sudo port selfupdate" and "sudo port upgrade outdated". However kmymoney failed to upgrade. I uninstalled it and tried to instal without success. The first error I noticed in the logfile is a compilation error (complete logfile attached): 2 2 3 3 {{{ 4 4 :info:build /opt/local/lib/qt3/include/qpair.h:66:8: error: field has incomplete type 'MyMoneyTransaction' 5 5 :info:build T1 first; 6 6 :info:build ^ 7 7 :info:build ./viewinterface.moc:166:31: note: in instantiation of template class 'QPair<MyMoneyTransaction, MyMoneySplit>' requested here 8 }}}