Using tango with dub

Jacob Carlborg via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Dec 17 07:47:58 PST 2016


On 2016-12-17 16:46, albert-j wrote:
> I am trying to use Tango in a dub project because I need a HashSet. I
> added Tango as a dependency to the dub.json, but now dub gives me a
> bunch of depreciation warnings and a few errors, like
>
> ../../../.dub/packages/tango-1.0.3_2.068/tango/tango/util/log/Log.d(349,51):
> Error: undefined identifier '__va_argsave', did you mean struct
> '__va_argsave_t'?
>
> What am I missing?

It might not be compatible with that version of the compiler. Or are you 
using something that is not DMD?

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list