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

2006-08-21 Thread SourceForge.net
Patches item #1544076, was opened at 2006-08-21 18:53
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1544076group_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: 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.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1544076group_id=55736

___
PD-dev mailing list
PD-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


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

2006-08-21 Thread SourceForge.net
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=detailatid=478072aid=1544076group_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: 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: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=detailatid=478072aid=1544076group_id=55736

___
PD-dev mailing list
PD-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-1544083 ] alternative names for [list] objects

2006-08-21 Thread SourceForge.net
Patches item #1544083, was opened at 2006-08-21 19:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1544083group_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: Open
Resolution: None
Priority: 5
Submitted By: IOhannes m zm�lnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: alternative names for [list] objects

Initial Comment:
this patch adds alternative names with space  
changed to slash / for the group of [list]-objects:

[list append]  == [list/append]
[list prepend] == [list/prepend]
[list trim]== [list/trim]
[list split]   == [list/split]

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1544083group_id=55736

___
PD-dev mailing list
PD-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev