|
From: Robert D. <rob...@gm...> - 2015-02-22 22:19:06
|
On 2015-02-22, z_axis <z_...@16...> wrote: > $maxima --directories > WARNING: Maxima is unable to set up the help system. > (Details: CL-INFO::LOAD-PRIMARY-INDEX: Couldn't load "//./maxima-index.lisp": > file does not exist.) > >>> Robert Dodier > maxima-prefix=~/maxima > maxima-imagesdir=//maxima/5.35post/binary-sbcl > maxima-sharedir=//maxima/5.35post/share > maxima-srcdir=//maxima/5.35post/src > maxima-demodir=//maxima/5.35post/demo > maxima-testsdir=//maxima/5.35post/tests > maxima-docdir=//maxima/5.35post/doc > maxima-infodir=/ > maxima-htmldir=//maxima/5.35post/doc/html > maxima-plotdir=//maxima/5.35post > maxima-layout-autotools=T > maxima-userdir=~/.maxima > maxima-lang-subdir=NIL > maxima-objdir=~/.maxima/binary/5_35post/sbcl/1_1_14_openbsd OK, well, the directories are certainly mixed up, but I can't tell why. It appears that the leading part of the path is missing -- each path should begin with /home/xxx/maxima (or whatever the prefix was) but it has gone missing. What is the output of "cat src/autoconf-variables.lisp" ? Are you building from a tarball or from Git? or something else? For what it's worth, I am unable to reproduce this problem. I am working on Ubuntu 14.04 -- perhaps there is some unstated assumption about how different versions of the build tools work. For the record, autoconf --version => 2.69 and automake --version => 1.14.1 on my system. best Robert Dodier |