Re: [Pharo-dev] AioPlugin not present
hi David, Maybe you could compile your own VM, adding add AioPlugin. In my very first attempt to build the VM I found the instructions here relatively easy . * https://github.com/pharo-project/pharo-vm That will give you the newest pre-opensmalltalk-vm. But maybe AioPlugin was excluded from Linux for a reason. However future VMs will be built from opensmalltalk-vm where you can see plugins.int for many of the Squeak build configurations include AioPlugin. * https://github.com/OpenSmalltalk/opensmalltalk-vm/search?utf8=%E2%9C%93&q=Ai... plus Pharo mac builds there have it... * https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/9d4e68e555ba7b712a8c9... * https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/e3bc947d19a2f157cb812... with binaries available here... https://bintray.com/opensmalltalk/vm/cog/201701192114#files I don't see an opensmalltalk-vm pharo linux build yet, but I expect its in the plan and maybe will include AioPlugin by default.. cheers -ben On Sun, Jan 22, 2017 at 10:50 PM, Davide Varvello via Pharo-dev < pharo-dev@lists.pharo.org> wrote:
---------- Forwarded message ---------- From: Davide Varvello <varvello@yahoo.com> To: pharo-dev@lists.pharo.org Cc: Date: Sun, 22 Jan 2017 06:50:01 -0800 (PST) Subject: Re: AioPlugin not present Hi Thierry,
I need it for the OSProcess. When my code calls OSProcess the warning (http://imgur.com/a/9jhMy) appears.
It happens only once. If I close the warning window It does not happen again, but of course if I restart the image it appears once again, so I have to find a way to include it or another workaround
Cheers Davide
Thierry Goubier wrote
Hi Davide,
at one point in the past, the AioPlugin was present in the latest vm and not in the stable one. It seems than now this plugin is not built anymore.
Do you have any special requirements on the AioPlugin?
Regards,
Thierry
Le 22/01/2017 à 01:05, Davide Varvello via Pharo-dev a écrit :
Other hints? TIA Davide
-- View this message in context: http://forum.world.st/AioPlugin-not-present- tp4929932p4930254.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (1)
-
Ben Coman