Csound Csound-dev Csound-tekno Search About

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

Date2003-12-08 00:26
From"Michael Gogins"
Subject[CSOUND-DEV:3705] Re: Autotools build fails on Cygwin
As I said previously, I did check out everything fresh.

============================================
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 6:27 PM
Subject: [CSOUND-DEV:3703] Re: Autotools build fails on Cygwin


> "Michael Gogins"  writes:
> 
> > I checked out csound fresh. I removed Cygwin and installed it fresh.
> > Transcript:
> 
> I looked at the transcript and saw two problems csound/config.h.in is
> missing, and there were problems with csound/csound-config.  I suggest
> deleting your sandbox and checking out everything fresh.
> 
> cd /cygdrive/c/cvs/cvsroot/csound
> rm -rf csound
> cvs -d ... co csound
> cd csound
> autoreconf -i
> ./configure
> make
> 
> John
>