Re: [Quickfix-developers] Build error
Brought to you by:
orenmnero
From: James W. <wi...@tr...> - 2003-05-20 00:52:28
|
I've gone in and created a dirlist file under /usr/share/aclocal to add the path where I've installed libxml2 (/opt/support/share/aclocal) but it doesn't seem to have made any difference whatsoever. The .m4 file is there, but aclocal/automake doesn't seem to be looking for it. Is the dirlist file not supported/used by aclocal-1.4? If not, at what version did that functionality get added? best, Jim Wiggs On Mon, 2003-05-19 at 00:48, Oren Miller wrote: > Well, that macro should be contained in a file called > libxml.m4 in the shared directory for aclocal. This > is usually /usr/shared/aclocal, or some such thing. > You should find out where this file is, and if you do > have it, why aclocal isn't able to find it. > > --- James Wiggs <wi...@tr...> wrote: > > > > 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. > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: If flattening out > > C++ or Java > > code to make your application fit in a relational > > database is painful, > > don't do it! Check out ObjectStore. Now part of > > Progress Software. > > http://www.objectstore.net/sourceforge > > _______________________________________________ > > Quickfix-developers mailing list > > Qui...@li... > > > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. > http://search.yahoo.com > |