sbsv2/raptor/notes/cygwin_1_7.txt
author Richard Taylor <richard.i.taylor@nokia.com>
Thu, 12 Aug 2010 09:00:16 +0100
changeset 625 a1925fb7753a
parent 591 22486c9c7b15
permissions -rw-r--r--
sbs version 2.15.0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
591
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     1
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     2
Starting with Raptor 2.13.0, it is also possible to use Cygwin 1.7 instead of
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     3
Cygwin 1.5. Some work was necessary to add support for Cygwin 1.7 due to a
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     4
change in command line interface in some of the Cygwin tools.
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     5
 
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     6
Due to this change in the command line interface, we have had to introduce the
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     7
SBS_CYGWIN17 environment variable whose value should be the root directory of
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     8
the Cygwin 1.7 installation. We hope this is temporary and that we can remove
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     9
this at some point. The following bullet points indicate the order of
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    10
precedence of the SBS_CYGWIN and SBS_CYGWIN17 environment variables.
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    11
 
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    12
* SBS_CYGWIN set,   SBS_CYGWIN17 unset: assume Cygwin 1.5 is being used
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    13
* SBS_CYGWIN set,   SBS_CYGWIN17 set:   assume Cygwin 1.7 is being used
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    14
* SBS_CYGWIN unset, SBS_CYGWIN17 set:   assume Cygwin 1.7 is being used
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    15
 
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    16
You will get errors if you set SBS_CYGWIN to be the root of a Cygwin 1.7
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    17
installation directory and if SBS_CYGWIN17 is not defined correctly.