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


I have also found that the obj file is not generated for scandir.c.  I tried to 
correct this by removing scandir.c from the project and then adding it again.

What happens next is very strange.

The sbr file for another file that IS included in the project is then found not 
to be generated.  If I remove and add that file to the project what I find is 
that the missing sbr file simply is for another random file.

I have am still exploring my options but short of recreating the entire project 
(which I'm sure to mess up somewhere) I don't know what to do next.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to