discuss-gnustep
[Top][All Lists]
Advanced

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

Re: installation problem


From: Richard Frith-Macdonald
Subject: Re: installation problem
Date: Sat, 17 Jun 2006 09:39:22 +0100


On 17 Jun 2006, at 09:36, Richard Frith-Macdonald wrote:


On 15 Jun 2006, at 06:45, pradip patel wrote:

Hi
i compiled my gui program as an application as described in make
tutorial

also  AppName.app/AppName is created ..but i am not able to run it.
as per tutorial it is run by following command

openapp AppName.app
also i tried
openapp AppName.app/AppName

but it give message
Can't find the required application: AppName.app!

plz. tell me what's problem and how can i solve this

Either install the application before trying to run it ...

  make install

Oops ... may also need to run make_services at this point, I'm not sure whether 'make install' runs it automatically.

  openapp AppName

or provide the path to it ...

  openapp ./Appname.app





reply via email to

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