Hello, Sorry for the late reply.
Mark Patterson <[email protected]> writes: > GUILE scmconfig-64.h near line 83 has: > typedef long long long_long; > I tracked the origin of this line to gen-scmconfig.c, line 287 and it > is present in the recent 1.8.6 release. As you may have noticed, this is enclosed in: #if (SCM_ENABLE_DEPRECATED == 1) I.e., Guile 1.8 configured with `--disable-deprecated' doesn't have this problem. I suggest that we leave it in the 1.8 series for compatibility and remove it altogether in the next stable series. Opinions? Thanks, Ludo'.
