| "Michael Gogins" writes:
> I am pleased to report that I was able to rebuild CsoundVST on
> Windows with the latest Csound 4.23 sources from CVS.
Good news.
> I have committed two minor changes to the Csound sources.
...
Please be sure to list your changes in the ChangeLog. John ffitch has
been so good about listing his, and we should be too.
I have not had much luck playing with the beta in the csound5 module.
My plan was to create a CSound library, link it with the little driver
program I've shared on this list, and then run it under the memory
profiler that comes with a Red Hat 9 system. I found out the profiler
generates a leak report I can share with developers.
When I went to build the library, the configure script in the csound5
module failed to detect I did not have FLTK installed, and configured
csound5 to use it anyway. When I told the configure script FLTK was
missing, it still tried to use it until I told it to build without a
gui, however, my troubles were still not over. It selected X11 to
draw graphs, but POLL_EVENTS is never defined in that configuration.
Worse yet, when I typed "make csound.a" to create the library, the
command did not include csound.o in the link command. A find showed
no other *.a files created during the make. How does one create a
library that provides the CSound API?
John |