Re: [Quickfix-users] Installation problem: no 'configure' in quickfix root dir
Brought to you by:
orenmnero
|
From: Joerg T. <Joe...@ma...> - 2003-11-13 17:28:29
|
Wesha the Leopard wrote:
> I'm trying to unroll quickFIX on my system. The installation
> documentation says:
>
> "You do not need to have autotools installed before you build [...]
> First, in the root quickfix directory, type ./configure"
>
> I untar the package, but there's no "configure" in rootpackage
> directory; only "configure.in"
>
> Okay, I try to make it through 'autoconf'.
>
> --------------------------------------------------------------
> [server]quckfix> autoconf configure.in > configure configure.in:4:
> error: possibly undefined macro: AM_INIT_AUTOMAKE configure.in:5:
> error: possibly undefined macro: AM_CONFIG_HEADER configure.in:6:
> error: possibly undefined macro: AM_DISABLE_STATIC configure.in:12:
> error: possibly undefined macro: AC_DISABLE_STATIC configure.in:13:
> error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
> configure.in:14: error: possibly undefined macro: AM_PROG_LIBTOOL
> configure.in:15: error: possibly undefined macro: AM_PROG_LEX
> configure.in:101: error: possibly undefined macro: AM_PATH_XML2
> configure.in:207: error: possibly undefined macro: AM_CONDITIONAL
> [server]quckfix>
> --------------------------------------------------------------
Just try to use ./bootstrap to generate new configure files.
Jörg
--
Joerg Thoennes
http://macd.com
Tel.: +49 (0)241 44597-24 Macdonald Associates GmbH
Fax : +49 (0)241 44597-10 Lothringer Str. 52, D-52070 Aachen
|