Re: pspp-0.8.0 install problem under Cygwin

2013-09-22 Thread John Darrington
Coincidently I tried building on Cygwin just a few days ago and didn't run into this problem. However I have seen that error message before. Usually is means that between gnulib and autoconf the wrong definition of _GL_INLINE has been assumed. What do you see on line 547 of gl/unistd.h ? And

Re: pspp-0.8.0 install problem under Cygwin

2013-09-22 Thread Przemek Powalko
Hi, thank you for a reply. Here's the line 547 of gl/unistd.h: _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1))); And gcc --version shows 4.7.3. pp 2013/9/22 John Darrington > Coincidently I tried building on Cygwin just a few days ago and didn't run > into this proble