> Is there another work-around to getting this application to work? > http://www.mit.edu/~ibaran/autorig/pinocchio.html
I've just downloaded to Linux, and it compiled and ran without problem after I replaced the start of the DemoUI/Makefile with CC = g++ CCFLAGS = -c -Wall -O3 -I../Pinocchio/ FLTK = $(shell fltk-config --use-gl --ldflags) LIBS = -lm -L../Pinocchio/ -lpinocchio $(FLTK) This is more Ian's area of expertise than mine, but have you tried to run pinocchio using mingw and make rather than VS? D. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

