Package: scons
Version: 0.96.1-1
Severity: normal

Hello

the problem I found appear when I use scons on a windows XP Pro platform

Just uncompress the tar.gz file I provided in a windows machine with
scons install on it.
Go into the tmp2 directory and type scons RETURN

all I have done is creating a environment in the SConstruct file with a
PLATFORM initialized with os.name and exporting it for the SConscript
file. Then I printed env['PLATFORM'] 

In the SConscript I made a copy of the exported environment.
myenv = env.Copy() and then I printed the myenv['PLATFORM'].

So I need to see:

Linux:
posix
posix
.....

Windows XP Pro:
nt
nt
......


but on windows I saw:
nt
win32


So it seems that the copy is not correct

Am I right ?

Have a nice day.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages scons depends on:
ii  python                        2.3.5-2    An interactive high-level object-o

-- no debconf information

Attachment: sconstest.tar.gz
Description: Binary data

Reply via email to