Update of /cvsroot/pure-data/externals/grill/flext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16469
Modified Files: build.txt changes.txt Log Message: more corrections to cygwin... seems to work now for Max/MSP as well avoid problems with paths containing spaces enhancements for cygwin builds (working for PD now, but not for Max)
Index: build.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/build.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** build.txt 6 Jul 2005 16:07:53 -0000 1.7 --- build.txt 19 Jul 2005 23:08:32 -0000 1.8 *************** *** 77,82 ****
! 1.1) Building and installing flext ==================================
--- 77,98 ----
+ 1.1) Prerequisites + ==================
! Linux: ! - A gnu g/g++ compiler should be present on any system. ! The command "g++ --version" should show version 2.95 at least. Compiler version >= 3.3 is recommended. ! ! OSX: ! - The developer package must be installed which contains all necessary parts. ! ! Windows: ! - Microsoft Visual Studio 6, .NET 2002, .NET 2003 or .NET 2005 ! be sure to use the VCVARS32.BAT command on the prompt to set up the environment variables ! or ! - cygwin with binutils, gcc and make packages ! ! ! 1.2) Building and installing flext ==================================
*************** *** 112,116 ****
! 1.2) Building externals =======================
--- 128,132 ----
! 1.3) Building externals =======================
*************** *** 136,140 ****
! 1.3) Tested configurations ==========================
--- 152,156 ----
! 1.4) Tested configurations ==========================
*************** *** 146,152 **** win-pd-bcc, single/multi/shared win-pd-mingw, single/multi/shared (from CMD prompt, not MSYS) ! win-pd-cygwin, --- NOT WORKING (compiles but crashes) ---- win-max-msvc, single/multi/shared ! win-max-mingw, --- NOT WORKING (wrong structure packing) ----
--- 162,169 ---- win-pd-bcc, single/multi/shared win-pd-mingw, single/multi/shared (from CMD prompt, not MSYS) ! win-pd-cygwin, single/multi/shared win-max-msvc, single/multi/shared ! win-max-mingw, --- NOT WORKING (linker problems) ---- ! win-max-cygwin, --- NOT WORKING (linker problems) ----
Index: changes.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v retrieving revision 1.81 retrieving revision 1.82 diff -C2 -d -r1.81 -r1.82 *** changes.txt 19 Jul 2005 13:17:50 -0000 1.81 --- changes.txt 19 Jul 2005 23:08:32 -0000 1.82 *************** *** 11,14 **** --- 11,15 ---- 0.5.1: - optimizations for message handling and memory footprint + - enhanced build system for cygwin
0.5.0: