|
From: Gunter K. <gu...@pe...> - 2015-02-22 02:37:41
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 This looks like a character escaping problem: My interpretation of this is: /home/username is replaced by its shortform "~" - and then this special character somehow gets dropped. I cannot reproduce this problem here. My theory is that your shell is somehow configured to automatically substitute /home/username by the shortform ~. If this substitution happens outside of the build system ecaping the directory name could help: ./configure --prefix="/home/***/maxima/" --enable-sbcl - --with-sbcl=/usr/local/bin/sbcl If you have write access to a directory outside of /home/username you should be able to get a working maxima installation by installing Kind regards, Gunter. On 22.02.2015 01:50, z_axis wrote: > From: Gunter Königsmann <gu...@pe...> Subject: Re: > [Maxima-discuss] cannot load "draw" Date: Sat, 21 Feb 2015 05:27:40 > +0100 Message-ID: <54E...@pe...> > > gunter> How did you install maxima? And what parameters did you use > for gunter> . >>> How did you install maxima? > $AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.14 ./bootstrap > $./configure --prefix=/home/***/maxima/ --enable-sbcl > --with-sbcl=/usr/local/bin/sbcl $gmake $gmake install > > $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 > > $locate maxima.core locate: database too small: > /var/db/locate.database > > $find ~/maxima -name '*.core' > ~/maxima/lib/maxima/5.35post/binary-sbcl/maxima.core > > Regards! > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJU6UDqXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ1M0YwNDdDRTY2QjkxQjBGNzI0QzU0NUQ1 Qzg2QzBFNDIxMUQ1QjhFAAoJEFyGwOQhHVuO7lUQAJJ8A7zUD2zVOeY7V8Zfec7T 5QPbsUpQMSirtshqoN8drDdqHusHT9laezAYQqli4g6D8VFz3lww0zDvmsasdDGj U1IgaX+5FVlE5OCFQz+/OO9tFl53BSKapkJ9TJJDsnzTp1ICUZcOYyOXgbDaCAcV TKzlAzQ2rk+W1SZLfPPUApyrk8E7C/tNMLH87yVrOIe5vUMNJfFQnPhvwVRGjUC9 ww7OClpgEYSyTZ4M3C5bbg6j0elUnGs4xAYX80myG9Q2zifDLnxg8qU64BwaXixx lvU4gOqhXlAbmQ8Fx0iwZF0MEVSOBTzs7Z1YgfgewJjARG2jbNCO4sveSiqX72Lx ugDSKiReRbiw9Fo+qG1ZvkeWVgbs+ZMNt4jwTD2iZ640fj4SuXyzgSA0CsP7iVK7 VHiHw99xSg6SQxmJo/Y4TQCkLZ3aGfOuWhTDGY6Z0dSsmhVYUkFdpc/YvIVNksWd l/YKKkQt/05aisv3XIjHp1zkjbWwFSUhzcjSyTiGUy2LO6wCp3eDWmPeP8vSirn5 5+HtGkB6xJluNY2OPQp0szVnDoX6q+hfUSXcMT2x4PLHlUjOaHhhLSKlkysLBJs5 ZQu/FpQMpMcXiquKMxALRE1twf8ij++FtwfSAJHizWMRSLoI6XGyfjhAeSlGlUma 1Gui/c/q9O5sm6KUge/U =XPZk -----END PGP SIGNATURE----- |