Re: [Plib-users] my plib build attempt is failing
Brought to you by:
sjbaker
From: Jon B. <js...@ha...> - 2000-04-22 11:40:10
|
> Jon Berndt wrote: > > > > I am trying to build plib for FlightGear but my build is failing with a > > message that mmsystem.h is not found. I have the latest full cygwin > > installed, but mmsystem.h is not there, either. Any hints on what I can do? > > <sigh> > > I thought that the Cygwin guys had fixed their release to contain > a clone of mmsystem.h - but that's evidently not true or else you > wouldn't have a problem. I screwed up. Since FlightGear changed the structure of the source tree, and I hadn't gotten the new stuff in quite a while, I cleared out my directories and started anew with everything. Apparently my Win 32 API install went haywire somewhere. So, mmsystem.h IS a part of the CygWin dist., now. Now, while building pui, I get an error stating that: > Making all in pui > c++ -DPACKAGE=\"plib\" -DVERSION=\"1.1.11\" -DWIN32=1 - > DSTDC_HEADERS=1 -DWIN32=1 > -I. -I../../././src/pui -I../../././src/sg -I../../././src/fnt -g -O 2 -O6 > -Wall -malign-double -I/usr/local/include -L/usr/local/lib -c pu.cxx > pu.h: In method `puFont::puFont()': > In file included from puLocal.h:24, > from pu.cxx:2: > pu.h:87: `GLUT_BITMAP_8_BY_13' undeclared (first use this function) > ... > ... I assume I need new glut headers. Jon |