Changes between Initial Version and Version 1 of Ticket #1769


Ignore:
Timestamp:
2012-06-15T13:00:58Z (12 years ago)
Author:
toto
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1769 – Description

    initial v1  
    1 Hello,
     1Hello,[[BR]]
     2[[BR]]
     3I'm trying to install Tahoe on Windows Vista but when I execute "C:\Python27\python setup.py build" I get this error :[[BR]]
    24 
    3 I'm trying to install Tahoe on Windows Vista but when I execute "C:\Python27\python setup.py build" I get this error :
    4  
    5 Setting up environment to run scripts for the current user...
    6 Already done: associate the filetype .pyscript with Python.File for the current user.
    7 Already done: add .pyscript to the user environment variable PATHEXT.
    8 Already done: add .pyw to the user environment variable PATHEXT.
    9 # C:\Python27\lib\distutils\cygwinccompiler.pyc matches C:\Python27\lib\distutils\cygwinccompiler.py
    10 import distutils.cygwinccompiler # precompiled from C:\Python27\lib\distutils\cygwinccompiler.pyc
    11 # C:\Python27\lib\distutils\unixccompiler.pyc matches C:\Python27\lib\distutils\unixccompiler.py
    12 import distutils.unixccompiler # precompiled from C:\Python27\lib\distutils\unixccompiler.pyc
    13 cc1plus.exe: erreur: unrecognized command line option '-mno-cygwin'
    14 error: Setup script exited with error: command 'gcc' failed with exit status 1
     5Setting up environment to run scripts for the current user...[[BR]]
     6
     7Already done: associate the filetype .pyscript with Python.File for the current user.[[BR]]
     8
     9Already done: add .pyscript to the user environment variable PATHEXT.[[BR]]
     10
     11Already done: add .pyw to the user environment variable PATHEXT.[[BR]]
     12
     13# C:\Python27\lib\distutils\cygwinccompiler.pyc matches C:\Python27\lib\distutils\cygwinccompiler.py[[BR]]
     14
     15import distutils.cygwinccompiler # precompiled from C:\Python27\lib\distutils\cygwinccompiler.pyc[[BR]]
     16
     17# C:\Python27\lib\distutils\unixccompiler.pyc matches C:\Python27\lib\distutils\unixccompiler.py[[BR]]
     18
     19import distutils.unixccompiler # precompiled from C:\Python27\lib\distutils\unixccompiler.pyc[[BR]]
     20
     21cc1plus.exe: erreur: unrecognized command line option '-mno-cygwin'[[BR]]
     22
     23error: Setup script exited with error: command 'gcc' failed with exit status 1[[BR]]
    1524 
    1625 
    17 I've installed Python 2.7, mingw-get-inst-20120426, Cygwin last version and done all that is described here :
    18 https://tahoe-lafs.org/trac/tahoe-lafs/wiki/AdvancedInstall#point9.4
     26I've installed Python 2.7, mingw-get-inst-20120426, Cygwin last version and done all that is described here :[[BR]]
     27
     28https://tahoe-lafs.org/trac/tahoe-lafs/wiki/AdvancedInstall#point9.4[[BR]]
     29
    1930 
    20 Mingw version :
     31Mingw version :[[BR]]
     32
    2133 
    22 C:\tahoe-lafs>gcc -v
    23 Utilisation des specs internes.
    24 COLLECT_GCC=gcc
    25 COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.6.2/lto-wrapper.exe
    26 Target: mingw32
    27 Configuré avec: ../gcc-4.6.2/configure --enable-languages=c,c++,ada,fortran,objc,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared --ena
    28 ble-libgomp --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --build=mingw32 --prefix=/mingw
    29 Modèle de thread: win32
    30 gcc version 4.6.2 (GCC)
    31  
    32  
    33 Thank you for your help
     34C:\tahoe-lafs>gcc -v[[BR]]
     35
     36Utilisation des specs internes.[[BR]]
     37
     38COLLECT_GCC=gcc[[BR]]
     39
     40COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.6.2/lto-wrapper.exe[[BR]]
     41
     42Target: mingw32[[BR]]
     43
     44Configuré avec: ../gcc-4.6.2/configure --enable-languages=c,c
     45++,ada,fortran,objc,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared --ena
     46ble-libgomp --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --build=mingw32 --prefix=/mingw[[BR]]
     47
     48Modèle de thread: win32[[BR]]
     49
     50gcc version 4.6.2 (GCC)[[BR]]
     51[[BR]]
     52
     53 
     54Thank you for your help[[BR]]
     55