On 3 Oct 2009, at 14:15, lee wrote:
> 2>Project : warning PRJ0018 : The following environment variables > were not found: > 2>$(FLTKDIR) As Greg has already said in his reply, there's your problem right there... It seems that the pinocchio build file is looking for an environment variable FLTKDIR to tell it how to find the fltk that you have installed. So, exit VS2005, set the environment variable FLTKDIR to point to your fltk installation, restart VS2005 and hope for the best! -- Ian _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

