| I'm using Visual Studio .NET (Visual C++ version 7.0) and Dev-C++ (MinGW
with gcc 3.2). I plan to switch to Cygwin -mno-cygwin with the latest Cygwin
version of gcc, whatever that is.
It's conceivable that I'd switch to entirely Linux, if there were something
like Cool Edit Pro and Cubase SX on Linux. No luck so far, though it's close
for sound editors what with Ardour and good single-file editors.
============================================
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: "steven"
To: "Csound Developers Discussion List"
Sent: Tuesday, November 25, 2003 8:51 PM
Subject: [CSOUND-DEV:3519] Re: widgets.cpp
> I can't verify for older compilers as I'm using gcc 3.3 as well.
>
> BTW: Are you using John R's autobuild system or Visual Studio? I'm
> trying to use
>
> autoreconf -i --force
> aclocal
> autoconf
> configure
> make
>
> and get stopped at main.c due to SIGALRM not being defined.
>
> This is using Cygwin 3.3.1 on win2k.
>
> Looking at the change in widgets.cpp, it looks to look for cygwin but
> not what version. This all should probably be done with the
> autoheader.h/config.h stuff to check if strstream.h or sstream.h exist,
> then #ifdef them in depending (same with fstream/fstream.h).
>
> steven
>
>
> Robert McNulty Junior wrote:
>
> >I changed widgets to work with old compilers as well as new.
> >Could you update and try it to verify, Steven?
> >I think I got the hang of this.
> >Bobby
> >
> >
> >
> |