> Hi I am trying to install a program downloaded from the following site > http://www.mit.edu/~ibaran/autorig/pinocchio.html > > I have very little experience with fltk and can just about work my way around > Microsoft Visual studio. > > The program requires me to do the following to set it up: > > The DemoUI requires the FLTK library (I used 1.1.7, I imagine 1.1.x > should work). You should have it installed with OpenGL support. > > Under Windows, set the FLTKDIR environment variable appropriately so > that the program can find the FLTK headers. Run Visual Studio 2005 > and build the solution. > > Is anyone able to shed light or point me in the right direction. > > Many thanks
thanks for the response, I am now getting the following error message 2>Compiling... 2>processor.cpp 2>.\processor.cpp(23) : fatal error C1083: Cannot open include file: 'FL/fl_ask.H': No such file or directory 2>MyWindow.cpp 2>.\MyWindow.cpp(23) : fatal error C1083: Cannot open include file: 'FL/gl.h': No such file or directory 2>motion.cpp 2>filter.cpp 2>demoUI.cpp 2>.\demoUI.cpp(23) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory 2>defmesh.cpp 2>Project : warning PRJ0018 : The following environment variables were not found: 2>$(FLTKDIR) 2>Build log was saved at "file://c:\3Dapplication\fltk-1.1.7\Pinocchio\DemoUI\Release\BuildLog.htm" 2>DemoUI - 3 error(s), 0 warning(s) ========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ========== I Have got the FL directories in place. Where am i going wrong now? Many thanks _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

