On Apr 6, 2006, at 2:09 AM, James Turner wrote:
James, I just tried to build simgear from CVS and got a similar, but not identical error to the above: g++ -DHAVE_CONFIG_H -I. -I. -I../../simgear -I../.. -I/Users/dersh/Programming/FlightGear/include -g -O2 -D_REENTRANT -c -o visual_enviro.o `test -f 'visual_enviro.cxx' || echo './'`visual_enviro.cxx ../../simgear/screen/RenderTexture.h:343: error: 'CGLContextObj' does not name a type ../../simgear/screen/RenderTexture.h:344: error: 'CGLPBufferObj' does not name a type ../../simgear/screen/RenderTexture.h:346: error: 'CGLContextObj' does not name a type make[2]: *** [visual_enviro.o] Error 1 make[1]: *** [install-recursive] Error 1 make: *** [install-recursive] Error 1 Were you able to get the patch sent to Erik? Was there another change somewhere else that raised this similar error? Can you be a little more specific about your fix? Which file did you add CGLTypes.h to the top of? Thanks, --Adam |
- Re: [Flightgear-devel] Re: simgear for Mac OS X Tiger Adam Dershowitz