libera/#shirakumo - IRC Chatlog
Search
17:31:04
Jungyyy
Oh, that'd be very helpful. I posted it here: https://pastebin.com/ES2fkgas. But if you don't get an opportunity to look it over, no worries.
17:34:39
Colleen
<|3b|> looks like you have a local copy of cffi checked out with windows linefeeds, which confuses your lisp
17:36:10
Colleen
<|3b|> easiest solution would probably be to just move that and use cffi from ql, if you don't need something specific from that version, otherwise configure git to use unix line endings (at least for lisp stuff)
17:36:47
Colleen
<|3b|> maybe newer sbcl would help, not sure if support for windows line endings got finished yet or not (or if i'm even remembering correctly that someone was working on it recently)
17:37:30
Colleen
<|3b|> windows line endings are annoying anyway though, so i usually just configure everything to not use them where possible
18:22:22
Colleen
<|3b|> selwyn: combination of sbcl devs not getting around to supporting it + git defaulting to conversion + using tilde-newline in format. last one makes it somewhat rare to notice, and possibly at some point you configured git not to do the conversion for other reasons
19:14:58
Jungyyy
I don't think I ever set git to prefer Windows endings, so I'm guessing it is some form of default.
19:15:29
Jungyyy
Have since resolved the next issue in loading it (insufficient default heap memory). On to this one that looks like an SBCL bug.
22:21:07
Jungyyy
I'm afraid I'm not much of a window person. It's my main computer because I enjoy games, but I actually know very little about it comparatively. So I don't use powershell, cygwin, mysys, etc.
2:08:43
Jungyyy
Sorry, hopefully last question on getting the build working. Any idea what "full call to SB-C::UNSIGNED+SIGNED" might mean? I found an issue on SBCL's bug tracker but it hasn't been acknowledged as one yet.