This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Kawa not building on OS X from Git


On 01/04/2018 01:34 PM, Duncan Mak wrote:
Hello,

I'm trying to build a clean tree of Kawa from git.

After running "./configure", I see this error:

configure: creating ./config.status
config.status: error: cannot find input file: `Makefile.in'
configure: error: ./configure failed for bin

and then make fails also:

Did you run automake? The instructions say to run ./autogen.sh
which (among other things) runs automake:

https://www.gnu.org/software/kawa/Source-distribution.html#Build-Kawa-using-configure-and-make
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]