Removing the ui_ files did the trick! Thanks!
2011/11/12 RJ Ryan <[email protected]>: > Hey Anders, > This is definitely a problem with having ui_* files in src/. We changed > scons to moc the UI files and put the results in the build folder instead of > src at some point. > To fix it, just do: rm src/ui_* > > On Sat, Nov 12, 2011 at 11:58 AM, Owen Williams <[email protected]> wrote: >> >> Are you building with vinyl control enabled or not enabled? (By default >> it's enabled). >> >> also do you have files in src/ that begin with "ui_"? like >> ui_blahblah.h? >> >> cheers, >> Owen >> >> On Sat, 2011-11-12 at 17:39 +0100, Anders Gunnarsson wrote: >> > Hi all, >> > >> > I just tried to build both trunk and 1.10 branch. Both fail with the >> > same error. >> > >> > src/dlgprefvinyl.cpp: In member function ‘void >> > DlgPrefVinyl::slotUpdate()’: >> > src/dlgprefvinyl.cpp:141:5: error: ‘SignalQualityEnable’ was not >> > declared in this scope >> > src/dlgprefvinyl.cpp: In member function ‘void >> > DlgPrefVinyl::slotApply()’: >> > src/dlgprefvinyl.cpp:187:88: error: ‘SignalQualityEnable’ was not >> > declared in this scope >> > scons: *** [lin64_build/dlgprefvinyl.o] Error 1 >> > scons: building terminated because of errors. >> > >> > My system is UbuntuStudio 11.10 64-bit >> > >> > //Anders >> > >> > >> > ------------------------------------------------------------------------------ >> > RSA(R) Conference 2012 >> > Save $700 by Nov 18 >> > Register now >> > http://p.sf.net/sfu/rsa-sfdev2dev1 >> > _______________________________________________ >> > Mixxx-devel mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/mixxx-devel >> > >> >> >> >> >> ------------------------------------------------------------------------------ >> RSA(R) Conference 2012 >> Save $700 by Nov 18 >> Register now >> http://p.sf.net/sfu/rsa-sfdev2dev1 >> _______________________________________________ >> Mixxx-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/mixxx-devel > > -- Anders Gunnarsson Nergårdsvägen 51 436 36 Askim Tel: 031-7804498 Mob: 070-3301018 E-post: [email protected] ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
