Hi Agneeswaran, Can you please properly subscribe to the mailing list so that the community can receive email notifications? Here is the instruction: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1
Agneeswaran wrote > Hi Team, > > We have merged the package(apache-ignite-fabric-1.6.0-SNAPSHOT-bin ) with > apache-ignite-fabric-1.5.0.final-bin. > > And we have started executing the commands as mentioned in the > DEVNOTES.txt. > > On * > Make Command * > we are getting the following error message. > > Please help us on this error. > > make[3]: Entering directory > `/opt/apache-ignite-fabric-1.5.0.final-bin/platforms/cpp/binary' > CXX src/binary/binary_containers.lo > CXX src/binary/binary_raw_writer.lo > CXX src/binary/binary_writer.lo > CXX src/binary/binary_reader.lo > CXX src/binary/binary_raw_reader.lo > CXX src/impl/binary/binary_type_manager.lo > In file included from src/impl/binary/binary_type_manager.cpp:18: > ../common/include/ignite/common/concurrent.h: In constructor > âignite::common::concurrent::SharedPointer > <T> > ::SharedPointer(T*) [with T = std::map<int, > ignite::common::concurrent::SharedPointer<ignite::impl::binary::BinaryTypeSnapshot>, > std::less > <int> > , std::allocator<std::pair<const int, > ignite::common::concurrent::SharedPointer<ignite::impl::binary::BinaryTypeSnapshot> > > > >]â: > src/impl/binary/binary_type_manager.cpp:31: instantiated from here > ../common/include/ignite/common/concurrent.h:148: error: address of > overloaded function with no contextual type information > ../common/include/ignite/common/concurrent.h: In constructor > âignite::common::concurrent::SharedPointer > <T> > ::SharedPointer(T*) [with T = ignite::impl::binary::BinaryTypeHandler]â: > src/impl/binary/binary_type_manager.cpp:53: instantiated from here > ../common/include/ignite/common/concurrent.h:148: error: address of > overloaded function with no contextual type information > ../common/include/ignite/common/concurrent.h: In constructor > âignite::common::concurrent::SharedPointer > <T> > ::SharedPointer(T*) [with T = ignite::impl::binary::BinaryTypeSnapshot]â: > src/impl/binary/binary_type_manager.cpp:86: instantiated from here > ../common/include/ignite/common/concurrent.h:148: error: address of > overloaded function with no contextual type information > make[3]: *** [src/impl/binary/binary_type_manager.lo] Error 1 > make[3]: Leaving directory > `/opt/apache-ignite-fabric-1.5.0.final-bin/platforms/cpp/binary' Can you clarify what you mean by "merged the package"? We just released 1.6 which can be downloaded from [1]. I would recommend to download it and build from scratch as described in [2]. [1] http://ignite.apache.org/download.cgi#binaries [2] https://apacheignite-cpp.readme.io/docs/getting-started-1#section-building-from-source -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Error-on-apache-ignite-fabric-1-5-0-final-bin-with-1-6-0-package-on-Make-command-tp5082p5100.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
