Menu

OpenGL in Dev-C++

2003-01-30
2012-09-26
  • Nobody/Anonymous

    basically, i am trying to compile some simple OpenGL code in Dev-c++ and I get the following errors.
    Compiler: Default compiler
    Building Makefile: "C:\Dev-Cpp\Makefile.win"
    Executing  make...
    make.exe -f "C:\Dev-Cpp\Makefile.win" all
    C:\Dev-Cpp\Makefile.win:30: warning: overriding commands for target `"OpenGL'
    C:\Dev-Cpp\Makefile.win:24: warning: ignoring old commands for target `"OpenGL'

    make.exe: Circular "OpenGL <- "OpenGL dependency dropped.

    make.exe: *** No rule to make target `try_private.rc"', needed by `"OpenGL'.  Stop.

    Execution terminated

      Could anyone who has done this before please help me?

     
    • Nobody/Anonymous

      Always sign your post off with your name. Even if you login.

      Kip

       
    • Patrick Ogay

      Patrick Ogay - 2003-01-30

      Did you try a simple OpenGL program
      or a the sample OpenGL program?

      I always copy the sample .dev's and adapt it to my needs. So youre shure, that the Project Options are set correctly.

      Patrick

       
    • Nobody/Anonymous

      The private resource error can be cured by simply going into project options, and selecting an Icon.

      I'm too uber-newb to know about the rest though! :D

      Dave Bierbaum

       

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.