projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e1526e
)
Note that Bison on GnuWin32 has trouble with paths with spaces
author
Magnus Hagander
Fri, 15 Apr 2011 13:27:02 +0000
(15:27 +0200)
committer
Magnus Hagander
Fri, 15 Apr 2011 13:30:21 +0000
(15:30 +0200)
Peter Eisentraut
doc/src/sgml/install-windows.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/install-windows.sgml
b/doc/src/sgml/install-windows.sgml
index 72a700fdcc87c5c37f2a8bbdd247aacb7ebd46d2..3c9d90ef338b83436aaa1b821536c7a9fcd3fa8d 100644
(file)
--- a/
doc/src/sgml/install-windows.sgml
+++ b/
doc/src/sgml/install-windows.sgml
@@
-201,7
+201,18
@@
$ENV{PATH}=$ENV{PATH} . ';c:\some\where\bison\bin';
Bison can be downloaded from
>.
Flex can be downloaded from
>.
-
+
+
+
+
+ The Bison distribution from GnuWin32 appears to have a bug that
+ causes Bison to malfunction when installed in a directory with
+ spaces in the name, such as the default location on English
+ installations
C:\Program Files\GnuWin32
.
+ Consider installing into
C:\GnuWin32
instead.
+
+
+