Hi,I'm trying to compile the latest Gem to use the mipmap code from this thread by Claude:http://lists.puredata.info/pipermail/gem-dev/2013-03/006444.htmlI ran the autogen.sh to get the configure file, then ./configure --with-pd=/(etc etc), and finally make. Everything looks good until this message:In file included from GLUtil.cpp:130:GLUtil_generated.h:1509: error: integer constant is too large for 'long' typemake[3]: *** [libUtils_la-GLUtil.lo] Error 1make[2]: *** [all-recursive] Error 1make[1]: *** [all] Error 2make: *** [all-recursive] Error 1This is on OSX 10.5.8.Is there a workaround by editing Gem 0.93's source code?I tried this by updating the pix_texture.cpp & pix_texture.h files but ran into "undefined" errors during compiling.