Re: Installing on RHEL4

2009-01-21 Thread Aidan Skinner
"just works" is the greatest goal any software can aspire too On 1/21/09, Carl Trieloff wrote: > >> >> Well, now I'm embarrassed. I updated to RC9, and it just worked with >> the patch on RHEL4.7. > > It just worked -- now there is a tag line > > Carl. > -- Sent from Google Mail for mobile

Re: Installing on RHEL4

2009-01-21 Thread Carl Trieloff
Well, now I'm embarrassed. I updated to RC9, and it just worked with the patch on RHEL4.7. It just worked -- now there is a tag line Carl.

Re: Installing on RHEL4

2009-01-21 Thread Joshua Boyd
On Wed, 2009-01-21 at 13:18 -0500, Joshua Boyd wrote: > > I built RC9 fine from the main source distribution (not qpid-cpp). > > Well, I have the main source distribution, but I've only been using RC6. Let > me try updating to RC9. Well, now I'm embarrassed. I updated to RC9, and it just work

Re: Installing on RHEL4

2009-01-21 Thread Gordon Sim
Joshua Boyd wrote: Is the boost-1.32-support stuff outdated and not going to be supported any further? We use that for creating rhel4 builds in our automated build and test servers running from the svn checkout, so I don't think its outdated. However I confess I haven't tried building the rel

Re: Installing on RHEL4

2009-01-21 Thread Joshua Boyd
On Wed, 2009-01-21 at 17:39 +, Aidan Skinner wrote: > On Wed, Jan 21, 2009 at 5:29 PM, Joshua Boyd > wrote: > > On Wed, 2009-01-21 at 17:26 +, Aidan Skinner wrote: > >> On Wed, Jan 21, 2009 at 5:20 PM, Joshua Boyd > >> wrote: > >> > >> > If I switch to the cpp directory in the source an

Re: java qpid client only libraries?

2009-01-21 Thread Martin Ritchie
If you are on trunk then running the following will generate you a client build in client/release: ant release-bin Though this mechanism is likely to change as Rajith says we do plan on doing granular release. Something like this should do the trick if you just have a release artifact: backport-

Re: Installing on RHEL4

2009-01-21 Thread Carl Trieloff
Joshua Boyd wrote: On Wed, 2009-01-21 at 12:38 -0500, Kim van der Riet wrote: On Wed, 2009-01-21 at 12:29 -0500, Joshua Boyd wrote: On Wed, 2009-01-21 at 17:26 +, Aidan Skinner wrote: On Wed, Jan 21, 2009 at 5:20 PM, Joshua Boyd wrote: If I switch to the cpp dire

Re: Installing on RHEL4

2009-01-21 Thread Carl Trieloff
run make apply in boost-1.32-support dir under cpp dir or you can pull it via RHN pre-built for RHEL 4. Building from source on RHEL 4 there is a patch that needs to be over layed. Carl. Joshua Boyd wrote: I'm trying to install QPID M4 (a recent RC) on RHEL4. RHEL4 only has boost 1.32.

Re: Installing on RHEL4

2009-01-21 Thread Joshua Boyd
On Wed, 2009-01-21 at 12:38 -0500, Kim van der Riet wrote: > On Wed, 2009-01-21 at 12:29 -0500, Joshua Boyd wrote: > > On Wed, 2009-01-21 at 17:26 +, Aidan Skinner wrote: > > > On Wed, Jan 21, 2009 at 5:20 PM, Joshua Boyd > > > wrote: > > > > > > > If I switch to the cpp directory in the sou

RE: How to run the Examples on visual studio?

2009-01-21 Thread Steve Huston
> well, I've tried to do so but I'm still getting the same errors. > > fatal error C1083: ... 'stdint.h': No such file or directory > > > any ideas? did this ever happen to you? > thanks for your answers! Right - there are a number of changes that need to be made above the project generation.

Re: Installing on RHEL4

2009-01-21 Thread Aidan Skinner
On Wed, Jan 21, 2009 at 5:29 PM, Joshua Boyd wrote: > On Wed, 2009-01-21 at 17:26 +, Aidan Skinner wrote: >> On Wed, Jan 21, 2009 at 5:20 PM, Joshua Boyd >> wrote: >> >> > If I switch to the cpp directory in the source and type: ./configure the >> > line complaining about the XML file goes a

