| Yesterday, under Cygwin, I encountered some problems compiling the source
code.
I've checked out a fresh tree with cvs. I'm going to commit some changes I
made as soon as I encounter them.
Mostly, under widgets.cpp, I had to change fstream.h to fstream and
strstream.h to strstream, added #include under the #ifdef ..
#endif.
there was one other error, but I'll get back to it in a moment.
This is under csound4.
Csound5 is different.
I got it to compile, but when run, I noticed reverb was missing.
I noticed this when I tried toot07.orc and toot07.sco.
I will try and add the missing as I go along.
BTW the method of programming I'm using is trial and error.
Every time i encounter something wrong in compiliation, I repair it and go
along.
I want to commit these changes so other Cygwin users won't face the same
problem.
Csound4 works great under Mingw. Great under Cygwin.
|