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 |
| 5 | Setting up environment to run scripts for the current user...[[BR]] |
| 6 | |
| 7 | Already done: associate the filetype .pyscript with Python.File for the current user.[[BR]] |
| 8 | |
| 9 | Already done: add .pyscript to the user environment variable PATHEXT.[[BR]] |
| 10 | |
| 11 | Already 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 | |
| 15 | import 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 | |
| 19 | import distutils.unixccompiler # precompiled from C:\Python27\lib\distutils\unixccompiler.pyc[[BR]] |
| 20 | |
| 21 | cc1plus.exe: erreur: unrecognized command line option '-mno-cygwin'[[BR]] |
| 22 | |
| 23 | error: Setup script exited with error: command 'gcc' failed with exit status 1[[BR]] |
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 |
| 34 | C:\tahoe-lafs>gcc -v[[BR]] |
| 35 | |
| 36 | Utilisation des specs internes.[[BR]] |
| 37 | |
| 38 | COLLECT_GCC=gcc[[BR]] |
| 39 | |
| 40 | COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.6.2/lto-wrapper.exe[[BR]] |
| 41 | |
| 42 | Target: mingw32[[BR]] |
| 43 | |
| 44 | Configuré avec: ../gcc-4.6.2/configure --enable-languages=c,c |
| 45 | ++,ada,fortran,objc,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared --ena |
| 46 | ble-libgomp --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --build=mingw32 --prefix=/mingw[[BR]] |
| 47 | |
| 48 | Modèle de thread: win32[[BR]] |
| 49 | |
| 50 | gcc version 4.6.2 (GCC)[[BR]] |
| 51 | [[BR]] |
| 52 | |
| 53 | |
| 54 | Thank you for your help[[BR]] |
| 55 | |