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:[email protected]