Tomas Volf <[email protected]> skribis: > Well, yes, I am installing guile-3.0 into my home environment, so my > Guile is 3.0.9, however I am not sure how if I should change that. Most > (all?) guile- packages are still compiled against 3.0.9. Based on the > fact that I am getting an error, 3.0.9 and 3.0.11 do not seem compatible > enough (if they were, I would not be getting the error and there would > be no need for the guile-3.0 and guile-3.0-latest split I guess).
Generally speaking, 3.0.x releases are backward-compatible: 3.0.11 can load bytecode produced by 3.0.9, but not the other way around. To be on the safe side, add ‘guile-3.0-latest’ instead of ‘guile-3.0’ to your profile. HTH! Ludo’.
