From: Dave F. <da...@da...> - 2004-12-13 19:40:58
|
On Monday 13 December 2004 01:29 pm, Donald M Burns wrote: Hello there Mr. Burns. > I've used jazz for a long time now and I am very fond of it. > Unfortunately both of the binary releases available seg fault on redhat > 9, so I'm having a go at building the CVS version > > I've download jazz.tar.gz and also compiled & installed wxWindows 2.4.2 > on redhat 9 laptop, but I'm struggling to get jazz to compile. I've > tried the rebuild thus and get:- > > /usr/local/src/jazz# ./rebuild > aclocal: configure.in: 85: macro `AM_PATH_ALSA' not found in library > aclocal: configure.in: 119: macro `AM_OPTIONS_WXCONFIG' not found in > library > aclocal: configure.in: 122: macro `AM_PATH_WXCONFIG' not found in > library > ./configure: line 1271: syntax error near unexpected token `jazz,' > ./configure: line 1271: `AM_INIT_AUTOMAKE(jazz, wx2alpha)' > make: *** No targets specified and no makefile found. Stop. > /usr/local/src/jazz# Looks like several things are likely. RedHat 9 is likely to have shipped with versions of the autotools that are too old. The last two lines in your output indicate an autoconf that's too old. I don't recall the minimum versions right offhand, anybody else know? Check to see that you installed the wxWindows-devel package, if it's available. Check /usr/include and /usr/local/include for "wx". Or try "wx-config" from the command line. > I don't have ALSA installed but even then I can't see what I need to do > to get things going. Any advice gratefully received. Ummmm, upgrade? ;) To anything that's not RedHat? ;) Seriously, if you can, upgrading to a newer distribution will help you a lot. The 2.6 kernel has ALSA in it, so you don't even have to ask anymore "Do I have ALSA? Do I need it?" And the newer versions of hte autotools, all there. At least, Mandrake 10.1's got it all. Up to you, of course. > Many Thanks nononono, thank you, I insist. Mr Burns. Dave > Donald. -- Visit my website! http://www.davefancella.com/?event=em ... at least I thought I was dancing, 'til somebody stepped on my hand. -- J. B. White |