> Hello, > > I checked out the latest revision of FLTK 2.0, 6785, from svn. > > I cannot get the static library to compile. > > Here is the error output: > ------------------------- > 1>BSCMAKE: error BK1506 : cannot open file '.\fltk\scandir.sbr': No such file > or directory > ------------------------- > > I don't know how to fix this. Scandir.cxx is a part of the project. The VC6 > project won't compile for me either. > > How do I fix an issue with an ".sbr" file? I've never seen one before. > > I have been stuck at revision 6305 for a while now. I would like to take > advantage of the advancements in this project. >
I must correct an error. scandir.c is part of the fltk project as opposed to scandir.cxx. I have checked and the project has the /FR option enabled...so as I understand it sbr files are supposed to be generated with that option set. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

