Ticket #19 (new defect)

Opened 2 years ago

undefined Tango symbols in dejavu

Reported by: afb Assigned to: keinfarbton
Priority: major Milestone:
Component: Dejavu Version:
Keywords: Cc:

Description

When using dejavu as a library (libdejavu.a), I'm getting undefined Tango symbols:

Symbol not found: __D5tango4util10collection5model10HashParams10HashParams11__InterfaceZ

This is because dejavu/util/HashSet.d uses tango.util.collection.HashSet? (static import), but it's not part of the public imports as seen by users of the library (or something).