Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:3694] Re: Autotools build fails on Cygwin

Date2003-12-07 13:33
From"Michael Gogins"
Subject[CSOUND-DEV:3694] Re: Autotools build fails on Cygwin
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
>

Date2003-12-07 16:56
Fromramsdell@mitre.org (John D. Ramsdell)
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
> >

Date2003-12-07 20:09
Fromstevenyi
Subject[CSOUND-DEV:3699] Re: Autotools build fails on Cygwin
Well, Michael is having the same problems which I was writing about
earlier a few days ago.  I tried a fresh checkout and compile yesterday
on cygwin and got the same results as before and as Michael is having
now.  

Will be trying again later today and tomorrow.  

steven

On Sun, 2003-12-07 at 08:56, John D. Ramsdell wrote:
> 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
> > >
> 
>