[Plib-users] plib build under cygwin
Brought to you by:
sjbaker
From: Jon B. <js...@ha...> - 2000-05-06 00:02:10
|
Trying to build plib-1.1.11 I get this, anyone know what it is? *** start dump *** Making all in pui c++ -DPACKAGE=\"plib\" -DVERSION=\"1.1.11\" -DWIN32=1 -DSTDC_HEADERS=1 -DWIN 32=1 -I. -I../../././src/pui -I../../././src/sg -I../../././src/fnt -g -O2 -O6 -Wall -malign-double -I/usr/local/include -L/usr/local/lib -c pu.cxx In file included from ../../src/fnt/fnt.h:11, from pu.h:28, from puLocal.h:24, from pu.cxx:2: /usr/local/include/GL/gl.h:101: warning: ignoring pragma: /usr/local/include/GL/gl.h:102: warning: ignoring pragma: /usr/local/include/GL/gl.h:103: warning: ignoring pragma: /usr/local/include/GL/gl.h:104: warning: ignoring pragma: /usr/local/include/GL/gl.h:105: warning: ignoring pragma: /usr/local/include/GL/gl.h:106: warning: ignoring pragma: /usr/local/include/GL/gl.h:107: warning: ignoring pragma: In file included from puLocal.h:24, from pu.cxx:2: pu.h: In method `puFont::puFont()': pu.h:87: `GLUT_BITMAP_8_BY_13' undeclared (first use this function) pu.h:87: (Each undeclared identifier is reported only once pu.h:87: for each function it appears in.) pu.cxx: In function `int puGetWindowHeight()': pu.cxx:32: `GLUT_WINDOW_HEIGHT' undeclared (first use this function) pu.cxx:32: implicit declaration of function `int glutGet(...)' pu.cxx:32: warning: control reaches end of non-void function `puGetWindowHeight()' pu.cxx: In function `int puGetWindowWidth()': pu.cxx:33: `GLUT_WINDOW_WIDTH' undeclared (first use this function) pu.cxx:33: warning: control reaches end of non-void function `puGetWindowWidth()' pu.cxx: In function `int puMouse(int, int, int, int)': pu.cxx:213: `GLUT_DOWN' undeclared (first use this function) pu.cxx: In function `int puMouse(int, int)': pu.cxx:229: `GLUT_LEFT_BUTTON' undeclared (first use this function) pu.cxx:230: `GLUT_MIDDLE_BUTTON' undeclared (first use this function) pu.cxx:231: `GLUT_RIGHT_BUTTON' undeclared (first use this function) make[2]: *** [pu.o] Error 1 make[1]: *** [all-recursive] Error 1 *** end dump *** I think it may have something to do with something that does not get #defined like it is supposed to. Jon ==================================================== Jon & Frances Berndt email: js...@ha..., fa...@ha... WWW: http://www.hal-pc.org/~jsb League City, TX ==================================================== |