[Bug 298948] [NEW] xmlada

Lars Hagström lars at update.uu.se
Mon Nov 17 08:05:19 UTC 2008


Public bug reported:

Binary package hint: libxmlada-dev

The xmlada.gpr file supplied with libxmlada-dev does not work for me. I
get a whole load of linker errors, along the lines of:

xxxx-xmlreaders.o:(.rodata+0x218): undefined reference to `sax__readers__start_dtd'
xxxx-xmlreaders.o:(.rodata+0x21c): undefined reference to `sax__readers__end_dtd'

Changing it to look like the gpr file supplied with libtemplates-parser-
dev made it work much better:

project XmlAda is
   for Source_Dirs use ("/usr/share/ada/adainclude/xmlada");
   for Library_Name use "xmlada";
   for Library_ALI_Dir use "/usr/lib/ada/adalib/xmlada";
   for Library_Dir use "/usr/lib";
   for Library_Kind use "dynamic";
   for Externally_Built use "true";
end XmlAda;

(I'm using ubuntu 8.10)

** Affects: libxmlada (Ubuntu)
     Importance: Undecided
         Status: New

-- 
xmlada
https://bugs.launchpad.net/bugs/298948
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list