From: Daniel V. <dan...@ya...> - 2024-10-16 06:44:59
|
Hi Eric, I think we have overcome the problems of pointing at your package: file_search(qm); "D:/USERS/wxMaxima/qm-maxima/qm.lisp" file_search("qm-index-html.lisp"); "D:/USERS/wxMaxima/qm-maxima/docs/qm-index-html.lisp" file_search("qm-index-html.lisp"); "D:/USERS/wxMaxima/qm-maxima/docs/qm-index-html.lisp" But now the problem remains: load("qm-index-html.lisp"); While evaluating the form starting at line 5, column 0 of #P"D:/USERS/wxMaxima/qm-maxima/docs/qm-index-html.lisp":; ; compilation unit aborted ; caught 1 fatal ERROR conditionloadfile: failed to load D:/USERS/wxMaxima/qm-maxima/docs/qm-index-html.lisp This file, qm-index-html.lisp, is full of explicit references to your installation: (in-package :cl-info)(let ((html-index '(("hbar" "/home/ehm/math/Maxima/share/ehm/qm-maxima/docs/qm_html/index.html" "index-hbar") ("zp" "/home/ehm/math/Maxima/share/ehm/qm-maxima/docs/qm_html/index.html" "index-zp") I think this file should be changed to point to "relative-to-the-installation" references. Daniel Volinski En miércoles, 16 de octubre de 2024, 01:15:53 GMT+3, ehm <eri...@gm...> escribió: Hi Daniel, I looked at some previous posts regarding setting of the paths on Windows. Please try the following: append(["D:/USERS/wxMaxima/qm- maxima/###.{mac,lisp}","D:/USERS/wxMaxima/qm- maxima/docs/###.{mac,lisp}"],file_search_maxima); append(["D:/USERS/wxMaxima/qm- maxima/###.{mac,lisp}","D:/USERS/wxMaxima/qm- maxima/docs/###.{mac,lisp}"],file_search_lisp); To see if the file search is working you can try: file_search(qm); --> should point to qm.mac file_search("qm-index-html.lisp"); --> should find the html docs If this works (fingers crossed), you can add the append commands to run automatically through configure-->startup-commands on wxMaxima. -Eric _______________________________________________ Maxima-discuss mailing list Max...@li... https://lists.sourceforge.net/lists/listinfo/maxima-discuss |