[PD-cvs] SF.net SVN: pure-data:[10501] branches/pd-devel/0.41.4/src/s_inter.c

federico__ at users.sourceforge.net federico__ at users.sourceforge.net
Sat Jan 10 18:23:46 CET 2009


Revision: 10501
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10501&view=rev
Author:   federico__
Date:     2009-01-10 17:23:46 +0000 (Sat, 10 Jan 2009)

Log Message:
-----------
fix launch of pd gui (pd.tk) on Linux

Modified Paths:
--------------
    branches/pd-devel/0.41.4/src/s_inter.c

Modified: branches/pd-devel/0.41.4/src/s_inter.c
===================================================================
--- branches/pd-devel/0.41.4/src/s_inter.c	2009-01-10 17:02:36 UTC (rev 10500)
+++ branches/pd-devel/0.41.4/src/s_inter.c	2009-01-10 17:23:46 UTC (rev 10501)
@@ -1079,7 +1079,7 @@
 #else
             sprintf(cmdbuf,
                 "TCL_LIBRARY=\"%s/tcl/library\" TK_LIBRARY=\"%s/tk/library\" \
-                 \"%s/pd-gui\" %d\n",
+                 wish \"%s/pd.tk\" %d\n",
                  sys_libdir->s_name, sys_libdir->s_name, guidir, portno);
 #endif
             sys_guicmd = cmdbuf;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list