discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Running a separate script from my app using NSBundle, NSTask


From: Truls Becken
Subject: Re: Running a separate script from my app using NSBundle, NSTask
Date: Sat, 13 Nov 2010 22:51:41 +0100

On Sat, Nov 13, 2010 at 20:56, Csanyi Pal wrote:

> So when I compile this application with 'make' I get executables in the
> obj/ directory of the application's project directory.
>
> But when I do 'sudo make install' I get messages:
>
> GNUmakefile:1: /common.make: No such file or directory
> GNUmakefile:76: /application.make: No such file or directory
> GNUmakefile:79: /ctool.make: No such file or directory
> GNUmakefile:81: /Master/nsis.make: No such file or directory
> make: *** No rule to make target `/Master/nsis.make'.  Stop.

This is because sudo resets your environment variables for security reasons.

Try: sudo -E make install

-Truls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]