diff options
| author | Jason Rumney | 2004-05-10 21:31:34 +0000 |
|---|---|---|
| committer | Jason Rumney | 2004-05-10 21:31:34 +0000 |
| commit | 7aa70236bc040be8349ff5113578520e5b1ed8ef (patch) | |
| tree | 399026e012beb464cd6928f9538ee6a022c9cae2 /etc/PROBLEMS | |
| parent | 1b44af75e41871cd4f6000ca06b19b44709fac19 (diff) | |
| download | emacs-7aa70236bc040be8349ff5113578520e5b1ed8ef.tar.gz emacs-7aa70236bc040be8349ff5113578520e5b1ed8ef.zip | |
Added note about CreateProcess failures from make.exe
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 97c7e6cf67e..c3be7f83a7c 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -221,6 +221,12 @@ __MSVCRT__, like so: | |||
| 221 | 221 | ||
| 222 | configure --with-gcc --cflags -mwin32 --cflags -D__MSVCRT__ | 222 | configure --with-gcc --cflags -mwin32 --cflags -D__MSVCRT__ |
| 223 | 223 | ||
| 224 | * Building the MS-Windows port fails with a CreateProcess failure. | ||
| 225 | |||
| 226 | Some versions of mingw32 make on some versions of Windows do not seem | ||
| 227 | to detect the shell correctly. Try "make SHELL=cmd.exe", or if that | ||
| 228 | fails, try running make from Cygwin bash instead. | ||
| 229 | |||
| 224 | * Building the MS-Windows port with Leim fails in the `leim' directory. | 230 | * Building the MS-Windows port with Leim fails in the `leim' directory. |
| 225 | 231 | ||
| 226 | The error message might be something like this: | 232 | The error message might be something like this: |