From: <l.c...@gm...> - 2025-08-12 19:54:30
|
Hi, In the file xmaxima from lines 13965 to 13974 there is : global autoconf set autoconf(defaultlisp) "sbcl" set autoconf(prefix) "c:/maxima-5.48.1" set autoconf(exec_prefix) " c:/maxima-5.48.1" set autoconf(package) "maxima" set autoconf(version) "5.48.1" set autoconf(libdir) " c:/maxima-5.48.1/lib" set autoconf(libexecdir) " c:/maxima-5.48.1/libexec" set autoconf(datadir) " c:/maxima-5.48.1/share" set autoconf(infodir) " c:/maxima-5.48.1/share/info" This imply that xmaxima cannot start if we install it elsewhere (in my case D:/Program Files/maxima-5.48.1) Replacing this "c:" by the installation directory make xmaxima start correctly (even if the xmaxima help browser still does not work) Best, Laurent |