On 01/10/2013 12:51 PM, Aere Greenway wrote: > This morning, I obtained the svn source for the latest Rosegarden code > (I was careful to do that this time), revision 13178. > Unfortunately, it did not build successfully.
Just to be sure, try the following in the rg directory: $ svn update $ make distclean $ sh ./bootstrap.sh If you are running 32-bit Ubuntu: $ ./configure --enable-debug --with-qtlibdir=/usr/lib/i386-linux-gnu For 64-bit Ubuntu: $ ./configure --enable-debug --with-qtlibdir=/usr/lib/x86_64-linux-gnu Then finally try the make again $ make Hopefully that works. Ted. ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_122712 _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
