libera/#clasp - IRC Chatlog
Search
20:40:35
bike
i tried running the static analyzer for the first time in a while and i'm getting something about an undeclared identifier gatherObjects in boehmGarbageCollection.cc
20:42:33
bike
https://github.com/clasp-developers/clasp/commit/3436af49ed5ebf38d6aea9ded276bb446ff16e8f this might be the problem... easy to fix, it's just in ROOM
0:33:25
logoraz
Been trialing clasp-cl out to see if works with some basic cl-gtk4 UI and it fails, where SBCL otherwise succeeds at loading a system
2:47:36
logoraz
ok, sorry should have consulted github issues first, but like to pop on here and chat with yall
2:49:49
logoraz
I've used your guix recipe, as it was - was able to build w/o needing to adjust clasp.scm, getting more fluent with CL
2:51:57
paulapatience
I wasn't admonishing you for reporting the error, just providing additional information
2:53:52
logoraz
thanks, I appreciate the additional information. Just don't want to be that annoying person reporting already known stuff
2:54:46
logoraz
but, does alleviate some troubleshooting I was going to do, wasn't sure if I had my project setup wrong, and somehow sbcl does magic behind the scenes
2:56:24
logoraz
forinstance, Qt5/6, there is an interface with ECL, but requires some C stuff to get it interoperating with the C++
3:03:40
paulapatience
Yes. I have written a physics simulator using the C++ library MFEM, which might see some use outside of my research group
3:24:38
logoraz
I'm going to look into the QT stuff a little more, see if I can prototype something with clasp