Forum Navigation
can't install/compile Tango Tango 0.99(svn) with gdc on linux
Moderators:
kris
Posted: 08/19/07 15:03:43 Modified: 08/19/07 15:05:36Hi,
I'm not sure if this problem is known or if I'm doing something wrong. When I try to build Tango (lib/install-gdc.sh) I get a compilation error:
tango/net/cluster/NetworkMessage.d:176: Error: no property 'create' for type 'object.ClassInfo'The source of the problem is in object.di:
version( DigitalMars ) { void* defaultConstructor; static ClassInfo find(char[] classname); Object create(); }Obviously I don't have the DigitalMars? compiler but GDC so this code is not being compiled... What should I do to get it working?
Daniel