On 5 Jan 2010, at 19:30, Percy wrote: > I just checked and there were no readonly files.
Hmm, odd, as you are getting warnings about permissions. As Greg says, it may be some ACL issue or something. Did you say what version of Windows this was? I forget. Mind you, over the last year I have seen some really odd access issues on both XP and Vista, so maybe the version is irrelevant. In any case, might be worth fixing the access rights on the whole build tree to make sure they are read/write for all users, just in case. Not ideal from a security point of view, but on a local developer machine, well... (FWIW, MS really messed up their permissions stuff - trying to add it as an afterthought really has not worked well. The unix model is more robust, frankly!) > They are literally the steps I took. But I did it again and noticed > somethings. When I opened it up in VS, it wanted to convert the > files (which I did). What was wrong with the files? Is it just bitching about line termination or...? > When I choose a compile mode (debug or release, etc) the default > option is "Debug Cairo". That sounds wrong - the default should be "Debug". The "Debug Cairo" is a special case... > The errors I have been giving you are from the normal "Debug" mode. > If I do the "Debug Cairo" one, all my error messages are: > Cannot open include file: 'cairo-win32.h': No such file or directory Yup, unless you have Cairo installed (and I assume you do not) then you do not want to be using that build mode. > >> Hmm, that looks like a bit of a puzzle... Can you build *anything* >> with >> that install of VS2008 or is it generally hosed? > > At the moment, I'm halfway through a project that I programmed with > this and I have been using other libraries (Direct3D and FMOD). > Everything has worked fine right up until now. > > I had FLTK installed on this particular computer a while ago (until > I reformatted) and I had no problem with it that time. Should be having no problems with it this time either - others (well Greg, anyway) are using the VS tools and all seems well. I'm more of a mingw fan myself, and Albrecht likes cygwin... _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

