You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Brad Hubbard (JIRA)" <ji...@apache.org> on 2010/12/02 04:59:11 UTC

[jira] Created: (QPID-2965) Latest source build fails with --without-sasl argument to configure

Latest source build fails with --without-sasl argument to configure
-------------------------------------------------------------------

                 Key: QPID-2965
                 URL: https://issues.apache.org/jira/browse/QPID-2965
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: Future
         Environment: Fedora 14
            Reporter: Brad Hubbard


git clone git://git.apache.org/qpid.git

./configure --prefix=/home/brad/working/installs --without-sasl

The build fails with;

libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I. -I=. -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -DQPID_LIBEXEC_DIR=\"/home/brad/working/installs/libexec/qpid\" -g -O2 -MT qpid/SaslFactory.lo -MD -MP -MF qpid/.deps/SaslFactory.Tpo -c qpid/SaslFactory.cpp  -fPIC -DPIC -o qpid/.libs/SaslFactory.o
qpid/SaslFactory.cpp:48:21: error: prototype for 'std::auto_ptr<qpid::Sasl> qpid::SaslFactory::create(const std::string&, const std::string&, const std::string&, const std::string&, int, int)' does not match any in class 'qpid::SaslFactory'
./qpid//SaslFactory.h:37:25: error: candidate is: std::auto_ptr<qpid::Sasl> qpid::SaslFactory::create(const std::string&, const std::string&, const std::string&, const std::string&, int, int, bool)
make[3]: *** [qpid/SaslFactory.lo] Error 1
make[3]: Leaving directory `/home/brad/working/src/qpid/qpid/cpp/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/brad/working/src/qpid/qpid/cpp/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/brad/working/src/qpid/qpid/cpp/src'
make: *** [all-recursive] Error 1


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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Closed: (QPID-2965) Latest source build fails with --without-sasl argument to configure

Posted by "Brad Hubbard (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brad Hubbard closed QPID-2965.
------------------------------

       Resolution: Fixed
    Fix Version/s: Future

Fixed in revision 1041286

> Latest source build fails with --without-sasl argument to configure
> -------------------------------------------------------------------
>
>                 Key: QPID-2965
>                 URL: https://issues.apache.org/jira/browse/QPID-2965
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: Future
>         Environment: Fedora 14
>            Reporter: Brad Hubbard
>             Fix For: Future
>
>
> git clone git://git.apache.org/qpid.git
> ./configure --prefix=/home/brad/working/installs --without-sasl
> The build fails with;
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I. -I=. -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -DQPID_LIBEXEC_DIR=\"/home/brad/working/installs/libexec/qpid\" -g -O2 -MT qpid/SaslFactory.lo -MD -MP -MF qpid/.deps/SaslFactory.Tpo -c qpid/SaslFactory.cpp  -fPIC -DPIC -o qpid/.libs/SaslFactory.o
> qpid/SaslFactory.cpp:48:21: error: prototype for 'std::auto_ptr<qpid::Sasl> qpid::SaslFactory::create(const std::string&, const std::string&, const std::string&, const std::string&, int, int)' does not match any in class 'qpid::SaslFactory'
> ./qpid//SaslFactory.h:37:25: error: candidate is: std::auto_ptr<qpid::Sasl> qpid::SaslFactory::create(const std::string&, const std::string&, const std::string&, const std::string&, int, int, bool)
> make[3]: *** [qpid/SaslFactory.lo] Error 1
> make[3]: Leaving directory `/home/brad/working/src/qpid/qpid/cpp/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/brad/working/src/qpid/qpid/cpp/src'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/brad/working/src/qpid/qpid/cpp/src'
> make: *** [all-recursive] Error 1

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org