hey ben,
On Jan 17, 2006, at 1:17 PM, B. Bogart wrote:
Hey all,
Has someone put a Gem binary with the multi-blob tracking stuff up somewhere? I'm using 10.3.9.
I tried the command line compile on OSX, but it bailed with:
g++ -c -fPIC -g -O2 -freg-struct-return -O3 -fno-builtin -falign-loops=16 -funroll-loops -ffast-math -faltivec -I.. glsl_fragment.cpp -o glsl_fragment.o In file included from glsl_fragment.h:21, from glsl_fragment.cpp:18: ../Manips/glsl_vertex.h:86: error: 'GLhandleARB' is used as a type, but is not defined as a type.
...snip...
I'd rather save my bandwidth to download a binary than do a fresh checkout. I need to use the multi-blob stuff tomorrow afternoon!
...I won't be able to try a compile on a 10.3.9 system until I get home, but all of these errors have to do with the glsl_* stuff, which isn't supported on < 10.4.x...so, you could just remove those files from your repositories src/manips folder (and probably remove gemframebuffer.cpp/.h from src/controls), and then it should compile...
l8r, james