From 0112dbebebb521254d2935fb4980a16bce97d32f Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 11 Aug 2004 04:04:25 +0000 Subject: "" svn path=/trunk/; revision=1937 --- externals/grill/flext/readme.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'externals/grill/flext/readme.txt') diff --git a/externals/grill/flext/readme.txt b/externals/grill/flext/readme.txt index 3b01b00c..916ec74c 100644 --- a/externals/grill/flext/readme.txt +++ b/externals/grill/flext/readme.txt @@ -105,12 +105,21 @@ Max/MSP - MacOSX: ------------------ o Metrowerks CodeWarrior: edit & use the "flext.cw" project file +Be sure to have the latest Max/MSK SDK downloadable from http://www.cycling74.com +You should use "version 4.5 headers" rather than "version 4.3 headers". + You must have the following "Source Trees" (CW preferences, not project specific!) defined: "OS X Volume" - Pointing to your OSX boot drive "flext" - Pointing to the flext main directory -"Cycling74 OSX" - Pointing to the Cycling 74 SDK for xmax +"Cycling74 OSX" - Pointing to the SDK for Max/MSP - the path should end with /c74support "MP SDK" - Pointing to the Multiprocessing SDK (for threading support) +Note: Some parts of the Max/MSP SDK may not be compliant to the C standard. +If you get errors for lines like +#endif _MOTO_ +You should changes all of these to +#endif /* _MOTO_ */ + With your project using flext, be sure to define "FLEXT_SYS=1" - alternatively use the prefix file "flcwmax-x.h" or "flcwmax-x-thr.h" for threading support. -- cgit v1.2.1