Trying to build demo-clasp-cxx on 0.3-test-8
Chris Kohlhepp
chrisk at manx.net
Wed Jul 22 22:30:41 UTC 2015
Getting this compiler error:
In file included from helloWorld.cc:5:
In file included from /Applications/Clasp/clasp/src/include/clasp.h:1:
In file included from
/Applications/Clasp/clasp/include/clasp/core/../core/foundation.h:617:
In file included from
/Applications/Clasp/clasp/include/clasp/gctools/memoryManagement.h:117:
/Applications/Clasp/clasp/include/clasp/gctools/pointer_tagging.h:217:21: error:
unknown type name 'Fixnum'
inline T tag_fixnum(Fixnum fn) {
^
/Applications/Clasp/clasp/include/clasp/gctools/pointer_tagging.h:218:37: error:
use of undeclared identifier 'fixnum_shift'
return reinterpret_cast<T>((fn << fixnum_shift));
^
This was building fine under the master branch.
Ideas?
Regards
Chris Kohlhepp
More information about the clasp-devel
mailing list