sbsv2/raptor/notes/cygwin_1_7.txt
author timothy.murphy@nokia.com
Wed, 14 Apr 2010 17:43:15 +0100
branchfix
changeset 486 88c2609eda7a
parent 398 dde9ce4a8aa8
permissions -rw-r--r--
fix: even more minimal resource dependendcies.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
397
95863adbc4bc replace RELEASE-NOTES.txt with an HTML file
Richard Taylor <richard.i.taylor@nokia.com>
parents:
diff changeset
     1
398
dde9ce4a8aa8 flesh out expanded release notes
Richard Taylor <richard.i.taylor@nokia.com>
parents: 397
diff changeset
     2
Starting with Raptor 2.13.0, it is also possible to use Cygwin 1.7 instead of
dde9ce4a8aa8 flesh out expanded release notes
Richard Taylor <richard.i.taylor@nokia.com>
parents: 397
diff changeset
     3
Cygwin 1.5. Some work was necessary to add support for Cygwin 1.7 due to a
dde9ce4a8aa8 flesh out expanded release notes
Richard Taylor <richard.i.taylor@nokia.com>
parents: 397
diff changeset
     4
change in command line interface in some of the Cygwin tools.
dde9ce4a8aa8 flesh out expanded release notes
Richard Taylor <richard.i.taylor@nokia.com>
parents: 397
diff changeset
     5
 
dde9ce4a8aa8 flesh out expanded release notes
Richard Taylor <richard.i.taylor@nokia.com>
parents: 397
diff changeset
     6
Due to this change in the command line interface, we have had to introduce the
dde9ce4a8aa8 flesh out expanded release notes
Richard Taylor <richard.i.taylor@nokia.com>
parents: 397
diff changeset
     7
SBS_CYGWIN17 environment variable whose value should be the root directory of
dde9ce4a8aa8 flesh out expanded release notes
Richard Taylor <richard.i.taylor@nokia.com>
parents: 397
diff changeset
     8
the Cygwin 1.7 installation. We hope this is temporary and that we can remove
dde9ce4a8aa8 flesh out expanded release notes
Richard Taylor <richard.i.taylor@nokia.com>
parents: 397
diff changeset
     9
this at some point. The following bullet points indicate the order of
dde9ce4a8aa8 flesh out expanded release notes
Richard Taylor <richard.i.taylor@nokia.com>
parents: 397
diff changeset
    10
precedence of the SBS_CYGWIN and SBS_CYGWIN17 environment variables.
dde9ce4a8aa8 flesh out expanded release notes
Richard Taylor <richard.i.taylor@nokia.com>
parents: 397
diff changeset
    11
 
dde9ce4a8aa8 flesh out expanded release notes
Richard Taylor <richard.i.taylor@nokia.com>
parents: 397
diff changeset
    12
* SBS_CYGWIN set,   SBS_CYGWIN17 unset: assume Cygwin 1.5 is being used
dde9ce4a8aa8 flesh out expanded release notes
Richard Taylor <richard.i.taylor@nokia.com>
parents: 397
diff changeset
    13
* SBS_CYGWIN set,   SBS_CYGWIN17 set:   assume Cygwin 1.7 is being used
dde9ce4a8aa8 flesh out expanded release notes
Richard Taylor <richard.i.taylor@nokia.com>
parents: 397
diff changeset
    14
* SBS_CYGWIN unset, SBS_CYGWIN17 set:   assume Cygwin 1.7 is being used
dde9ce4a8aa8 flesh out expanded release notes
Richard Taylor <richard.i.taylor@nokia.com>
parents: 397
diff changeset
    15
 
dde9ce4a8aa8 flesh out expanded release notes
Richard Taylor <richard.i.taylor@nokia.com>
parents: 397
diff changeset
    16
You will get errors if you set SBS_CYGWIN to be the root of a Cygwin 1.7
dde9ce4a8aa8 flesh out expanded release notes
Richard Taylor <richard.i.taylor@nokia.com>
parents: 397
diff changeset
    17
installation directory and if SBS_CYGWIN17 is not defined correctly.