Hello,
II would like to try out Pagmatic Smalltalk: therefore, I followed the
instructions in:
The Inofficial Pragmatic Smalltalk Build
Guide<http://gnoack.wordpress.com/2008/10/17/the-inofficial-pragmatic-smalltalk-build-guide/>When
doing make to build the languagekit, I get the following error:
Build Project: LanguageKitCodeGen
...
Making all for framework LanguageKitCodeGen...
Compiling file GenericABIInfo.mm ...
GenericABIInfo.mm:151:39: error: too many arguments to function call,
expected
2, have 3
return AttrListPtr::get(context, 1, AB);
~~~~~~~~~~~~~~~~ ^~
/home/edwin/llvm/include/llvm/IR/Attributes.h:304:3: note: 'get' declared
here
static AttributeSet get(LLVMContext &C, ArrayRef<AttributeWithIndex>
Attrs);
^
1 error generated.
make[3]: *** [obj/LanguageKitCodeGen.obj/GenericABIInfo.mm.o] Error 1
make[2]: *** [internal-framework-run-compile-submake] Error 2
make[1]: *** [LanguageKitCodeGen.all.framework.variables] Error 2
make: *** [internal-all] Error 2
...
The command clang -v returns:
clang version 3.3 (trunk)
Target: i386-pc-linux-gnu
Thread model: posix
Can you give a hint about how to solve this?
Thanks in advance,
Edwin Ancaer
_______________________________________________
Etoile-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-discuss