RE: Building WCF Channel

2010-10-04 Thread Steve Huston
How are you making out with this, Daniel? -Steve -Original Message- From: Daniel Sack [mailto:daniel.s...@techtalk.at] Sent: Thursday, September 30, 2010 11:00 AM To: dev@qpid.apache.org Subject: RE: Building WCF Channel Trunk from today. -Original Message- From

Re: Building WCF Channel

2010-10-04 Thread Cliff Jansen
Hi Daniel, To confirm, I can build qpid/wcf libraries on Windows 7 and using VS 2008. I need to set BOOST_ROOT and BOOST_VERSION and QPID_BUILD_ROOT in my environment before building. At runtime, I need to make sure that all of the following are available from the PATH of subdirectories (often

RE: Building WCF Channel

2010-10-04 Thread Daniel Sack
Jansen [mailto:cliffjan...@gmail.com] Sent: Montag, 04. Oktober 2010 17:51 To: dev@qpid.apache.org Cc: Daniel Sack Subject: Re: Building WCF Channel Hi Daniel, To confirm, I can build qpid/wcf libraries on Windows 7 and using VS 2008. I need to set BOOST_ROOT and BOOST_VERSION and QPID_BUILD_ROOT

RE: Building WCF Channel

2010-10-04 Thread Daniel Sack
For cross-checking can you send me which directory must be set for QPID_BUILD_ROOT Br, Daniel -Original Message- From: Cliff Jansen [mailto:cliffjan...@gmail.com] Sent: Montag, 04. Oktober 2010 18:36 To: Daniel Sack Cc: dev@qpid.apache.org Subject: Re: Building WCF Channel In your

Re: Building WCF Channel

2010-10-04 Thread Cliff Jansen
which directory must be set for QPID_BUILD_ROOT Br, Daniel -Original Message- From: Cliff Jansen [mailto:cliffjan...@gmail.com] Sent: Montag, 04. Oktober 2010 18:36 To: Daniel Sack Cc: dev@qpid.apache.org Subject: Re: Building WCF Channel In your case, BOOST_VERSION=104000

Building WCF Channel

2010-09-30 Thread Daniel Sack
Hi, I' m trying to build the WCF Channel but the interop project stops with the following error: LINK : fatal error LNK1104: cannot open file 'boost_date_time-vc90-mt-gd-1_40.lib' Env. vars for boost and qpid are defined, cpp broker building works without a problem. Does somebody has a hint

Re: Building WCF Channel

2010-09-30 Thread Cliff Jansen
Hi Steve, What version of Qpid are you using? There's no reference to boost_date_time in the interop project today. The boost include libraries contain fancy #pragmas to force linking against the (correct) library version. Daniel: Since you built the cpp tree first, it also needs the same