[PD-cvs] externals/grill/flext changes.txt,1.48,1.49 config-max-msvc.txt,1.3,1.4 config-pd-darwin.txt,1.15,1.16 flext.cw,1.63,1.64 readme.txt,1.45,1.46

Thomas Grill xovo at users.sourceforge.net
Wed Aug 11 06:04:27 CEST 2004


Update of /cvsroot/pure-data/externals/grill/flext
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1591

Modified Files:
	changes.txt config-max-msvc.txt config-pd-darwin.txt flext.cw 
	readme.txt 
Log Message:
 ""

Index: readme.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/readme.txt,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** readme.txt	22 Feb 2004 03:33:59 -0000	1.45
--- readme.txt	11 Aug 2004 04:04:25 -0000	1.46
***************
*** 106,115 ****
  o Metrowerks CodeWarrior: edit & use the "flext.cw" project file
  
  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
  "MP SDK" - Pointing to the Multiprocessing SDK (for threading support)
  
  
  With your project using flext, be sure to define "FLEXT_SYS=1" 
--- 106,124 ----
  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 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" 

Index: config-pd-darwin.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/config-pd-darwin.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** config-pd-darwin.txt	25 Sep 2003 02:32:57 -0000	1.15
--- config-pd-darwin.txt	11 Aug 2004 04:04:22 -0000	1.16
***************
*** 7,11 ****
  
  # where are the PD header files? (m_pd.h, m_imp.h, g_canvas.h)
! PDPATH=/usr/src/pd-0.37-0/src
  
  # where is the SndObj include directory? 
--- 7,11 ----
  
  # where are the PD header files? (m_pd.h, m_imp.h, g_canvas.h)
! PDPATH=/usr/src/pd-0.37-4/src
  
  # where is the SndObj include directory? 

Index: flext.cw
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/flext.cw,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
Binary files /tmp/cvsUcYMg7 and /tmp/cvsaPZ9aQ differ

Index: changes.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** changes.txt	23 Jun 2004 02:33:04 -0000	1.48
--- changes.txt	11 Aug 2004 04:04:22 -0000	1.49
***************
*** 19,22 ****
--- 19,24 ----
  - protection for SIMD routines with count=0
  - support exceptions for setup functions, object creation and destruction, method handling
+ - small fixes for MSVC6 incompatibilites
+ - fixes for Max 4.5 headers
  
  0.4.6:

Index: config-max-msvc.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/config-max-msvc.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** config-max-msvc.txt	15 Nov 2003 03:32:57 -0000	1.3
--- config-max-msvc.txt	11 Aug 2004 04:04:22 -0000	1.4
***************
*** 4,8 ****
  
  # where is the Max SDK?
! MAXSDKPATH=F:\prog\audio\MaxWinSDK\c74support		
  
  # where is MS VC++? 
--- 4,8 ----
  
  # where is the Max SDK?
! MAXSDKPATH="F:\prog\audio\maxmspsdk_win\4.5 headers\c74support"
  
  # where is MS VC++? 





More information about the Pd-cvs mailing list