If you've built the out-of-source tree using the configure-windows.ps1 script then there's a helper batch file ready to help you. Here's an example:
# # Run without boost in path and it fails # D:\qpid\b32-2010\src\Debug>qpidd --auth no --no-data-dir <popup says 'boost dll is missing'> # # Set boost appropriately # D:\qpid\b32-2010\src\Debug>call ..\..\setenv-messaging-msvc10-x86-32bit.bat Environment set for org.apache.qpid.messaging.sln Visual Studio 2010 x86 32-bit development. # # Run again with more success # D:\qpid\b32-2010\src\Debug>qpidd --auth no --no-data-dir 2012-10-15 14:29:32 [Network] notice Listening on TCP/TCP6 port 5672 2012-10-15 14:29:32 [Broker] notice Broker running I get this all the time. ;) I have command completion turned on so all I have to type is "call ..\..\se<tab>" and I get the setup I need. -Chuck ----- Original Message ----- > From: "Steve Huston" <[email protected]> > To: "<[email protected]>" <[email protected]> > Cc: [email protected] > Sent: Monday, October 15, 2012 2:27:02 PM > Subject: Re: Broker Qpidd.exe first time - error > > Include the directory holding your boost dlls inPATH or copy the dlls > to the dir holding qpidd. > > Steve Huston > (sent from my iPhone - please excuse brevity and typos) > > On Oct 15, 2012, at 1:42 PM, "Rajesh Khan" <[email protected]> > wrote: > > > After Building QPID from source for the first time , I am > > attempting to run > > the broker.Here is what I am doing > > > > The Directory in which broker was created in is at: > > D:\qpid-0.18\qpid-0.18\cpp\src\Debug > > > > so here is what I did > > D:\qpid-0.18\qpid-0.18\cpp\src\Debug>qpidd > > > > However I get the message that the file > > *"boost_system-vc100-mt-gd-1_47.dll" > > * is missing. > > I searched for the file and it is present in > > D:\CppLibraries\boost-win-1.47-64bit-vs2010\lib > > > > *Any suggestion on what I should do ? How could I make QPidd.exe > > find that > > file ?* > > --------------------------------------------------------------------- > 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]
