IRC channel logs
2022-10-28.log
back to list of logs
<rekado>found in the configure.in file of GHC 6.0: dnl --- stolen from guile configure --- *w0ll3q1uszxabiwo is not sure if he has the matrix setup correctly <w0ll3q1uszxabiwo>and that is not that horrible gnu way that can't be editted easily without suffering multiple mental breakdowns <lechner>w0ll3q1uszxabiwo: your message appeared in IRC <lechner>w0ll3q1uszxabiwo: we help each other through the breakdowns in this channel <lechner>Hi, is there a way to tell nyacc's compile-ffi where to put the .go files, or is it better to use --no-exec and compile separately? Thanks! <daviid>w0ll3q1uszxabiwo: see/read 7.2.3 File System <w0ll3q1uszxabiwo>daviid: that's what i did before i asked here.. the closest i could figure out is copy-file, delete-file from original location and rename-file in new location <daviid>w0ll3q1uszxabiwo: i think rename-file will do 'all this' job, just try, let'ssee <sneek>Welcome back tohoyn, you have 2 messages! <sneek>tohoyn, daviid says: ... the peg-solitaire example ... which I need to complete it with drag and drop and the game rules, but it fully exposes the VFunc part ... <dsmith>w0ll3q1uszxabiwo: Did the new dir already exist? <dsmith>w0ll3q1uszxabiwo: Were they on the same filesystem? <dsmith>w0ll3q1uszxabiwo: To see what's happening at the syscall level, try running under strace. <w0ll3q1uszxabiwo>dsmith: Seems to work in guix, but not in the local repl so i guess good enough 🤷 *w0ll3q1uszxabiwo is trying to add a shebang to a file <apteryx>does (ice-9 getopt-long) parses "--long-option value" equally as "--long-option=value" ? <apteryx>answering myself: getopt-long supports both --long-option values and --long-option=value, according to its header doc <apteryx>e.g, this is equivalent: ("--apples" "Braeburn" "--blimps" "Goodyear") and ("--apples=Braeburn" "--blimps" "Goodyear") <a12l>cwebber: did you intentionally leave out details in the tutorial with the intention that the readers should read the reference manual or try the code snippets in the REPL? <apteryx>w0ll3q1uszxabiwo: straight from (ice-9 getopt-long) docstring <cwebber>which tutorial, the one in the guile manual? <cwebber>it's mostly just that it's our first release and it needs more work I think <a12l>Yes, I meant the guile tutorial! <a12l>I thought it was considered "finished", but I obviously was wrong :) <w0ll3q1uszxabiwo>> * <@w0ll3q1uszxabiwo7vet7op4fhjk84wk1o71cut073qmjy:tchncs.de> is trying to add a shebang to a file <daviid>sneek: later tell tohoyn AC_LIB_LINKFLAGS_FROM_LIBS is defind in lib-link.m4 which is provided by gettext - apt-get install gettext - should fix this problem <spk121>what if we made a Guile option where it searches for *.scm/*.go/*.so relative to executable instead of in absolute directories set a compile time? To make redistributable binaries <w0ll3q1uszxabiwo><spk121> "what if we made a Guile option..." <- why? The guile files are already redistributable? <w0ll3q1uszxabiwo>> * w0ll3q1uszxabiwo7vet7op4fhjk84wk1o71cut073qmj is trying to add a shebang to a file