Re: [Plib-users] cygwin compile q's
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2001-04-19 06:19:45
|
Marlin Mixon wrote: > 1. What is glx.h and where is it obtained? > Also, is there a library that goes with it? glx.h is an X-windows header file. I don't think you should need it with Cygwin. It sounds like something isn't being configured correctly. > 2. All of plib's .h files got put into /usr/include/plib. Yes - that's the "official" place for the installed PLIB - all PLIB applications are supposed to look there to find the headers. Don't even *THINK* of putting them anywhere else! > I extended my > PATH to include this directory... Your include path should include "/usr/include" - and not /usr/include/plib, this is because PLIB application programs say: #include <plib/{whatever}.h> ...which is analogous to the rules for OpenGL. Where the headers are supposed to be referred to by <GL/gl.h> - and the files are in places like: /usr/include/GL/gl.h -- Steve Baker HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sourceforge.net http://tuxaqfh.sourceforge.net http://tuxkart.sourceforge.net http://prettypoly.sourceforge.net http://freeglut.sourceforge.net |