Skip to content

Commit 3affae5

Browse files
committed
Note that Bison on GnuWin32 has trouble with paths with spaces
Peter Eisentraut
1 parent 9e1526e commit 3affae5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

doc/src/sgml/install-windows.sgml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,18 @@ $ENV{PATH}=$ENV{PATH} . ';c:\some\where\bison\bin';
201201
Bison can be downloaded from <ulink url="http://gnuwin32.sourceforge.net"></>.
202202
Flex can be downloaded from
203203
<ulink url="http://www.postgresql.org/ftp/misc/winflex/"></>.
204-
</para></listitem>
204+
</para>
205+
206+
<note>
207+
<para>
208+
The Bison distribution from GnuWin32 appears to have a bug that
209+
causes Bison to malfunction when installed in a directory with
210+
spaces in the name, such as the default location on English
211+
installations <filename>C:\Program Files\GnuWin32</filename>.
212+
Consider installing into <filename>C:\GnuWin32</filename> instead.
213+
</para>
214+
</note>
215+
</listitem>
205216
</varlistentry>
206217

207218
<varlistentry>

0 commit comments

Comments
 (0)