|
From: Thomas D. D. <to...@sp...> - 2017-06-25 21:54:16
|
On 06/25/2017 01:20 PM, Gunter Königsmann wrote: > > But since creating a few empty files and directories seems to resolve the problem... ...maybe someone finds out where it comes from and will find something better than just adding a touch and three mkdir commands to Makefile.am. > > My guess is that you downloaded the sources for an official maxima release from sourceforge (which comes with a few files the git version comes without) and "make distclean" doesn't delete these files as they are part of the tarball. > Look at my email 06/24/2017 05:46 PM. I completely removed the maxima-code directory: > Rm -Rf maxima-code > git clone git://git.code.sf.net/p/maxima/code maxima-code > cd maxima-code/ > ./bootstrap > ./configure --enable-gcl > make -j12 > sudo make install > /usr/local/bin/maxima Tom Dean |