>       Files can be un-writeable even to administrator if they're
>       readonly, or if the ACLs are really messed up.
>
>       Check if the files are read-only, and if so, change it through the GUI
>       then *double check* to make sure the GUI really did change it; watch 
> out for:
>       
> <http://www.techsupportforum.com/microsoft-support/windows-xp-support/98060-stuborn-non-changable-read-only-folder.html>
>       then try again.
>
>       read-only files can be fixed from DOS with the 'attrib' command,
>       and messed up ACLs can be fixed with the DOS 'cacls' command.
>       Or you can use the GUI.. but I don't always trust the GUI.
>       For help with the DOS commands, see 'attrib /?' and 'cacls /?')
>
>       Sometimes files end up read-only if copied from eg. a cdrom
>       or some other read-only/write protected medium.

I just checked and there were no readonly files.

>       Did you try renaming the dir away and re-extracting from the tar
>       file? Curious what steps you're using to unpack the tar.. normally
>       the steps are:
>
>               1) Download the tar.gz from the fltk.org website
>               2) Use Winzip to unzip the gzipped tar
>               3) Build

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). When I 
choose a compile mode (debug or release, etc) the default option is "Debug 
Cairo". 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

> 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.

Thanks for helping out.

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to