I tried all that, ran Visual Studio as Administrator and this is what I got as the first error when I compiled: 1>fl_read_image.cxx 1>Fl_Progress.cxx 1>Fl_Preferences.cxx 1>..\..\src\Fl_Preferences.cxx(85) : fatal error C1021: invalid preprocessor command 'warning'
There was also these at the start: 1>------ Build started: Project: fltk, Configuration: Debug Win32 ------ 2>------ Build started: Project: fltkimages, Configuration: Debug Win32 ------ 2>Compiling... 3>------ Build started: Project: jpeg, Configuration: Debug Win32 ------ 1>fltk : warning PRJ0009 : Build log could not be opened for writing. 1>Make sure that the file is not open by another process and is not write-protected. 3>jpeg : warning PRJ0009 : Build log could not be opened for writing. 3>Make sure that the file is not open by another process and is not write-protected. 4>------ Build started: Project: libpng, Configuration: Debug Win32 ------ 4>libpng : warning PRJ0009 : Build log could not be opened for writing. 4>Make sure that the file is not open by another process and is not write-protected. It seems like it is having some security issues... which is odd since it is on the local drive and I'm running as the administrator. > Percy wrote: > > 2>fltkimages : error PRJ0008 : Could not delete file > > 'c:\ProgLibs\fltk-1.3.x-r6985\ide\vc2005\Debug\vc90.idb'. > > 2>Make sure that the file is not open by another process and is not > > write-protected. > > What's up with all those access/permission errors? > > Sounds like it's not even getting to the build stage before it > starts failing.. it can't even remove the old files. > > I'd advise rebooting, and try the build again, in case there's somehow > more than one IDE environment open. > > If that doesn't get it, I'd suggest renaming the old dir away, > and re-extracting from the tar file, and do the build as the /same user/ > since the problem might be a permissions issue between the user > that extracted the file and last built it, and the current user > trying to build. > > Make sure no one else has the dir open, and that there aren't multiple > IDEs open (eg. in 'switch user' mode or some such). > _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

