5: 2012-09-19 (Wed) 17:57:28 iseki  |
Cur: 2013-06-13 (Thu) 16:18:00 iseki  |
| -- %%autobuild/autobuild/common.py の L533-539 をコメントアウト%% | | -- %%autobuild/autobuild/common.py の L533-539 をコメントアウト%% |
| -- %%autobuild/autobuild/connection.py の L40 をコメントアウト%% | | -- %%autobuild/autobuild/connection.py の L40 をコメントアウト%% |
- | -- AppData\Local\Temp\install.cache.<ユーザ名> | + | -- AppData\Local\Temp\install.cache.<ユーザ名>\* を消す |
| - Cドライブでやると,書き込みでパーミッションエラーが出る. | | - Cドライブでやると,書き込みでパーミッションエラーが出る. |
| -- Windows でパーミッション? ;( | | -- Windows でパーミッション? ;( |
| #define INT32_C(val) (INT_LEAST32_MAX-INT_LEAST32_MAX+(val)) | | #define INT32_C(val) (INT_LEAST32_MAX-INT_LEAST32_MAX+(val)) |
| #define INT64_C(val) (INT_LEAST64_MAX-INT_LEAST64_MAX+(val)) | | #define INT64_C(val) (INT_LEAST64_MAX-INT_LEAST64_MAX+(val)) |
| + | |
| #define UINT8_C(val) (UINT_LEAST8_MAX-UINT_LEAST8_MAX+(val)) | | #define UINT8_C(val) (UINT_LEAST8_MAX-UINT_LEAST8_MAX+(val)) |
| #define UINT16_C(val) (UINT_LEAST16_MAX-UINT_LEAST16_MAX+(val)) | | #define UINT16_C(val) (UINT_LEAST16_MAX-UINT_LEAST16_MAX+(val)) |
| #define UINT64_C(val) (UINT_LEAST64_MAX-UINT_LEAST64_MAX+(val)) | | #define UINT64_C(val) (UINT_LEAST64_MAX-UINT_LEAST64_MAX+(val)) |
| #endif | | #endif |
| + | |
| /* 7.18.4.2 Macros for greatest-width integer constants */ | | /* 7.18.4.2 Macros for greatest-width integer constants */ |
| #ifndef INTMAX_C | | #ifndef INTMAX_C |