Patches item #3598097, was opened at 2012-12-21 14:24 Message generated for change (Settings changed) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3598097...
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: Closed Resolution: Accepted
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=detail&atid=478072&aid=3598097...