Menu

[build error]??

Young Park
2008-02-24
2012-09-26
  • Young Park

    Young Park - 2008-02-24

    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....

     
    • Wayne Keen

      Wayne Keen - 2008-02-24

      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

       
    • cpns

      cpns - 2008-02-24

      "[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

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.