You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Carl Trieloff (JIRA)" <qp...@incubator.apache.org> on 2008/10/16 16:17:45 UTC

[jira] Commented: (QPID-1364) C++ xml build failure: missing xqilla/xqilla-simple.hpp

    [ https://issues.apache.org/jira/browse/QPID-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640176#action_12640176 ] 

Carl Trieloff commented on QPID-1364:
-------------------------------------


I guess the issue is that that HAS_XML should atodetect this from configure.ac

do you have xerces and not xquilla ?

> C++ xml build failure: missing xqilla/xqilla-simple.hpp
> -------------------------------------------------------
>
>                 Key: QPID-1364
>                 URL: https://issues.apache.org/jira/browse/QPID-1364
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>         Environment: svn revision 705110, Linux RHEL 4
>            Reporter: Steve Huston
>
> Apparantly a missing prerequisite isn't detected/accounted for. The build gets:
> mkdir qpid/xml/.libs
> g++ -DHAVE_CONFIG_H -I. -I. -I. -Igen -I./gen -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -g -O2 -MT qpid/xml/XmlExchange.lo -MD -MP -MF qpid/xml/.deps/XmlExchange.Tpo -c qpid/xml/XmlExchange.cpp -fPIC -DPIC -o qpid/xml/.libs/XmlExchange.o
> In file included from qpid/xml/XmlExchange.cpp:24:
> qpid/xml/XmlExchange.h:30:36: xqilla/xqilla-simple.hpp: No such file or directory
> In file included from qpid/xml/XmlExchange.cpp:24:
> qpid/xml/XmlExchange.h:42: error: `XQQuery' was not declared in this scope
> and things go downhill from there.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.