From: Alexandru P. <al...@gm...> - 2024-11-13 15:56:43
|
Sorry, also to mailing list. Hi Bruno, I see more GitLab activity related to Haiku. Thank you. I submitted a new pull request at Haiku for updated CLISP recipe (2.49.95), which includes also modules: *asdf*, *rawsock*, *clx/mit-clx*, *editor*, *queens*, *berkeley-db*, *gdbm*, *libsvm*, *pcre*, *postgresql*, *zlib*. Module *pari* will probably follow soon, but first I need to play with recipe for pari 3rd party library. Pull request is https://github.com/haikuports/haikuports/pull/11327. Hopefully the new packages will be available soon. When I configure CLISP on Haiku, I see config.lisp contains the last line duplicated: (setq *clhs-root-default* " http://www.ai.mit.edu/projects/iiip/doc/CommonLISP/HyperSpec/") This is because I prepared *cfghaiku.lisp* starting from *config.lisp*, not from *cfgunix.lisp*. And after renaming, the last line is dynamically added to *config.lisp*. So, I suppose, the last line should be removed from *cfghaiku.lisp* to not get a duplicated one. |