<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body>
<div id="compose" contenteditable="true" style="padding-left: 20px; padding-right: 20px; padding-bottom: 8px;">
Do you have to buy tickets for the convention? </div>
<div id="compose" contenteditable="true" style="padding-left: 20px; padding-right: 20px; padding-bottom: 8px;">
Or do you just show up each day? </div>
<div id="compose" contenteditable="true" style="padding-left: 20px; padding-right: 20px; padding-bottom: 8px;">
I want to come but have never been a convention, so am unsure how it works.</div>
<div id="compose" contenteditable="true" style="padding-left: 20px; padding-right: 20px; padding-bottom: 8px;">
Thanks!</div>
<div id="compose" contenteditable="true" style="padding-left: 20px; padding-right: 20px; padding-bottom: 8px;">
_Will</div>
<div class="gmail_quote">_____________________________<br>
From: <a dir="ltr" href="mailto:pd-list-request@lists.iem.at" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="0">
pd-list-request@lists.iem.at</a><br>
Sent: Thursday, July 21, 2016 11:01 am<br>
Subject: Pd-list Digest, Vol 136, Issue 54<br>
To: <<a dir="ltr" href="mailto:pd-list@lists.iem.at" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="1">pd-list@lists.iem.at</a>><br>
<br>
<br>
Send Pd-list mailing list submissions to<br>
<a dir="ltr" href="mailto:pd-list@lists.iem.at" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="2">pd-list@lists.iem.at</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a dir="ltr" href="https://lists.puredata.info/listinfo/pd-list" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="3">https://lists.puredata.info/listinfo/pd-list</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a dir="ltr" href="mailto:pd-list-request@lists.iem.at" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="4">pd-list-request@lists.iem.at</a><br>
<br>
You can reach the person managing the list at<br>
<a dir="ltr" href="mailto:pd-list-owner@lists.iem.at" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="5">pd-list-owner@lists.iem.at</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Pd-list digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. Re: Deken and Dependencies (Lucas Cordiviola)<br>
2. Re: Deken and Dependencies (IOhannes m zmölnig)<br>
3. PdCon16 NYC Calls are open (Jaime Oliver)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 20 Jul 2016 15:45:48 +0000<br>
From: Lucas Cordiviola <<a dir="ltr" href="mailto:lucarda27@hotmail.com" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="6">lucarda27@hotmail.com</a>><br>
To: "<a dir="ltr" href="mailto:pd-list@lists.iem.at" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="7">pd-list@lists.iem.at</a>" <<a dir="ltr" href="mailto:pd-list@lists.iem.at" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="8">pd-list@lists.iem.at</a>><br>
Subject: Re: [PD] Deken and Dependencies<br>
Message-ID: <<a dir="ltr" href="mailto:BLU183-W66DC3EA1ED2B274DA6E1DDA6080@phx.gbl" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="9">BLU183-W66DC3EA1ED2B274DA6E1DDA6080@phx.gbl</a>><br>
Content-Type: text/plain; charset="windows-1252"<br>
<br>
Well my worries are this:<br>
I made a abs that uses [some~] which calls 3thpty pthread.<br>
I want the abs to be opened with all OS.<br>
I`m using Deken as source of [some~] so in my abs I [declare] a folder where I put:<br>
some~.dll pthread.dll<br>
some~.pd_darwin ? pthread ?<br>
some~.l_i386? pthread ?<br>
some~.pd_linux? pthread ?<br>
And there, just work.<br>
I know that I can do this with objects that DONT need pthread.<br>
How do I handle 3th pty Libs if those *are not* in the Deken Pkg?<br>
<br>
<br>
Mensaje telepatico asistido por maquinas.<br>
<br>
To: <a dir="ltr" href="mailto:pd-list@lists.iem.at" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="10">
pd-list@lists.iem.at</a><br>
From: <a dir="ltr" href="mailto:zmoelnig@iem.at" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="11">
zmoelnig@iem.at</a><br>
Date: Wed, 20 Jul 2016 17:07:44 +0200<br>
Subject: Re: [PD] Deken and Dependencies<br>
<br>
On 07/20/2016 04:23 PM, Lucas Cordiviola wrote:<br>
> <br>
> What will be the problem for a linux system to look for the 3th party<br>
> Lib in the same folder as the ext (which needs it) if it can't find<br>
> anywhere else in the local system?<br>
> <br>
> IYO this is adding cruft?<br>
<br>
yes.<br>
<br>
> <br>
> We are discussing Deken dependencies and abs sharing.<br>
<br>
thanks for the reminder :-)<br>
<br>
> <br>
> And also I`m following *your* good idea that a deken pkg must be “self<br>
> operational”.<br>
<br>
yes.<br>
<br>
> <br>
> Lets have the “normal ubuntu” users a more practical way of Pd while<br>
> “super users” like you can do all the “$ sudo apt-get install<br>
> pd-deken-apt” thing.<br>
> <br>
<br>
i think you misunderstood that (most likely because you are not using<br>
linux).<br>
the idea is, that anybody who installed "puredata" (the core Pd-vanilla<br>
package distributed on Debian and derivatives), also has "pd-deken-apt"<br>
installed (automatically).<br>
there is nothing "super user" to that.<br>
<br>
<br>
gsmdr<br>
IOhannes<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
<a dir="ltr" href="mailto:Pd-list@lists.iem.at" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="13">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a dir="ltr" href="https://lists.puredata.info/listinfo/pd-list" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="14">
https://lists.puredata.info/listinfo/pd-list</a> <br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a dir="ltr" href="http://lists.puredata.info/pipermail/pd-list/attachments/20160720/a1760767/attachment-0001.html" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="15">http://lists.puredata.info/pipermail/pd-list/attachments/20160720/a1760767/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 21 Jul 2016 04:58:29 +0200<br>
From: IOhannes m zmölnig <<a dir="ltr" href="mailto:zmoelnig@iem.at" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="16">zmoelnig@iem.at</a>><br>
To: <a dir="ltr" href="mailto:pd-list@lists.iem.at" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="17">
pd-list@lists.iem.at</a><br>
Subject: Re: [PD] Deken and Dependencies<br>
Message-ID: <<a dir="ltr" href="mailto:117c7c3d-b439-5e9e-30e2-bed52793cbee@iem.at" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="18">117c7c3d-b439-5e9e-30e2-bed52793cbee@iem.at</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
On 07/20/2016 05:45 PM, Lucas Cordiviola wrote:<br>
> I know that I can do this with objects that DONT need pthread.<br>
<br>
pthread is available on every POSIX compliant system (linux and OSX).<br>
it's only W32 that makes the trouble.<br>
<br>
really: looking at your list of missing W32-libraries and extrapolating<br>
it to the linux world, there are three (3!) externals that require 3rd<br>
party libraries.<br>
the problem is obviously much more prominent on W32, as the standard<br>
libraries available there collide with the way most externals are built<br>
(using mingw).<br>
<br>
i think you are fighting to solve a marginal problem.<br>
<br>
fgmsard<br>
IOhannes<br>
<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: signature.asc<br>
Type: application/pgp-signature<br>
Size: 819 bytes<br>
Desc: OpenPGP digital signature<br>
URL: <<a dir="ltr" href="http://lists.puredata.info/pipermail/pd-list/attachments/20160721/e215a029/attachment-0001.sig" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="20">http://lists.puredata.info/pipermail/pd-list/attachments/20160721/e215a029/attachment-0001.sig</a>><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Thu, 21 Jul 2016 02:10:31 -0500<br>
From: Jaime Oliver <<a dir="ltr" href="mailto:jaime.oliver2@gmail.com" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="21">jaime.oliver2@gmail.com</a>><br>
To: Pd-list <<a dir="ltr" href="mailto:pd-list@lists.iem.at" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="22">pd-list@lists.iem.at</a>><br>
Subject: [PD] PdCon16 NYC Calls are open<br>
Message-ID: <<a dir="ltr" href="mailto:5A956670-3E41-4FA7-A720-1D2F346B7C26@gmail.com" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="23">5A956670-3E41-4FA7-A720-1D2F346B7C26@gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Dear All, <br>
<br>
Please check out the calls for papers, works, and proposals for the upcoming Pd Convention.<br>
<br>
<a dir="ltr" href="http://www.nyu-waverlylabs.org/pdcon16/calls/" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="24">http://www.nyu-waverlylabs.org/pdcon16/calls/</a> <<a dir="ltr" href="http://www.nyu-waverlylabs.org/pdcon16/calls/" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="25">http://www.nyu-waverlylabs.org/pdcon16/calls/</a>><br>
<br>
All the best,<br>
<br>
J<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a dir="ltr" href="http://lists.puredata.info/pipermail/pd-list/attachments/20160721/a35fbc64/attachment-0001.html" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="26">http://lists.puredata.info/pipermail/pd-list/attachments/20160721/a35fbc64/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
Pd-list mailing list<br>
<a dir="ltr" href="mailto:Pd-list@lists.iem.at" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="27">Pd-list@lists.iem.at</a><br>
to manage your subscription (including un-subscription) see<br>
<a dir="ltr" href="https://lists.puredata.info/listinfo/pd-list" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="28">https://lists.puredata.info/listinfo/pd-list</a><br>
<br>
<br>
------------------------------<br>
<br>
End of Pd-list Digest, Vol 136, Issue 54<br>
****************************************<br>
<br>
<br>
</div>
</body>
</html>