Forum Navigation
Tango requires Phobos ?
Moderators:
kris
Posted: 03/20/07 07:32:01I'm trying to split the "gdc" package (RPM/DEB) into two (gdc and gdc-phobos), to allow for replacing gdc-phobos with gdc-tango.
But I ran into an issue where Tango requires a file from Phobos:
module tango.core.Intrinsic; public import std.intrinsic;Does this mean that I need to split the packages down further, to have the import modules (tango/std/etc) in one package and the object.d(i) and lib(g)phobos.a in another one ? (and make the Tango imports require the Phobos imports). I already moved the "gcc" directories from Phobos into the GDC package instead, since Tango requires "gcc.builtins" and some of the other configs like that.












