Skip to content

Commit c1d4238

Browse files
committed
Note that Bison on GnuWin32 has trouble with paths with spaces
Peter Eisentraut
1 parent 52a6150 commit c1d4238

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

doc/src/sgml/install-win32.sgml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,18 @@ $ENV{PATH}=$ENV{PATH} . ';c:\some\where\bison\bin';
190190
Bison can be downloaded from <ulink url="http://gnuwin32.sourceforge.net"></>.
191191
Flex can be downloaded from
192192
<ulink url="http://www.postgresql.org/ftp/misc/winflex/"></>.
193-
</para></listitem>
193+
</para>
194+
195+
<note>
196+
<para>
197+
The Bison distribution from GnuWin32 appears to have a bug that
198+
causes Bison to malfunction when installed in a directory with
199+
spaces in the name, such as the default location on English
200+
installations <filename>C:\Program Files\GnuWin32</filename>.
201+
Consider installing into <filename>C:\GnuWin32</filename> instead.
202+
</para>
203+
</note>
204+
</listitem>
194205
</varlistentry>
195206

196207
<varlistentry>

0 commit comments

Comments
 (0)