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



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to