Giter Site home page Giter Site logo

undefined reference to about simpleamqpclient HOT 5 CLOSED

alanxz avatar alanxz commented on July 28, 2024
undefined reference to

from simpleamqpclient.

Comments (5)

alanxz avatar alanxz commented on July 28, 2024

Are you compiling with C++-11 support enabled?

from simpleamqpclient.

sinu0 avatar sinu0 commented on July 28, 2024

I tried but this time(tested on examples) I receive slightly different output from linker

g++ -W -Wall -Wextra -pedantic -std=c++11 basic_return_test.cpp -o test -I/usr/local/include -L/usr/local/lib/pkgconfig/lib -I/usr/include -L/lib 
/tmp/cc7NS6oF.o: In function `main':
basic_return_test.cpp:(.text+0x414): undefined reference to `AmqpClient::Channel::DeclareQueue(std::string const&, bool, bool, bool, bool)'
basic_return_test.cpp:(.text+0x4df): undefined reference to `AmqpClient::Channel::BasicConsume(std::string const&, std::string const&, bool, bool, bool, unsigned short)'
basic_return_test.cpp:(.text+0x5cf): undefined reference to `AmqpClient::Channel::BasicPublish(std::string const&, std::string const&, boost::shared_ptr<AmqpClient::BasicMessage>, bool, bool)'
basic_return_test.cpp:(.text+0x6bf): undefined reference to `AmqpClient::Channel::BasicPublish(std::string const&, std::string const&, boost::shared_ptr<AmqpClient::BasicMessage>, bool, bool)'
basic_return_test.cpp:(.text+0x76d): undefined reference to `AmqpClient::Channel::BasicConsumeMessage(std::string const&, boost::shared_ptr<AmqpClient::Envelope>&, int)'
basic_return_test.cpp:(.text+0x7ce): undefined reference to `AmqpClient::BasicMessage::Body() const'
basic_return_test.cpp:(.text+0xc28): undefined reference to `AmqpClient::BasicMessage::Body() const'
/tmp/cc7NS6oF.o: In function `_ZN5boost11make_sharedIN10AmqpClient12BasicMessageERKSsIEEENS_6detail15sp_if_not_arrayIT_E4typeEOT0_DpOT1_':
basic_return_test.cpp:(.text._ZN5boost11make_sharedIN10AmqpClient12BasicMessageERKSsIEEENS_6detail15sp_if_not_arrayIT_E4typeEOT0_DpOT1_[_ZN5boost11make_sharedIN10AmqpClient12BasicMessageERKSsIEEENS_6detail15sp_if_not_arrayIT_E4typeEOT0_DpOT1_]+0x78): undefined reference to `AmqpClient::BasicMessage::BasicMessage(std::string const&)'
/tmp/cc7NS6oF.o: In function `_ZN5boost11make_sharedIN10AmqpClient7ChannelERKSsIRiS4_S4_S4_S5_EEENS_6detail15sp_if_not_arrayIT_E4typeEOT0_DpOT1_':
basic_return_test.cpp:(.text._ZN5boost11make_sharedIN10AmqpClient7ChannelERKSsIRiS4_S4_S4_S5_EEENS_6detail15sp_if_not_arrayIT_E4typeEOT0_DpOT1_[_ZN5boost11make_sharedIN10AmqpClient7ChannelERKSsIRiS4_S4_S4_S5_EEENS_6detail15sp_if_not_arrayIT_E4typeEOT0_DpOT1_]+0x10e): undefined reference to `AmqpClient::Channel::Channel(std::string const&, int, std::string const&, std::string const&, std::string const&, int)'
collect2: error: ld returned 1 exit status

from simpleamqpclient.

alanxz avatar alanxz commented on July 28, 2024

SimpleAmqpClient doesn't have to be compiled with C++-11 support. It can be compiled and used both ways. Which ever way you go, be sure to compile you entire application with similar C++-11 flags.

Make sure you link in the SimpleAmqpClient library (with -lSimpleAmqpClient) when trying to compile.

from simpleamqpclient.

sinu0 avatar sinu0 commented on July 28, 2024

Thx, I added '-lSimpleAmqpclinet' parameter, and it solved my problem

from simpleamqpclient.

ashsifat avatar ashsifat commented on July 28, 2024

how to add this to Cmakelists.txt?

from simpleamqpclient.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.