linbox-team / linbox

LinBox - C++ library for exact, high-performance linear algebra

Home Page:https://linbox-team.github.io/linbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If --with-expat is set, "fatal error: 'linbox/util/xml/linbox-reader.h' file not found"

thierry-FreeBSD opened this issue · comments

When --with-expat is set, __LINBOX_XMLENABLED get defined, and compilation aborts with this message:

In file included from ../../linbox/field/archetype.h:51:
../../linbox/field/abstract.h:39:10: fatal error: 'linbox/util/xml/linbox-reader.h' file not found
#include "linbox/util/xml/linbox-reader.h"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

Where is this header?

ello, thank you. XML is not supported anymore.
This is removed in PR #257.