From: Bruno H. <br...@cl...> - 2024-10-24 21:29:24
|
On Donnerstag, 24. Oktober 2024 09:44:42 CEST Alexandru Popa wrote: > Thank you Bruno for your response. > > Haiku has a package manager, unlike BeOS. The available packages can be > searched via web interface at https://depot.haiku-os.org/. The *ffcall* > package was just added to Haiku repository for the sake of CLIPS, but is is > available also for other purposes of course. The recipe for CLISP is being > prepared these days. I see; nice: https://github.com/haikuports/haikuports/tree/master/dev-libs/ffcall https://github.com/haikuports/haikuports/tree/master/dev-libs/libsigsegv > I prepared *cfghaiku.lisp*. Unfortunately, I did not succeed in > modifying *makefile.in Thanks. I can handle the makemake.in part. > <http://makefile.in>* to reflect Haiku specific handling. These days I try > to extensively test CLISP on Haiku. I found *tests* and *sacla-tests* > folders in master tarball from Git. However, I did not find a folder for > ANSI compliance testing as per "*make check-ansi-tests*". Where can I find > them? You get them through $ make -f Makefile.devel update-ansi-tests > Additionally, what can you suggest for debugging sockets? I don't know: Which of these tools, that are familiar on Linux, are ported to Haiku? - netstat - ss - lsof - netcat > Is there > something OS specific in SLIME / SLY to support Haiku (never looked at > their code)? I don't know. I haven't looked in their code either. Bruno |