IRC channel logs

2017-04-08.log

back to list of logs

<dsmith>Hey hey
<MoronicAcid>Is there a function that converts Scheme characters to C characters?
<dsmith>MoronicAcid: char->integer perhaps
<MoronicAcid>dsmith: Would that give the correct encoding, I wonder?
<Petit_Dejeuner>If it's ASCII, I assume it would always work.
<Petit_Dejeuner>I've compiled guile 2.2 from scratch, but when I try to run it, I get a "guile: error while loading shared libraries: libguile-2.2.so.1: cannot open shared object file: No such file or directory"
<Petit_Dejeuner>Has anyone here run into this before or know what might be wrong?
<Petit_Dejeuner>"when I try to run it" When I try to run guile, as in the command.
<dsmith>Petit_Dejeuner: Might need to run ldconfig
<amz3`>meh... my program is too slow for google code jam
<amz3`>ACTION changed plans again
<amz3`>again 'par-map' saved the day
<spk121>New 2.2 tolerant versions of guile-ncurses, guile-aspell and guile-curl are done. No new bug fixes, sadly.
<amz3`>\\o/ nonetheless
<amz3`>actually par-map is not a good solution either, since the true solution is math formula
<Petit_Dejeuner>dsmith: That worked.
<Petit_Dejeuner>thanks
<dsmith>Petit_Dejeuner: Cool!
<dsmith>ACTION tries to remember what it was ...
<Petit_Dejeuner>This -> "I've compiled guile 2.2 from scratch, but when I try to run it, I get a "guile: error while loading shared libraries: libguile-2.2.so.1: cannot open shared object file: No such file or directory""
<dsmith>Petit_Dejeuner: Ahh! Thanks.