FYI I have made symlinks inside my activemq-cpp.2.2.x/include directories, for example:
activemq-cpp.2.2.3/include/activemq-cpp-2 -> activemq-cpp.2.2.3 This is an easy workaround so I don't think my request needs to hold up releasing 2.2.3. I'll ran some tests on the 2.2.3 candidate today and didn't discover any regressions or new problems. +1 to release the current candidate, but please consider the change to installation for a future release. Jim Lloyd Silver Tail Systems On Thu, Jan 8, 2009 at 10:01 AM, Jim Lloyd <[email protected]>wrote: > I have a criticism of one aspect of installation. I would like to be able > to have multiple installs of activemq-cpp, and then switch between them by > changing one symlink, and then rebuilding my source tree. Currently my > makefiles define the include path for activemq-cpp like this: > > -I/nas/local/activemq-cpp-2.2.3/include/activemq-cpp-2.2.3 \ > > Note that the version number must appear twice. If it only appeared in the > root directory, and not again in the include directory, then I could do > something like this: > > -I/nas/local/activemq-cpp/include/activemq-cpp > > Now the directory /nas/local/activemq-cpp could be a symlink to > /nas/local/activemq-cpp-2.2.3 > > Note that APR and APR-UTIL seem to do the right thing. They include a > version number on the directory below include, but only the major version > number is given on that directory: > > -I/nas/local/apr/include/apr-1 \ > -I/nas/local/apr-util/include/apr-1 \ > > For those two, I can have symlinks 'apr -> apr-1.3.3' and 'apr-util -> > apr-util-1.3.4'. > > Can we change activemq-cpp configuration&installation so that it uses the > same convention? I'd like my makefiles to define the include path like this: > > -I/nas/local/activemq-cpp/include/activemq-cpp-2 > > Jim Lloyd > > > On Thu, Jan 8, 2009 at 8:55 AM, Timothy Bish <[email protected]> wrote: > >> Hi everyone, >> Well its that time again, its time to call a vote for the release of >> ActiveMQ-CPP v2.2.3. This is a minor release incorporating all the >> current fixes. >> >> The source bundle for the release candidate can be found here: >> <http://people.apache.org/~tabish/activemq-cpp-2.2.3-src.tar.gz<http://people.apache.org/%7Etabish/activemq-cpp-2.2.3-src.tar.gz> >> > >> >> And here's the wiki page for the release: >> <http://activemq.apache.org/cms/activemq-cpp-223-release.html> >> >> Please cast your votes: >> >> [ ] +1 Release the source as Apache ActiveMQ-CPP 2.2.3 >> [ ] -1 Veto the release (provide specific comments) >> >> Regards, >> Tim >> >> >
