Hey Orcan, 2016-02-06 20:56 GMT+01:00 Orcan Ogetbil <[email protected]>: > Hi guys, > I was trying to build muse on Fedora's build machines. The builder > uses 16 cores which made some bugs surface in muse's build system. > Hehe, ok :)
> - In muse/instruments/editinstrument.cpp and muse/liste/listedit.cpp, > there is an #include on widgets/editevent.h. > - widgets/editevent.h.#includes some generated ui_edit*.h files. > So if the parallel build tries to build instruments target before the > ui_edit*.h files were generated by the widgets target, it cannot find > the headers and the build fails. > We need to add a widgets dependency on instruments. > > Similarly, liste target and synti/deicsonze target need to depend on widgets. > > I could fix these things without bothering you, but I think I don't > have write access to version control anymore. I don't remember if I > had the git set up; it's been a while :) If you are up for fixing it yourself I'm sure we wouldn't mind letting you in, just send me your github alias. > There were also some problems with the compiler flags when compiling > the lv2gtkhelper on armv7hl architecture (yeah, muse is being built on > arm on Fedora). Neat! > I am trying to figure out the best way of solving > this. Is it intentional that the lv2gtkhelper is not integrated into > muse's build system, and has its own independent Makefile? Maybe Andrew should answer that but I believe it was intentional since it was kind of hard to get right. This will for obvious reasons not work with ARM so maybe we should find add it in anyway, if possible. Regards, Robert ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ Lmuse-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmuse-developer
