Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Includes status, proposed strategies. Newest entries are at the top.

February 24, 2009

Wiki Markup
Have installed VS 2008 Professional. SCons finds it correctly when \--vc9 option is used. Problems detected so far in the project and solution files that get written \[and estimate of difficulty to fix\] include

  1. Wiki Markup
    Extra stuff at the end of the .vcproj file and the .sln file which appears to be for the private use of SCons, as SCons central expects these files to be used.  It may be harmless (or maybe not; it might have accounted for some of the strangeness I saw yesterday) but, for the kind of project files we're aiming for, it's certainly not useful. Eliminate it.  \[easy\]
  2. Wiki Markup
    Solution file version should be 10.0, not 9.0 \[easy\]
  3. Wiki Markup
    Warnings when I try to build the project about incompatible compile options \[easy to medium\]
  4. Wiki Markup
    No user include paths \[medium or worse\]

There are certainly many more; I just haven't gotten there yet.

One piece of good news:  the code in the vs_revamp branch has been merged into the trunk and is available in release 1.2.0.d20090223.

February 23, 2009

First attempts to bring up VS 2008 Express on project and solution files generated by SCons (with Tracy's additions) have been somewhat bizarre: VS claims it needs to convert them.  It makes a new solution file and leaves the project file alone.  However, if I exit and restart, it doesn't like the solution file it just made and claims the project file has syntax problems!  I'm in the process of installing VS 2008 Professional, in hopes that it will behave better, and also because Professional is the real target environment, not Express.

...