64-Bit Operator Overloading Adventure

2008-01-11 Thread Brian D. McGrew
Good morning, I've got a codebase that's a hundred years old, started in life on Sun3 and have evolved to 32-Bit X86 Linux (Fedora 5). We're trying to move to 64-Bit now and this same code that has compiled for years is barking about operators cannot be overloaded. This is a Fedora 8 x86-64 mach

gcc-4.2.1 pointer questions?

2007-07-25 Thread Brian D. McGrew
This: /* Internal convenience typedefs */ typedef GLvoid (*_GLUfuncptr)(GLvoid); Produces this: ../.././include/libinc/GL/glu.h:259: error: '' has incomplete type ../.././include/libinc/GL/glu.h:259: error: invalid use of 'GLvoid' What am I missing??? -brian Brian D. Mc