diff options
| author | Magnus Hagander <magnus@hagander.net> | 2011-04-15 15:27:02 +0200 |
|---|---|---|
| committer | Magnus Hagander <magnus@hagander.net> | 2011-04-15 15:31:41 +0200 |
| commit | c1d42380633b86058b99020452eebece91fc2bf2 (patch) | |
| tree | d0a498e86df5ca07dffe75b62286a403a03b8c49 | |
| parent | 52a6150445247255c065581e1b08170a87df13e4 (diff) | |
Note that Bison on GnuWin32 has trouble with paths with spaces
Peter Eisentraut
| -rw-r--r-- | doc/src/sgml/install-win32.sgml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index 2144862b3f4..a8d8fac5667 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -190,7 +190,18 @@ $ENV{PATH}=$ENV{PATH} . ';c:\some\where\bison\bin'; Bison can be downloaded from <ulink url="http://gnuwin32.sourceforge.net"></>. Flex can be downloaded from <ulink url="http://www.postgresql.org/ftp/misc/winflex/"></>. - </para></listitem> + </para> + + <note> + <para> + The Bison distribution from GnuWin32 appears to have a bug that + causes Bison to malfunction when installed in a directory with + spaces in the name, such as the default location on English + installations <filename>C:\Program Files\GnuWin32</filename>. + Consider installing into <filename>C:\GnuWin32</filename> instead. + </para> + </note> + </listitem> </varlistentry> <varlistentry> |
