OK, thank you! Best, Eric
It happens at the very end of the build. But re-running 'make' will still stop with the same error message, unless I copy the file by hand to the necessary location in my build directory. From the maxima-code/ directory I can also do: cp doc/info/build-html-index.lisp sbcl_build/doc/info/ and the build will complete.
It happens at the very end of the build. But re-running 'make' will still stop with the same error message, unless I copy the file by hand to the necessary location in my build directory.
build error, missing file: maxima-index-html.lisp
OK. It's something simple. I'm building from the tarball of a release, and not from git, so I'm not cleaning the build tree from build to build. The error is a result of .fasl files that were left behind from my previous sbcl 2.3.10 build. After starting from scratch and untarring the maxima-5.47.0.tgz tarball, everything builds fine with sbcl 2.3.11.
5.47 won't compile with sbcl 2.3.11
integrate(sin(x)/x,-X,X) limit as X--> infinity is wrong
Thank you! Just build from master and it works.