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 @@ -190,7 +190,18 @@ $ENV{PATH}=$ENV{PATH} . ';c:\some\where\bison\bin';
190
190
Bison can be downloaded from <ulink url="http://gnuwin32.sourceforge.net"></>.
191
191
Flex can be downloaded from
192
192
<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>
194
205
</varlistentry>
195
206
196
207
<varlistentry>
You can’t perform that action at this time.
0 commit comments