[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gauche scheme not entering testing



Jens Thiele <karme@karme.de> writes:

> trying to build in a i386 schroot and in a i386 VM I get:
> make[3]: Entering directory '/<<PKGBUILDDIR>>'
> ./scmlit -fr4rstest.scm -e'(test-sc4)(test-delay)(gc)' \
> -e '(or (null? errs) (quit 1))' < /dev/null
> add
> #define SCM_LLONG long long
> in scmfig.h and recompile scm
> make[3]: *** [Makefile:509: checklit] Error 1

looks like the problem is that _X86_ isn't defined as expected in
scmfig.h:277

maybe it should check for __i386__ as well?

karme


Reply to: