This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygwin with opengl


/ Samuel Mahy  <mahy@student.fsa.ucl.ac.be> wrote:
| Hi,
>
| I cannot compile a file.c where there is the following 
| include :
>
| GL\glut.h
| GL\glu.h
| GL\gl.h
>
| I'm sure I have installed the file opengl....tar.bz2

Which opengl?? Could it be one runtime, and one developer version?

run:
  find /usr/include -name glut.h -print
if no success, run:
  find / -name glut.h -print

to see if they are around.. 

| Can you propose me some technics to reslove my problem :
| -compile? I use : -lglut -lGLU -lGL -lopengl

This problem is not due to missing libraries, it is due to the
compilation can't find the includes, throw the line issued for
compilation this way and we can see if you need to add a -I[path] to
the compilation.. 

How is the makefile done?
            
            /Andy

-- 
 The eye of the beholder rests on the beauty!

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]