Patches item #1544076, was opened at 2006-08-21 18:53 Message generated for change (Comment added) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1544076...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: wishlist Status: Open Resolution: None Priority: 5 Submitted By: IOhannes m zmölnig (zmoelnig) Assigned to: Miller Puckette (millerpuckette) Summary: build pd without tcl/tk
Initial Comment: sometimes pd is run in non-gui environments (e.g. with "-nogui"); it is desireable that one can build such a gui-less pd, without having to install the tcl/tk-headers.
the patch adds a "--disable-tk" flag to configure and only sets the GSRC in makefile.in if tk is enabled.
this has been in the feature request tracker.
the patch only modifies configure.in and makefile.in; in order to work, one must run "autoconf" to generate a proper configure file.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-08-21 19:00
Message: Logged In: YES user_id=564396
after applying the patch, you should set line 10 to
AC_SUBST(tk, yes)
(instead of "no") to make it work properly
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1544076...