[PD-cvs] pd/src s_inter.c,1.5.4.10.2.19,1.5.4.10.2.20

Thomas Grill xovo at users.sourceforge.net
Fri Aug 11 12:16:13 CEST 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25182/src

Modified Files:
      Tag: devel_0_39
	s_inter.c 
Log Message:
forget about the possibility of just dropping a standalone Wish.app into PD. It won't work because of Apples's install_names

Index: s_inter.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_inter.c,v
retrieving revision 1.5.4.10.2.19
retrieving revision 1.5.4.10.2.20
diff -C2 -d -r1.5.4.10.2.19 -r1.5.4.10.2.20
*** s_inter.c	10 Aug 2006 00:33:09 -0000	1.5.4.10.2.19
--- s_inter.c	11 Aug 2006 10:16:11 -0000	1.5.4.10.2.20
***************
*** 1102,1109 ****
                  if (stat(filename, &statbuf) >= 0)
                  	goto foundit;
!                 sprintf(filename, "%s/../MacOS/Wish Shell.app/Contents/MacOS/Wish Shell", guidir);
                  if (stat(filename, &statbuf) >= 0)
                      goto foundit;
!                 sprintf(filename, "%s/../MacOS/Wish.app/Contents/MacOS/Wish", guidir);
                  if (stat(filename, &statbuf) >= 0)
                      goto foundit;
--- 1102,1109 ----
                  if (stat(filename, &statbuf) >= 0)
                  	goto foundit;
!                 sprintf(filename, "%s/../MacOS/Wish", guidir);
                  if (stat(filename, &statbuf) >= 0)
                      goto foundit;
!                 sprintf(filename, "%s/../MacOS/Wish Shell", guidir);
                  if (stat(filename, &statbuf) >= 0)
                      goto foundit;





More information about the Pd-cvs mailing list