Forum Navigation
Building in GDC
Moderators:
kris
Posted: 05/18/11 15:44:36I am not sure about the relationship between gdc and tango. I read some places it isn't supported but I see it mentioned in several recent svn commits. Either way, here is the result of a build attempt from the repo.
bryan@bryan-desktop:~/Programs/tango$ ./build/bin/linux64/bob -m=64 -r=gdc -c=gdc -p=linux . object.Exception: Process exited normally with return code 1 ./tango/net/device/Berkeley.d:2219: Error: function std.intrinsic.bts (uint*,uint) does not match parameter types (ulong*,ulong) ./tango/net/device/Berkeley.d:2219: Error: cannot implicitly convert expression (cast(ulong*)&(this.first()[cast(ulong)this.fdelt(s)])) of type ulong* to uint* ./tango/net/device/Berkeley.d:2257: Error: function std.intrinsic.btr (uint*,uint) does not match parameter types (ulong*,ulong) ./tango/net/device/Berkeley.d:2257: Error: cannot implicitly convert expression (cast(ulong*)&(this.first()[cast(ulong)this.fdelt(s)])) of type ulong* to uint*Help?