Marcus Schröder wrote:
But the included
Makefile is too complex for me to see how it works and I don't want to
keep modifying the included examples to compile code (which works, but
is obviously out of question for production). Eventually, I would like
to make my own...
Sounds like starting with a simpler Makefile would help. Try starting
with this:
CXX=g++
CXXFLAGS=-I/usr/include/qpid-boost
LDFLAGS=-lqpidclient
all: direct_producer listener declare_queues
clean:
rm -f direct_producer listener declare_queues
Hope this helps!
Jonathan
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]