That's a really odd one. It comes from the gnulib makefile, which isn't one that the PSPP project directly controls. It's possible that we should upgrade to a new gnulib version, but I also don't know a reason why there would be a problem there.
I don't see .lib/allocator.d mentioned on the command line, only in an error message. Very strange. And I don't know what extra file names the compiler is complaining about. On Sat, Dec 12, 2020 at 2:25 AM Harry Thijssen <pspp4wind...@gmail.com> wrote: > > Hi > > I am trying to upgrade my buildproces to openSUSE 15.2. During build I get > the error: > > mv -f $depbase.Tpo $depbase.Plo > libtool: compile: i686-w64-mingw32-gcc -DHAVE_CONFIG_H -DEXEEXT=\".exe\" -I. > -I.. -I/usr/i686-w64-mingw32/sys-root/mingw/include/cairo > -I/usr/i686-w64-mingw32/sys-root/mingw/include/glib-2.0 > -I/usr/i686-w64-mingw32/sys-root/mingw/lib/glib-2.0/include > -I/usr/i686-w64-mingw32/sys-root/mingw/include/pixman-1 > -I/usr/i686-w64-mingw32/sys-root/mingw/include > -I/usr/i686-w64-mingw32/sys-root/mingw/include/freetype2 > -I/usr/i686-w64-mingw32/sys-root/mingw/include/libpng16 > -I/usr/i686-w64-mingw32/sys-root/mingw/include/pango-1.0 > -I/usr/i686-w64-mingw32/sys-root/mingw/include/harfbuzz -mms-bitfields -ggdb > -o0 -MT allocator.lo -MD -MP -MF .deps/allocator.Tpo -c allocator.c > -DDLL_EXPORT -DPIC -o .libs/allocator.o > cc1: error: too many filenames given. Type cc1 --help for usage > cc1: fatal error: .libs/allocator.d: No such file or directory > compilation terminated. > make[3]: *** [Makefile:3047: allocator.lo] Error 1 > make[3]: Leaving directory > '/home/pspp/pspp-master-20201212/pspp-1.5.2-ga06dd5/gl' > > This error is not generated on my openSUSE 15.0 buildproces. Any clues what > this can be? > > Stay safe >