| csound/config.h.in is created, but the build still fails in the way
previously described.
Making on Linux and moving the tar file to Cygwin may work, but only for
those who have Linux. I would prefer the system to work from scratch on
Cygwin. That's what the autotools are all about, anyway. Might as well just
have customisable makefiles if this doesn't work, as far as I'm concerned.
============================================
Michael Gogins
gogins at pipeline period com
Irreducible Productions
CsoundVST, an extended version of Csound for programming music and sound
Available at http://sourceforge.net/projects/csound/
============================================
----- Original Message -----
From: "John D. Ramsdell"
To: "Csound Developers Discussion List"
Sent: Sunday, December 07, 2003 11:56 AM
Subject: [CSOUND-DEV:3695] Re: Autotools build fails on Cygwin
> Please verify that csound/config.h.in is missing, then run autoheader
> and look again. I am quite mystified by the fact that others seem to
> be able to build the system.
>
> There is another way to build a distibution. Just do" autoreconf -i;
> ./configure; make" on Linux, and move the tar file to Cygwin. This is
> what I do.
>
> John
>
> "Michael Gogins" writes:
>
> > I tried your sequence of commands, with the same failure as before. The
> > first error is
> >
> > configure.ac:9: required file `csound/config.h.in' not found
> >
> > ============================================
> > Michael Gogins
> > gogins at pipeline period com
> > Irreducible Productions
> > CsoundVST, an extended version of Csound for programming music and sound
> > Available at http://sourceforge.net/projects/csound/
> > ============================================
> >
> >
> > ----- Original Message -----
> > From: "John D. Ramsdell"
> > To: "Csound Developers Discussion List"
> > Sent: Sunday, December 07, 2003 1:24 AM
> > Subject: [CSOUND-DEV:3690] Re: Autotools build fails on Cygwin
> >
> >
> > > "Michael Gogins" writes:
> > >
> > > > $ aclocal;autoconf;automake --add-missing;./configure;make
> > > > configure.ac:9: required file `csound/config.h.in' not found
> > >
> > > The problem is that autoheader in not being run. You need to run
> > > autoreconf -i, not autoconf. If you don't have autoreconf, just type
> > > aclocal; automake; autoheader; autoconf.
> > >
> > > John
> > >
> |