imacarthur wrote:
> On 9 Jun 2010, at 20:41, maissa wrote:
> 
>> HI,
>> I have VISUAL STUDIO 2008 and i can't compile FLTK 1.1.10,Is it  
>> because problem of compatibility?
> 
> No, it is not because of compatibility - others use fltk regularly  
> with VS versions including VS 2008, so it can work perfectly well.

        Actually, I think it is an issue with FLTK's VS project files
        that causes the (default) parallel build behavior in the newer
        VS versions to fail.

        There was a thread on this a few weeks ago where I looked into this
        and found it was the parallel build stuff that was the problem.

        The short of it was the dependency stuff in the FLTK project files
        was causing this, and I found a simple way to rewrite the project files
        so that they'd work for parallel builds, and Matt and myself put 
together
        a fix for 1.3.x (Matt pointed out that fluid now is responsible for
        creating the VS project files).

        But since this was all after 1.1.10 was released and frozen,
        the only way to ensure correct builds of 1.1.x is to disable
        the parallel build value in VS so that FLTK builds serially.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to