On Sat, Oct 19, 2002 at 11:16:50 +0000, Stefan Nitschke wrote:
It builds fine with gcc3 after a bit of auto* hackery (ran ./ltconfig
ltmain.sh, automake -a), but there is no UI yet, so you can't see what
you're doing.
I am not so lucky yet... anyway i saw that SC does use both C++ and ObjC.
I thought its not possible to mix them with gcc. Would be realy cool if
that has been fixed with gcc3.
I don't think it would be trivally simple (like integrating gcj java and
c++), cos ObC's message passing is a little different to a function call,
it should work if you manually trigger the message though.
- Steve