problem in runnig simple C program in Ajunta IDE in Ubuntu 8.04

Asked by novice

I intend to learn c/c++. I have installed the build-essential package and Anjuta IDE in Ubuntu 8.04 as advised in Ubuntu help. Following very simple C program compiles correctly in Anjuta but while executing the program, it asks for some "Arguments" /"Select a program to run". I don't know what to enter for "argument"/ "Select a program to run" . When i enter name of the file, following message appears:

Program '/home/nitin/Documents/test01' is not a local file .

Please help.
-------------------------------------------------------------------------
Program:
--------------------------------------------------------------------------
#include<stdio.h>
main()
{

 printf("type Y for YES and N for NO");
}

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu anjuta Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Gord Allott (gordallott) said :
#1

you need to make sure to compile your program first, usually have to press a 'build' button somewhere

Revision history for this message
novice (nnnn-2006) said :
#2

Sorry, this did'nt solve my problem

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#3

Can you help with this problem?

Provide an answer of your own, or ask novice for more information if necessary.

To post a message you must log in.