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'
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?
Always sign your post off with your name. Even if you login.
Kip
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
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