[PD-dev] [ pure-data-Patches-1544076 ] build pd without tcl/tk

SourceForge.net noreply at sourceforge.net
Wed Jan 2 12:57:21 CET 2008


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&group_id=55736

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: Closed
>Resolution: Accepted
Priority: 5
Private: No
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: 2008-01-02 12:57

Message:
Logged In: YES 
user_id=564396
Originator: YES

seems to be accepted into 0.41

----------------------------------------------------------------------

Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-08-21 19:07

Message:
Logged In: YES 
user_id=564396

2nd attempt; this time it should work (this new patch also
has the AC_SUBST(tk,yes) line, so you can ignore _that_ post)

----------------------------------------------------------------------

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&group_id=55736




More information about the Pd-dev mailing list