On Fri, Dec 10, 2004 at 04:49:26PM -0800, Matt J. Ingalls wrote: > i commited a bunch of changes to csound4 -- bug fixes and some istvan code > that never got in there. > > put most of it in the changelog. > > hope i didnt break anything for yall! It broke the build for me here: http://cvs.sourceforge.net/viewcvs.py/csound/csound/csound/oload.c?r1=1.1&r2=1.2 The problem is that the GLOBALS cglob_ structure does not have a member named csoundGetVersion. It is named GetVersion. This is easily verified by looking for the "typedef struct GLOBALS_" in cs.h Cheers, Ben