I think you just need to pass a flag to SWIG when building it to get D2 support. I've done it a few days ago..
On 12/23/10, BLS <[email protected]> wrote: > On 23/12/2010 05:34, Mariusz Gliwiński wrote: >> wig looks interesting. Again, it strips const so probably D1 (i just >> skipped >> D1, it wasn't interesting enough for me to switch from widely used >> languages >> so don't know it's feature-set) and it's using tango, but looks promising. > > SWIG 4 D uses D1/Tango by default. If you want D2/Phobos make sure that > you configure for D2. This done, consts are not stripped anymore. > AFAIK, Klickvberbot is working on static library support. > >
