Errors

View: New views
4 Messages — Rating Filter:   Alert me  

Errors

by oiram73 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

In 11114:

/usr/bin/install -c -m 755 rosegarden /usr/bin/rosegarden

/usr/bin/install -c -m 755 src/helpers/rosegarden-audiofile-importer /usr/bin

/usr/bin/install: impossibile fare stat di `src/helpers/rosegarden-audiofile-importer': No such file or directory

make: *** [install] Error 1


--

oiram/bin/selom


------------------------------------------------------------------------------
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-user mailing list
Rosegarden-user@... - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user

Re: Errors

by Dave Plater-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 10/26/2009 12:16 PM, Mario Moles wrote:

> In 11114:
>
> /usr/bin/install -c -m 755 rosegarden /usr/bin/rosegarden
>
> /usr/bin/install -c -m 755 src/helpers/rosegarden-audiofile-importer
> /usr/bin
>
> /usr/bin/install: impossibile fare stat di
> `src/helpers/rosegarden-audiofile-importer': No such file or directory
>
> make: *** [install] Error 1
>
>
> --
>
> oiram/bin/selom
Try this patch :-
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-user mailing list
Rosegarden-user@... - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user

Re: Errors

by oiram73 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

No! The error is persistent!
--

oiram/bin/selom


------------------------------------------------------------------------------
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-user mailing list
Rosegarden-user@... - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user

Re: Errors

by cannam :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Oct 26, 2009 at 9:50 PM, Mario Moles <mario-moles@...> wrote:
> No! The error is persistent!

Delete all references to rosegarden-audiofile-importer from the Makefile.

At this stage you should probably be reporting problems with SVN trunk
to the -devel list, rather than the -user list.  Interested users are
encouraged to try it, but any problems are likely to be meaningful
only to developers since there is no actual release yet and won't be
for some time.


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-user mailing list
Rosegarden-user@... - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user