| "gogins@pipeline.com" writes:
> I have built Csound4.23 using the wxCsound tar file. I had no
> problems building it for Cygwin. I was still able to build the
> Csound API dll and csound.exe itself with -mno-cygwin, which is what
> I need for my projects, although the build did not complete. I see
> that csound.exe is a client of the API.
I should have said this before, but if you have a specific bug you
want me to fix, please give me more details. As far as I know, the
GNU build system in the csound module is in good shape with the a few
exceptions associated with building shared libraries. In other words,
a libtool-less version of the system is release quality. The only
problems I have observed is there seems to be errors while producing
shared libraries on Cygwin with -mno-cygwin, and on MinGW.
Furthermore, repeatedly running a rendering built on these systems
with static libraries causes a memory addressing error.
Remember, when building a distribution from the sources, one must use
the autoreconfig on a recent version of Cygwin. The one on Red Hat 9
is not good enough.
I also now feel comfortable letting a few others look at flCsound. It
is oriented toward rending CSD files and displaying any plots they
generate in a single window. After much thought, I realize this
simplified GUI is something I'm much more likely to use instead of the
one provided by wxCsound. I prefer to use Emacs to edit no matter the
platform. The flCsound program is available in the flcsound module in
the CVS repository. As compared with wxCsound, it is Fast and Light!
John |