Re: [Quickfix-developers] Build error
Brought to you by:
orenmnero
From: James W. <wi...@tr...> - 2003-05-18 12:51:53
|
Oren, Always fun being the pioneer. I guess I didn't make it completely clear, but I've installed libxml2 2.5.4 built from source in a separate directory and pointed the QuickFIX build process at that directory when running configure. I'm not sure how I could *not* have the necessary stuff when I've built and installed everything directly from source. Is the configure script not actually setting up to search the directory that I specified with --with-xml-prefix? thanks, Jim On Thu, 2003-05-15 at 22:52, Oren Miller wrote: > I'm pretty sure this has shown up in the mailing list before. The > majority of the linux users seem to be of the redhat variety, so a > debian woody build could be a first. In any case, in order to compile > applications that use libxml, you will need the libxml2-devel package > in addition to the libxml2 package. That macro is distributed with > libxml2-devel. > > James Wiggs <wi...@tr...> wrote: > Folks, > > I'm trying to build a copy of quickfix-1.4.1 on a Debian woody > box. > I have installed libxml 2.5.4 in a separate directory, and run > configure > with the --with-xml-prefix="/prefix/to/xml2" option, but when > I actually > try to run make, I get: > > cd . && aclocal-1.4 > aclocal: configure.in: 101: macro `AM_PATH_XML' not found in > library > make: *** [aclocal.m4] Error 1 > > Where in the world is this error coming from? I can't even > find the > actual string AM_PATH_XML in any file inside the quickfix > distribution. > configure.in line 101 has the following: > > AM_PATH_XML2(2.0.0, , AC_MSG_ERROR(libxml2 must be > installed.)) > > I've searched the mailing list archives and there isn't a > single > mention of this anywhere in the archive. Am I the only person > who's > ever tried to compile this on a basic woody install? > > thanks, > Jim Wiggs > > > > ------------------------------------------------------- > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, > Santa Clara > The only event dedicated to issues related to Linux enterprise > solutions > www.enterpriselinuxforum.com > > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > ______________________________________________________________________ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. |