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 14:00:47 UTC

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

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.


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

Posted by "Steve Huston (JIRA)" <qp...@incubator.apache.org>.
     [ 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.


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

Posted by "Steve Huston (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Huston closed QPID-1364.
------------------------------


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


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

Posted by "Carl Trieloff (JIRA)" <qp...@incubator.apache.org>.
    [ 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.


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

Posted by "Gordon Sim (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640205#action_12640205 ] 

Gordon Sim commented on QPID-1364:
----------------------------------

Which revision? r705120 may have fixed this I believe.

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