i keep on getting a error message saying [build error][main.o] error 1, whenever i try to compile a program
even when compiling a code as simple as
include <stdio.h>
include <stdlib.h>
int main()
{
printf("hello");
system("PAUSE");
return 0;
}
this.
all codes that i try to compile are based on c btw, and i'm using windows vista (i donno if that's a problem thou).
please help me getting rid of that error message....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
"[build error][main.o] error 1" merely means that the build failed. The Compile Log will tell you why. We cannot help without it.
Have you read the "PLEASE READ BEFORE POSTING A QUESTION" thread. It tells you how to post a question here to get a quick and accurate answer, but it also tells you how to fix a specific problem with getting Dev-C++ to work with Vista.
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i keep on getting a error message saying [build error] [main.o] error 1, whenever i try to compile a program
even when compiling a code as simple as
include <stdio.h>
include <stdlib.h>
int main()
{
printf("hello");
system("PAUSE");
return 0;
}
this.
all codes that i try to compile are based on c btw, and i'm using windows vista (i donno if that's a problem thou).
please help me getting rid of that error message....
There are special directions for getting Dev to work with Vista. They
are in the thread titled "Please Read Before Posting a Question".
Please take the time to read through it completely. It is worth it.
Wayne
"[build error] [main.o] error 1" merely means that the build failed. The Compile Log will tell you why. We cannot help without it.
Have you read the "PLEASE READ BEFORE POSTING A QUESTION" thread. It tells you how to post a question here to get a quick and accurate answer, but it also tells you how to fix a specific problem with getting Dev-C++ to work with Vista.
Clifford