After making some changes, I was able to get the Windows port of the amqp project in QPID compiled, but I don't see any code that will create an executable that will run using the code in this amqpd dll. Can you point me in the right direction? Thanks, Mary
-----Original Message----- From: Gordon Sim [mailto:[email protected]] Sent: Thursday, November 29, 2012 5:00 AM To: [email protected] Subject: Re: PROTON - amqp 1.0 support On 11/28/2012 11:59 PM, Mary Hinton wrote: > Hi, > > I'm trying to use the optional amqp 1.0 support for qpid within > cmake, but I get the following message in debug mode: > > CMake Error at src/amqp.cmake:38 (message): > > Qpid proton not found, required for amqp 1.0 support. > > > > I have the environment system variables - PROTON_HOME and > PROJECT_SOURCE_DIR set. Does anyone know what else I might need to set? On linux we use pkg_config and if you set PKG_CONFIG_PATH to wherever you installed proton then it finds it. I believe the pkg_config macros for cmake *should* do something on widnows, but I don't know exactly what is required there. ANy of the cmake experts able to comment? > I'm working in Windows and have a Windows version of proton working. I > also had a qpid windows project setup, but I'm trying to setup the > latest qpid code with amqp 1.0 support. If pkg_config won't work on windows then worst case we will need to add some windows specific mechanism for locating the proton depenency. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
