Hi, Frans Houweling wrote: > I am getting this error building gnu pspp 1.0.1 on Slackware-current > (gcc-8.2.0-x86_64-1) > > fseterr.c:78:3: error: #error "Please port gnulib fseterr.c to your > platform! Look at the definitions of ferror and clearerr on your system, > then report this to bug-gnulib."
This was fixed in gnulib in March 2018. No release of pspp with these changes included apparently exists yet. In the meantime, you can build pspp from the Git repository [1]: $ git clone https://git.savannah.gnu.org/git/pspp.git $ git clone git://git.savannah.gnu.org/gnulib.git gnulib $ cd pspp $ make -f Smake [1] https://savannah.gnu.org/projects/pspp
