<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div dir="ltr" id="yui_3_16_0_ym19_1_1460211156122_11183">Try testing without loading any libraries at startup.  I think there's a <br></div><div id="yui_3_16_0_ym19_1_1460211156122_11184" dir="ltr">startup flag for this-- perhaps "-nolibs"?</div><div id="yui_3_16_0_ym19_1_1460211156122_11185" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1460211156122_11870" dir="ltr">Also, assume that instead of [Scope~] we're talking about [seereadmescope~], <br></div><div id="yui_3_16_0_ym19_1_1460211156122_11957" dir="ltr">and document all this ugliness accordingly.</div><div id="yui_3_16_0_ym19_1_1460211156122_11991" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1460211156122_11992" dir="ltr">-Jonathan<br></div><div id="yui_3_16_0_ym19_1_1460211156122_11349" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1460211156122_11318" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1460211156122_11192"><span></span></div> <div class="qtdSeparateBR"><br><br></div><div style="display: block;" class="yahoo_quoted"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div dir="ltr"><font face="Arial" size="2"> On Saturday, April 9, 2016 10:04 AM, Alexandre Torres Porres <porres@gmail.com> wrote:<br></font></div>  <br><br> <div class="y_msg_container"><div id="yiv4155044600"><div><div dir="ltr">yeah, there are, and I had forgotten about them, it's a good thing katja pointed it out.  Check at the very bottom; here's what it looks like now:<div><br clear="none"></div><div>######################################################</div><div>cyclone extra targets ######################################################</div><div>
<div class="yiv4155044600">install: install-aliases<br clear="none"></div>
<div class="yiv4155044600"># on Linux, add symbolic links for UPPER case aliases<br clear="none"><span class="yiv4155044600"></span></div>
<div class="yiv4155044600">install-aliases: all<br clear="none"><span class="yiv4155044600"></span></div>
<div class="yiv4155044600"><span class="yiv4155044600">ifeq ($(uname), Linux)</span></div>
<div class="yiv4155044600"><span class="yiv4155044600"><span class="yiv4155044600">     </span>$(INSTALL_DIR) -v $(installpath)</span></div>
<div class="yiv4155044600"><span class="yiv4155044600"><span class="yiv4155044600">     </span>cd $(installpath); \</span></div>
<div class="yiv4155044600"><span class="yiv4155044600">        ln -s -f Append.$(extension) append.$(extension); \<br clear="none"></span>        ln -s -f Append-help.pd append-help.pd; \</div><div class="yiv4155044600"><br clear="none"></div><div class="yiv4155044600">I haven't changed Append yet, but here's how scope is now:</div><div class="yiv4155044600"><span class="yiv4155044600"> ln -s -f scope~.$(extension) Scope~.$(extension); \<br clear="none"></span> ln -s -f scope~-help.pd Scope~-help.pd; \</div><div class="yiv4155044600">









</div><div class="yiv4155044600"><br clear="none"></div><div class="yiv4155044600">Please recompile and test putting [Scope~] or [cyclone/Scope~]</div><div class="yiv4155044600"><br clear="none"></div><div class="yiv4155044600">cheers</div></div></div><div class="yiv4155044600gmail_extra"><br clear="none"><div class="yiv4155044600yqt3366063332" id="yiv4155044600yqtfd14640"><div class="yiv4155044600gmail_quote">2016-04-09 7:01 GMT-03:00 Derek Kwan <span dir="ltr"><<a rel="nofollow" shape="rect" ymailto="mailto:derek.x.kwan@gmail.com" target="_blank" href="mailto:derek.x.kwan@gmail.com">derek.x.kwan@gmail.com</a>></span>:<br clear="none"><blockquote class="yiv4155044600gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><span class="yiv4155044600">> On Fri, Apr 8, 2016 at 10:52 PM, IOhannes m zmölnig <<a rel="nofollow" shape="rect" ymailto="mailto:zmoelnig@iem.at" target="_blank" href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>> wrote:<br clear="none">
> > On 04/08/2016 10:29 PM, Alexandre Torres Porres wrote:<br clear="none">
> >> Then, cyclone does not come as a library for a long time, and "Scope~" is<br clear="none">
> >> not part of a "-lib"<br clear="none">
> ><br clear="none">
> > but it is!<br clear="none">
> > it is part of a library named "Scope~.pd_linux" which contains a single<br clear="none">
> > object "Scope~".<br clear="none">
><br clear="none">
> He's building 'scope~.pd_linux'. With a symlink 'Scope~.pd_linux' and<br clear="none">
> the alias in the C code, wouldn't that be all right?<br clear="none">
> ><br clear="none">
> > mdsf<br clear="none">
> > IOhannes<br clear="none">
> ><br clear="none">
><br clear="none">
<br clear="none">
</span>Hello,<br clear="none">
<br clear="none">
I'll chime in here because I've been working on this cyclone update as<br clear="none">
well (Alexandre, hop in here if I'm wrong about any of this). To my<br clear="none">
knowledge, there isn't any symlinking going on in the build process. I'm<br clear="none">
using Ubuntu on my machine and I just built it myself and all I get out<br clear="none">
for scope is scope~.pd_linux. All references to Scope has been changed<br clear="none">
to scope in Makefile and the source (sickle/Scope.c) got changed to<br clear="none">
sickle/scope.c. There's no symlink to scope~.pd_linux at all. Do we want<br clear="none">
to change the Makefile to build a symlink to the built scope~ (and also,<br clear="none">
what are the reasons for doing so)? Also. is there a symlink equivalent<br clear="none">
for Windows machines? I'll be honest, I'm not really familiar with<br clear="none">
Makefile building beyond the very basic stuff (I didn't even know you<br clear="none">
could make symlinks in Makefiles for instance)...<br clear="none">
<br clear="none">
Derek<br clear="none">
<br clear="none">
=====================<br clear="none">
<span class="yiv4155044600HOEnZb"><font color="#888888">Derek Kwan<br clear="none">
<a rel="nofollow" shape="rect" target="_blank" href="http://www.derekxkwan.com/">www.derekxkwan.com</a><br clear="none">
</font></span></blockquote></div><br clear="none"></div></div></div></div><br><div class="yqt3366063332" id="yqtfd25108">_______________________________________________<br clear="none"><a shape="rect" ymailto="mailto:Pd-list@lists.iem.at" href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br clear="none">UNSUBSCRIBE and account-management -> <a shape="rect" href="https://lists.puredata.info/listinfo/pd-list" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br clear="none"></div><br><br></div>  </div> </div>  </div></div></body></html>