[PD-dev] [ pure-data-Patches-3598097 ] add setup() function to hexname objs to guarantee loading

2012-12-23 Thread SourceForge . net
Patches item #3598097, was opened at 2012-12-21 14:24
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3598097group_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: externals
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: IOhannes m zmölnig (zmoelnig)
Summary: add setup() function to hexname objs to guarantee loading

Initial Comment:
When objects like ||~, ~, etc are installed with a symlink to the 0x file 
name, they don't load because they can't find the setup function.  They are 
looking for setup_0x7c0x7c_tilde().  Now that loading from setup() is included 
in Pd-vanilla 0.44 and Pd-extended 0.43.4, this patch adds setup() aliases to 
ensure that these objects load no matter what the filename is.



--

Comment By: Nobody/Anonymous (nobody)
Date: 2012-12-23 08:21

Message:
make all of them red by having a yellow moose!!
[url=http://www.burberryuksale.org/category/bags-burberrry]burberry
handbag[/url]
 a href=http://www.burberryuksale.org/category/bags-burberrry;
title=burberry handbagburberry handbag/a

--

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

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


[PD-dev] [ pure-data-Patches-3598097 ] add setup() function to hexname objs to guarantee loading

2012-12-23 Thread SourceForge . net
Patches item #3598097, was opened at 2012-12-21 14:24
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3598097group_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: externals
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: IOhannes m zmölnig (zmoelnig)
Summary: add setup() function to hexname objs to guarantee loading

Initial Comment:
When objects like ||~, ~, etc are installed with a symlink to the 0x file 
name, they don't load because they can't find the setup function.  They are 
looking for setup_0x7c0x7c_tilde().  Now that loading from setup() is included 
in Pd-vanilla 0.44 and Pd-extended 0.43.4, this patch adds setup() aliases to 
ensure that these objects load no matter what the filename is.



--

Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2012-12-23 08:48

Message:
this will never link when zexy is compiled as a a multi-object library.

when providing patches, please check whether they work with the
_recommended_ way of using zexy.
(e.g. at least use #ifdef ZEXY_LIBRARY to protect multiple definitions of
the same functions)


--

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

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


[PD-dev] [ pure-data-Patches-3598097 ] add setup() function to hexname objs to guarantee loading

2012-12-23 Thread SourceForge . net
Patches item #3598097, was opened at 2012-12-21 14:24
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3598097group_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: externals
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: IOhannes m zmölnig (zmoelnig)
Summary: add setup() function to hexname objs to guarantee loading

Initial Comment:
When objects like ||~, ~, etc are installed with a symlink to the 0x file 
name, they don't load because they can't find the setup function.  They are 
looking for setup_0x7c0x7c_tilde().  Now that loading from setup() is included 
in Pd-vanilla 0.44 and Pd-extended 0.43.4, this patch adds setup() aliases to 
ensure that these objects load no matter what the filename is.



--

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2012-12-23 10:34

Message:
well, it seems that sourceforge has a bug, it won't let me upload the new
patch, so I'm emailing it to you.  I keep getting File upload:
ArtifactFile: Could not open file for writing

--

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2012-12-23 10:27

Message:
I added #ifndef ZEXY_LIBRARY and it built and linked a zexy.pd_linux.  Hope
I did it right, the updated patch is attached.

--

Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2012-12-23 08:48

Message:
this will never link when zexy is compiled as a a multi-object library.

when providing patches, please check whether they work with the
_recommended_ way of using zexy.
(e.g. at least use #ifdef ZEXY_LIBRARY to protect multiple definitions of
the same functions)


--

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

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


[PD-dev] [ pure-data-Patches-3598097 ] add setup() function to hexname objs to guarantee loading

2012-12-21 Thread SourceForge . net
Patches item #3598097, was opened at 2012-12-21 14:24
Message generated for change (Tracker Item Submitted) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3598097group_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: externals
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: IOhannes m zmölnig (zmoelnig)
Summary: add setup() function to hexname objs to guarantee loading

Initial Comment:
When objects like ||~, ~, etc are installed with a symlink to the 0x file 
name, they don't load because they can't find the setup function.  They are 
looking for setup_0x7c0x7c_tilde().  Now that loading from setup() is included 
in Pd-vanilla 0.44 and Pd-extended 0.43.4, this patch adds setup() aliases to 
ensure that these objects load no matter what the filename is.



--

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

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