[openamq-dev] Compiling OpenAMQ
Martin Lucina
mato at imatix.com
Fri Nov 9 00:33:33 CET 2007
Richard,
On 8/11/2007, "Richard Onorato" <ronorato at tsystem.com> wrote:
>Please disregard my last email. I found that I had corrupted a few of
>the header files. I am starting over with a clean environment.
I thought so, it looked like you were missing the APR headers.
The easiest way to get a manual build of APR working is to do the build
in the IDE, copy the built libraries (IIRC libapr.lib, libaprutil.lib,
possibly the XML library as well) into the right place in the
foreign/apr source tree, so that you can just run "boom install" in
foreign/apr. That will install things in the correct places so that the
build system will find them. Look at the "project.pdl" file in
foreign/apr to see where it's expecting to find the libraries when
doing an install.
Obviously, you'll then have to manually do a "boom build" for the rest
of the system, i.e. run boom build in the following directories:
foreign-X.Y/pcre
foreign-X.Y/zlib
base-1.X
gsl4-X.Y
base2-X.Y
openamq-X.Y
(Sorry for not giving you the exact directories, am out of the office w/o
my PC and don't have a source kit to poke at here, just trying to help
out with what I can off the top of my head).
That should get you started.
You could of course install VS 7.1 or 6.0 and just build with that, at
least for now.
-mato
More information about the openamq-dev
mailing list