Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:4440] Cscore commits

Date2004-04-05 06:30
FromAnthony Kozar
Subject[CSOUND-DEV:4440] Cscore commits
I commited two small sets of changes to the Cscore code in the csound module
tonight to fix some bugs, update stuff, and allow Cscore standalones to
compile on MacOS 9.  Details are in the ChangeLog (its most of the stuff
described in my previous email).

The only really significant change is that I undefined the macro
"mills_macintosh" in sysdep.h.  This makes it possible to compile cscore,
scsort, scxtract, and scot with fewer changes and avoids some nastiness from
redefining exit().

IMPORTANT: Therefore, in order to build Perf on MacOS 9 from now on, it will
be necessary to set a prefix file in the CodeWarrior project (in the C/C++
compiler settings pane) which defines mills_macintosh and includes
.  (Although you could just uncomment the #define
mill_macintosh statement in sysdep.h, using the prefix file is really more
appropriate, being the CW equivalent of defining a configuration macro on
the commandline).  I will provide such a prefix file once the Mac sources
are imported into the CVS repository.

Anthony Kozar
anthony.kozar@utoledo.edu