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

[jira] Resolved: (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:all-tabpanel ]

Steve Huston resolved QPID-1364.
--------------------------------

    Resolution: Fixed

Yes, Gordon - 705120 did fix it. Thanks!

> 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.