fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] Compiling subversion source (was Subversion checkins)


From: Ebrahim Mayat
Subject: Re: [fluid-dev] Compiling subversion source (was Subversion checkins)
Date: Mon, 03 Sep 2007 08:28:21 -0700

 
On Monday, September 03, 2007, at 07:51AM, "Tomas Nykung" <address@hidden> 
wrote:
>(Changed the subject, because this has nothing to do with subversion
>check in anymore)
>
>On Mon, Sep 03, 2007 at 04:06:50PM +0300, Tomas Nykung wrote:
>> 
>> there is no "configure" script included with the source that
>> I got from the subversion download.
>
>
>Ok, figured out that I need to use autoconf to create the configure
>script, but I get errors:
>autoconf
>configure.ac:19: error: possibly undefined macro: AM_INIT_AUTOMAKE
>      If this token and others are legitimate, please use m4_pattern_allow.
>      See the Autoconf documentation.
>configure.ac:38: error: possibly undefined macro: AM_CONFIG_HEADER
>configure.ac:46: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
>configure.ac:47: error: possibly undefined macro: AM_PROG_LIBTOOL
>configure.ac:84: error: possibly undefined macro: AM_CONDITIONAL
>configure.ac:191: error: possibly undefined macro: AC_OSS_AUDIO
>configure.ac:196: error: possibly undefined macro: AC_MIDISHARE
>configure.ac:245: error: possibly undefined macro: AM_PATH_READLINE
>
>
>trying to run the resulted configure script anyway gives:
>./configure
>./configure: line 1727: syntax error near unexpected token `fluidsynth,'
>./configure: line 1727: `AM_INIT_AUTOMAKE(fluidsynth, $FLUIDSYNTH_VERSION)'
>
>
>Guess I'm doing some silly error that you developer guys laugh at, but
>I'm stuck :/
>
>Help anyone?
>(Need more info to be able to help, just ask, I'm here.)
>
Tomas

Just run the autogen.sh script:

$ ./autogen.sh

and you should be good.

E




reply via email to

[Prev in Thread] Current Thread [Next in Thread]