Forum Navigation
XML import issue
Posted: 02/18/09 23:29:30Completed my xml loader for one file and now when I went to do the next I get this when compiling:
dsss_objs/D/gfx.texture.o:(.rodata+0x250): multiple definition of `_D5tango4text3xml8Document15T8DocumentTaZ8Document7Visitor6initZ' dsss_objs/D/pGUI.guiContext.o:(.rodata+0x248): first defined here dsss_objs/D/gfx.texture.o:(.rodata+0x2b0): multiple definition of `_D5tango4text3xml8Document15T8DocumentTaZ8Document8NodeImpl6initZ' dsss_objs/D/pGUI.guiContext.o:(.rodata+0x2a0): first defined here dsss_objs/D/gfx.texture.o:(.rodata+0x2fc): multiple definition of `_D5tango4text3xml8Document14T7XmlPathTaZ7XmlPath7NodeSet6initZ' dsss_objs/D/pGUI.guiContext.o:(.rodata+0x2ec): first defined here
Just doing the standard import tango.text.xml.Document;
Using dsss build / rebuild to build my projects... Anyone know a way to fix?