|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Rosegarden svn 11114 Makefile.in errorHi, the following change is needed in Makefile.in :-
Index: rosegarden/Makefile.in =================================================================== --- Makefile.in +++ Makefile.in @@ -163,7 +163,7 @@ qrc: locale install: $(MKDIR_P) -m 755 $(INSTBINDIR) $(INSTALL) -m 755 rosegarden $(INSTBINDIR)/rosegarden - $(INSTALL) -m 755 src/helpers/rosegarden-audiofile-importer $(INSTBINDIR) + $(INSTALL) -m 755 attic/helpers/rosegarden-audiofile-importer $(INSTBINDIR) $(MKDIR_P) -m 755 $(INSTMIME16DIR) $(MKDIR_P) -m 755 $(INSTMIME32DIR) $(MKDIR_P) -m 755 $(INSTMIME64DIR) Regards Dave P ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Rosegarden-devel mailing list Rosegarden-devel@... - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel |
|
|
Re: Rosegarden svn 11114 Makefile.in errorOn Mon, Oct 26, 2009 at 9:38 AM, Dave Plater <dplater@...> wrote:
> Hi, the following change is needed in Makefile.in :- > - $(INSTALL) -m 755 src/helpers/rosegarden-audiofile-importer > $(INSTBINDIR) > + $(INSTALL) -m 755 attic/helpers/rosegarden-audiofile-importer > $(INSTBINDIR) Actually that line should be removed -- the reason the file is in attic is because it's no longer needed. Chris ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Rosegarden-devel mailing list Rosegarden-devel@... - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel |
|
|
Re: Rosegarden svn 11114 Makefile.in errorOn Monday 26 October 2009, Chris Cannam wrote:
> > + $(INSTALL) -m 755 attic/helpers/rosegarden-audiofile-importer > > $(INSTBINDIR) > > Actually that line should be removed -- the reason the file is in > attic is because it's no longer needed. But it's good someone is paying attention to the install target! I don't know how long I would have gone without noticing that, but I'm sure it would have been a long time. -- D. Michael McIntyre ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Rosegarden-devel mailing list Rosegarden-devel@... - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel |
| Free embeddable forum powered by Nabble | Forum Help |