Apparently, libxerces-depdom is deprecated and no longer included in xerces-c 3.1 When I now try to compile rtt 1.10, cmake tells me: "Could NOT find Xerces (missing: XERCES_DEPDOM_LIBRARY)"
What is the consequence of this? What is the remedy??
Thanks in advance, Theo.
FindXerces.cmake broken for xercesc 3.1?
On Mon, Mar 8, 2010 at 1:50 PM, <t [dot] j [dot] a [dot] devries [..] ...> wrote:
> Apparently, libxerces-depdom is deprecated and no longer included in
> xerces-c 3.1
> When I now try to compile rtt 1.10, cmake tells me:
> "Could NOT find Xerces (missing: XERCES_DEPDOM_LIBRARY)"
>
> What is the consequence of this?
> What is the remedy??
>
I believe that RTT was not using depdom anyway, so you can try removing that
dependency and see what happens. I'm currently having trouble accessing the
RTT svn repo, so I cannot submit a patch, but what needs to be done is
remove all references to the XERCES_DEPDOM_LIBRARY (there are three lines to
edit) in the file rtt/config/FindXerces.cmake.
Adolfo
>
> Thanks in advance,
> Theo.
> --
> Orocos-Dev mailing list
> Orocos-Dev [..] ...
> http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev
>
FindXerces.cmake broken for xercesc 3.1?
> Apparently, libxerces-depdom is deprecated and no longer included in
> xerces-c 3.1
> When I now try to compile rtt 1.10, cmake tells me:
> "Could NOT find Xerces (missing: XERCES_DEPDOM_LIBRARY)"
>
> What is the consequence of this?
> What is the remedy??
>
I believe that RTT was not using depdom anyway, so you can try removing that
dependency and see what happens. I'm currently having trouble accessing the
RTT svn repo, so I cannot submit a patch, but what needs to be done is
remove all references to the XERCES_DEPDOM_LIBRARY (there are three lines to
edit) in the file rtt/config/FindXerces.cmake.
Adolfo
>
> Thanks in advance,
> Theo.
> --
> Orocos-Dev mailing list
> Orocos-Dev [..] ...
> http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev
>
Ok, that seemed to work, thanks.
FindXerces.cmake broken for xercesc 3.1?
> Apparently, libxerces-depdom is deprecated and no longer included in
> xerces-c 3.1
> When I now try to compile rtt 1.10, cmake tells me:
> "Could NOT find Xerces (missing: XERCES_DEPDOM_LIBRARY)"
>
> What is the consequence of this?
> What is the remedy??
>
I believe that RTT was not using depdom anyway, so you can try removing that
dependency and see what happens. I'm currently having trouble accessing the
RTT svn repo, so I cannot submit a patch, but what needs to be done is
remove all references to the XERCES_DEPDOM_LIBRARY (there are three lines to
edit) in the file rtt/config/FindXerces.cmake.
Adolfo
>
> Thanks in advance,
> Theo.
> --
> Orocos-Dev mailing list
> Orocos-Dev [..] ...
> http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev
>
Ok, that seemed to work, thanks.