From: Gunter K. <gu...@pe...> - 2023-07-09 15:35:15
|
Investigated a bit further: The patches seem to enable out-of-tree build for clisp, only - and I see two additional errors: * If I do an in-tree-build maxima with --enable-clisp-exec ./maxima-local claims src/binary-clisp/maxima.mem to be missing (which isn't the case). * and maxima cannot find the html index, in that case. No idea if I have applied all the patches correctly: Seems like we have changed lots of places since the release... Kind regards, Gunter. On 09.07.23 10:17, Gunter Königsmann via Maxima-discuss wrote: > > Added all the patches that I understood to the branch > KoenGu/OutOfTreeBuild. > > > On my computer the result doesn't build, currently => Achim, can you > help me finding out why? > > Kind regards, > > Gunter. > > On 09.07.23 08:44, Gunter Königsmann via Maxima-discuss wrote: >> >> ...and another one: >> >> >> @@ -673,8 >> <https://repo.or.cz/maxima/cygwin.git/blob/4e7d91c83562c5464f272ce0eb921f8d396a7281?f=doc/info/Makefile.am#l673> >> +673,8 >> <https://repo.or.cz/maxima/cygwin.git/blob/fc669b159de52caf91a2b4a007ffc4f636a3c3d4:/doc/info/Makefile.am#l673> >> @@ all-local: html maxima.info maxima-index.lisp maxima-index-html.lisp >> infoname = maxima >> include $(top_srcdir)/common-info.mk >> maxima.info : maxima.texi $(maxima_TEXINFOS) >> - $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \ >> - --split-size=1000000 $(srcdir)/maxima.texi >> + -$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \ >> + --no-split $(srcdir)/maxima.texi >> Is it necessary to add that --no-split? >> >> Kind regards, >> >> Gunter. >> On 26.06.23 17:45, ASSI wrote: >>> Viktor T. Toth writes: >>>> I just finished preparing the 5.47.0 release. Hopefully, no major >>>> glitches beyond the ones I caught, related to building the >>>> documentation. But please let me know if you run into any issues. >>> I still keep a bunch of fixes related to out-of-tree building for Cygwin >>> here: >>> >>> https://repo.or.cz/maxima/cygwin.git/shortlog/refs/heads/cygwin-5_47 >>> >>> I can't rule out these are not suitable on different systems, but most >>> of it should be safe and I would encourage you to integrate them. >>> >>> >>> Regards, >>> Achim. >> >> >> _______________________________________________ >> Maxima-discuss mailing list >> Max...@li... >> https://lists.sourceforge.net/lists/listinfo/maxima-discuss > > > _______________________________________________ > Maxima-discuss mailing list > Max...@li... > https://lists.sourceforge.net/lists/listinfo/maxima-discuss |