Re: [Rosegarden-user] Crashes :(

2019-05-15 Thread Ted Felix
On 5/15/19 2:36 PM, Will Godfrey wrote: My understanding is that nullptr is the 'modern' replacement for NULL, so I can't see why it would fail. It is. In this case, the older version of QSharedPointer provides no way for the compiler to convert a nullptr (which is actually a nullptr_t) t

Re: [Rosegarden-user] Crashes :(

2019-05-15 Thread Ted Felix
On 5/15/19 2:36 PM, Will Godfrey wrote: Just tried to compile this, and it fails with the report: error: no match for ‘operator=’ (operand types are ‘QSharedPointer’ and ‘std::nullptr_t’) m_baseStyle = nullptr; Should be fixed in [r15493]. Ted.

Re: [Rosegarden-user] Crashes :(

2019-05-15 Thread Ted Felix
On 5/15/19 2:36 PM, Will Godfrey wrote: Just tried to compile this, and it fails with the report: error: no match for ‘operator=’ (operand types are ‘QSharedPointer’ and ‘std::nullptr_t’) m_baseStyle = nullptr; Looks like you may have an older version of the Qt5 development stuff. 5.7 and

Re: [Rosegarden-user] Crashes :(

2019-05-15 Thread Will Godfrey
On Sun, 12 May 2019 19:51:54 -0400 Ted Felix wrote: >On 5/3/19 5:06 AM, Will Godfrey wrote: >> I haven't forgotten this - I'm still totally bogged down with work on >> Yoshimi. >> There is a *lot* going on! > > Just pushed r15492 which was a memory access issue related to >deleting segments a