What steps will reproduce the problem?
1. Check out SVN tree (r1219 at the moment)
2. run autoreconf -i --force, then ./configure --prefix=/usr and make
3. Error output below
Running on GCC 4.7 (and Arch Linux). It seems some includes are missing
(actually unistd.h seems to be missing a lot since GCC 4.7 :P).
Patch attached, there was a Windows-specific clause in one of the headers, so I
used that to only include unistd.h on non-Windows systems, it was not present
in the other two though. It works fine on Linux, but I assume the two might
cause problems on Windows.
Original issue reported on code.google.com by francesc...@gmail.com on 26 Apr 2012 at 11:50
Original issue reported on code.google.com by
francesc...@gmail.com
on 26 Apr 2012 at 11:50Attachments: