IRC channel logs

2024-11-01.log

back to list of logs

<sneek>chrislck: Greetings!!
<sneek>mwette: wb
<mwette>sneek: botsnack
<sneek>:)
<tohoyn>sneek: botsnack
<sneek>:)
<tohoyn>daviid: adwaita-1-demo gives an error when I try to run it. It seems that there is some problem with current-filename. I ran the program in "pre-inst-env bash" environment. See https://paste.debian.net/1334232/.
<tohoyn>daviid: the g-golf version was rc8.
<daviid>tohoyn: i can't reproduce this here, cd ~/gnu/g-golf/git/examples/adw-1/demo; ../../../pre-inst-env ./adwaita-1-demo works fine
<tohoyn>daviid: When I installed the new g-golf debian packages and copied the example programs from /usr/share to my home directory they worked fine.
<daviid>tohoyn: they should work hiting ./adwaita-1-demo in its installed dir as well, not sure what causes this problem, does this happen with the gtk-4 examples? they use the same (add-to-load-path (dirname (current-filename))) approach, as they (most) need to import other modules
<tohoyn>daviid: gtk-4 examples have some problem, too
<tohoyn>s/some/the same/g
<daviid>i think you should clear your cache
<daviid>rm -rf ~/.cache/guile/
<tohoyn>daviid: just tried. does not help.
<daviid>something is 'unclean' in your environment, i would try to delete the local copy in your home, make sure there is only one version of g-golf installed, and try the examples in their installed dir
<daviid>as i said, i can't reproduce the problem here
<daviid>delete the local copy in your home and delete the .cache/guile content again - because those examples are not pre-compiled, the first run compiles and place the .go files in the user's cache