We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent9e1526e commit3affae5Copy full SHA for 3affae5
doc/src/sgml/install-windows.sgml
@@ -201,7 +201,18 @@ $ENV{PATH}=$ENV{PATH} . ';c:\some\where\bison\bin';
201
Bison can be downloaded from <ulink url="http://gnuwin32.sourceforge.net"></>.
202
Flex can be downloaded from
203
<ulink url="http://www.postgresql.org/ftp/misc/winflex/"></>.
204
- </para></listitem>
+ </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
214
+ </note>
215
+ </listitem>
216
</varlistentry>
217
218
<varlistentry>