File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,18 @@ $ENV{PATH}=$ENV{PATH} . ';c:\some\where\bison\bin';
201
201
Bison can be downloaded from <ulink url="http://gnuwin32.sourceforge.net"></>.
202
202
Flex can be downloaded from
203
203
<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>
205
216
</varlistentry>
206
217
207
218
<varlistentry>
You can’t perform that action at this time.
0 commit comments