Re: Installing on RHEL4

2009-01-21 Thread Kim van der Riet
On Wed, 2009-01-21 at 12:29 -0500, Joshua Boyd wrote: > On Wed, 2009-01-21 at 17:26 +, Aidan Skinner wrote: > > On Wed, Jan 21, 2009 at 5:20 PM, Joshua Boyd > > wrote: > > > > > If I switch to the cpp directory in the source and type: ./configure the > > > line complaining about the XML file

Re: Installing on RHEL4

2009-01-21 Thread Joshua Boyd
On Wed, 2009-01-21 at 17:26 +, Aidan Skinner wrote: > On Wed, Jan 21, 2009 at 5:20 PM, Joshua Boyd > wrote: > > > If I switch to the cpp directory in the source and type: ./configure the > > line complaining about the XML file goes away, but the complaint below > > about "Boost libraries cou

Re: Installing on RHEL4

2009-01-21 Thread Aidan Skinner
On Wed, Jan 21, 2009 at 5:20 PM, Joshua Boyd wrote: > If I switch to the cpp directory in the source and type: ./configure the > line complaining about the XML file goes away, but the complaint below > about "Boost libraries could not be found" persists. This should work. What does rpm -qa boost

Re: How to run the Examples on visual studio?

2009-01-21 Thread Marc Lerma
well, I've tried to do so but I'm still getting the same errors. fatal error C1083: ... 'stdint.h': No such file or directory any ideas? did this ever happen to you? thanks for your answers! Marc 2009/1/21 Danushka Menikkumbura > > I'm trying to make qpid work using Microsoft Visual Studi

RE: Installing on RHEL4

2009-01-21 Thread Joshua Boyd
On Wed, 2009-01-21 at 12:11 -0500, Steve Huston wrote: > Hi Joshua, > > > I'm trying to install QPID M4 (a recent RC) on RHEL4. > > Ok. > > > RHEL4 only has boost 1.32. QPID obviously prefers a newer version > of > > boost, but there is the boost-1.32-support directory which > > I've applied,

RE: Installing on RHEL4

2009-01-21 Thread Steve Huston
Hi Joshua, > I'm trying to install QPID M4 (a recent RC) on RHEL4. Ok. > RHEL4 only has boost 1.32. QPID obviously prefers a newer version of > boost, but there is the boost-1.32-support directory which > I've applied, but I still can't get it to build. Do you get past the configure? > I'm n

Installing on RHEL4

2009-01-21 Thread Joshua Boyd
I'm trying to install QPID M4 (a recent RC) on RHEL4. RHEL4 only has boost 1.32. QPID obviously prefers a newer version of boost, but there is the boost-1.32-support directory which I've applied, but I still can't get it to build. I'm not trying anything fancy with the configure command. Here i

Re: How to run the Examples on visual studio?

2009-01-21 Thread Danushka Menikkumbura
I'm trying to make qpid work using Microsoft Visual Studio 9.0. I've managed to start the broker after several hours. At the moment it's running and listening to port 5672. Once I've achieved this, I've been trying to run any of the examples that come with qpid, but so far didn't manage to do i

RE: How to run the Examples on visual studio?

2009-01-21 Thread Steve Huston
Hi Marc, > I'm trying to make qpid work using Microsoft Visual Studio > 9.0. I've managed > to start the broker after several hours. At the moment it's > running and listening to port 5672. Ok, good. > Once I've achieved this, I've been trying to run any of the > examples that > come with qpi

Re: java qpid client only libraries?

2009-01-21 Thread Rajith Attapattu
Totally agree with you. We are planning to make more granular releases from the next cycle onwards. As a temp meassure, I can compile a list of jars needed by the client only. You could then get rid of the rest of the jars. Regards, Rajith On Wed, Jan 21, 2009 at 12:56 AM, falconair wrote: > >

How to run the Examples on visual studio?

2009-01-21 Thread Marc Lerma
Hello everybody, I'm trying to make qpid work using Microsoft Visual Studio 9.0. I've managed to start the broker after several hours. At the moment it's running and listening to port 5672. Once I've achieved this, I've been trying to run any of the examples that come with qpid, but so far didn't