On 4 Oct 2009, at 22:03, Duncan Gibson wrote:
>> 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?
That's a very good point, actually.
If the linux build "Just Works" with a few minor tweaks to the
makefile, there's a fair chance the same (linux) makefile would "Just
Work" under msys/mingw or cygwin, on a Windows box.
I might even try that tomorrow, time permitting...
However, it seems the OP already has VS2005, and that seems to be one
of the recommended targets. (I don't fancy trying to walk the OP
through installing mingw and Msys if they already have a working
toolchain.)
Indeed, from the OP's last post it rather sounds as if the build
might actually *be* working. But perhaps not.
ps: for;
CC = g++
I actually prefer;
CC = $(shell fltk-config --cxx)
as it is more portable. Just a thought.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk