On 07/26/2018 07:23 PM, Mario Moles wrote:
error: ‘class QSharedPointer<Rosegarden::CompositionMapper>’ has no
member named ‘reset’
      m_compositionMapper.reset(new CompositionMapper(m_doc));
                          ^

Yep. Qt5 is required now. You'll need to install the Qt5 libs. Though I could've sworn you were already building with Qt5. Or maybe I'm mistaken? Hmmm... Maybe you have both installed and you've specified -DUSE_QT4=1 to cmake? If you have both installed, Qt5 should be the default.

  See the wiki for a list of the Qt5 libs you'll need:

https://www.rosegardenmusic.com/wiki/dev:contributing#prepare_the_build_environment

Ted.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user

Reply via email to