DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2271
Version: 2.0-current


I just did a /clean/ checkout of 1.3.x r7575, and it compiled OK in VS 2008
with no errors. I must have had a crufty r7575 to get those errors
from my last try.

Steps to build were successfully with r7575:

    1) open VS Express 2008

    2) Choose Open -> Project/Solution, 
       click on fltk\ide\Visualc6\fltk.dsw file,
      (answer 'Yes to all' for project conversion warning)

    3) Just below the menu bar, change 'Debug' -> 'Release'

    4) Go into:
       Tools -> Options -> Project Solutions -> Build and Run
       ..and set "maximum number of parallel project builds" to 1.
      (prevents a parallel build)

    5) In the "Solution Explorer" window, scroll to the very top

    6) Right click on:
           'fltk' solution (xx projects)
       ..and choose 'Build Solution"

Builds all 83 projects, no errors. (151 warnings)

But if I skip step #4 (and leave it do a parallel build with '2'),
then the build definitely fails, because it tries to build the test
programs while the fltk.lib is still being built.

So we have something wrong with parallel builds, I'm almost positive about
that.

Attach your complete build log history as a .txt if that doesn't work.


Link: http://www.fltk.org/str.php?L2271
Version: 2.0-current

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

Reply via email to