On Fri, 5 Jul 2002 19:25:16 +0200 (CEST) Thomas Finneid <[EMAIL PROTECTED]> wrote:
TF> This is freaking me out :-) What�s the process I need to go through? TF> TF> aclocal TF> autoconf Yes, this is it. TF> This is I tried, but it didn�t work. Here�s the output: TF> TF> aclocal: configure.in: 117: macro `AM_OPTIONS_WXCONFIG' not found in library TF> aclocal: configure.in: 863: macro `AM_PATH_WXCONFIG' not found in library Ok, so you don't have wxwin.m4 in a place where your aclocal looks for it. Either put it there (it looks at least in /usr/share/aclocal) or run aclocal with -I path_to_wxwin.m4 options. TF> The autoconf and automake docs mentions at least one file which doesn�t TF> exist in the M dirctory, aclocal.m4, which I would think is pretty TF> important. It is generated by aclocal from acinclude.m4 (which you do have). TF> The version I am running is 2.52, should I perhaps downgrade? As I said, normally it should work -- but I haven't tried it myself yet. Please run aclocal with -I first and then send the output of autoconf (if you still get errors from it) here. Thanks, VZ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Bringing you mounds of caffeinated joy. http://thinkgeek.com/sf _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
