Hi, If you are running on a 64-bit platform, then you will need to recompile the MsgSendSmallInt.m file to bitcode before installing LanguageKit. You can do this by running this command in the LanguageKit directory:
make MsgSendSmallInt.bc This will require you to have clang installed, and so is not done by default. David On 21 Nov 2008, at 16:51, Sourav K. Mandal wrote: > Dear all, > > Thanks to Bernard Cafarelli, Etoile builds nicely for me on Gentoo > from > the GNUstep overlay. > > I do encounter a serious bug, namely Melodie crashing soon after > startup. > > GDB session is attached. Here are possibly relevant software > versions: > > gcc-4.1.2 (with objc++ and garbage collection enabled) > llvm-2.4 > gnustep-base-1.16.5 > gnustep-gui-0.14.0 > > > Best, > > Sourav > > <melodie_crash.txt>_______________________________________________ > Etoile-discuss mailing list > [email protected] > https://mail.gna.org/listinfo/etoile-discuss _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
