Hi, there was a dependency on Qt 5.5 in there. I guess you aren't running that recent a version?
Try it now, I removed the line. That control isn't used at all yet anyway so it doesn't matter. But maybe you will get more errors... Thanks. Tim. On 2017-04-08 03:47 PM, Michael Oswald wrote: > Hi Time, > > For some reason, it doesn't compile on my machine: > > /home/oswald/Projects/music/muse/muse3/muse/widgets/text_edit.cpp: In > member function ‘virtual QSize MusEGui::TextEdit::sizeHint() const’: > /home/oswald/Projects/music/muse/muse3/muse/widgets/text_edit.cpp:66:36: > error: ‘viewportMargins’ was not declared in this scope > viewportMargins().bottom() + viewportMargins().top() + > ^ > [ 66%] > /home/oswald/Projects/music/muse/muse3/muse/widgets/text_edit.cpp:70:1: > warning: control reaches end of non-void function [-Wreturn-type] > } > ^ > make[2]: *** [muse/widgets/CMakeFiles/widgets.dir/text_edit.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > > > I have had only a brief look and didn't find a suspect, any idea? > > lg, > Michael > > > > > > On 2017-04-08 18:34, Tim wrote: >> Oops! >> >> 5 minutes later, in foolish confidence, I simply clicked >> File > New > Audio.med > change wave track 1 to stereo. >> >> Crashes soon after. >> >> Took two days to track this puppy down. >> Insidious silent data corruption. And of course my fault, >> in the worst possible place, the low-level audio engine. >> >> This crash bug is about about one year old. >> >> If you experienced any crashes simply by changing >> an audio track from mono <> stereo, this was likely it. >> >> Tim. >> >> >> ChangeLog: >> - Crash fix: File > New > Audio.med > change wave track 1 to stereo -> >> crashes soon after. >> In AudioTrack::copyData(): In two sections concerning '2ch' -> '1ch' >> mixing: >> Move 'sp' inside channel loop. Was allowed to increment beyond, into >> other variable data, causing silent corruption. >> - Also, fixed template "audo.med": Both audio output track's outputs >> were routed to same jack port. >> >> >> ------------------------------------------------------------------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Lmuse-developer mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/lmuse-developer >> > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Lmuse-developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/lmuse-developer ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Lmuse-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmuse-developer
