Re: [Pharo-users] As promised, the sequel!

2020-01-14 Thread xap
Just to clarify, as I see it: -- this OP (http://forum.world.st/Smalltalk-It-s-Not-Your-Grandfather-s-Programming-Language-tp5109548.html) announces article "Smalltalk: It’s Not Your Grandparent’s Programming Language"; the article has 1 occurrence of the word "car", and refers to a Maserati -- t

Re: [Pharo-users] Annonce Pharo-LibVLC

2020-01-14 Thread Benoit Verhaeghe
Me again, I've tried vlc := VLCLibrary uniqueInstance createVLCInstance. "do not use accentuated characters for the path" media := vlc createMediaFromPath: ('/home/badetitou/Vidéos/bla.mkv' encodeWith: #utf8). mediaPlayer := VLCLibrary uniqueInstance mediaPlayerNewFromMedia: media. mediaPlaye

Re: [Pharo-users] Annonce Pharo-LibVLC

2020-01-14 Thread Benoit Verhaeghe
Le 14/01/2020 à 21:10, Hilaire a écrit : Le 14/01/2020 à 19:21, Benoit Verhaeghe a écrit : |If you use a symbolic link and it works please let me know so I can add this step in the installation.| |Did so, so no more error but then executing the code snippet from github, nothing happen.| Ok,

Re: [Pharo-users] Annonce Pharo-LibVLC

2020-01-14 Thread Hilaire
Le 14/01/2020 à 19:21, Benoit Verhaeghe a écrit : > > |If you use a symbolic link and it works please let me know so I can > add this step in the installation.| > |Did so, so no more error but then executing the code snippet from github, nothing happen.| || vlc mediaPlayer media | "VLCLibrary rese

Re: [Pharo-users] Annonce Pharo-LibVLC

2020-01-14 Thread Benoit Verhaeghe
Hello, Yes, the final .9 matter... I have tested the binding on ArchLinux. And we have > $ whereis libvlccore libvlccore: /usr/lib/libvlccore.so and > $ whereis libvlc libvlc: /usr/lib/libvlc.so So two options, 1. I can add the version with ".9" in VLCLibrary>>#unix64LibraryName 2. Or you c

Re: [Pharo-users] Annonce Pharo-LibVLC

2020-01-14 Thread Hilaire
Hi Benoit, That's cool. Thanks! Hilaire Le 12/01/2020 à 16:41, Benoit Verhaeghe a écrit : > > I just want to let you know that I've developed an FFI binding to VLC. > Since, version 2.1.1 you can use it on Windows, Linux, and OSX. > https://github.com/badetitou/Pharo-LibVLC > > Thanks to the bin

Re: [Pharo-users] Grafoscopio accepted at FOSDEM :-)... Now looking for travel funds :-/

2020-01-14 Thread Offray Vladimir Luna Cárdenas
Hi, I am pretty flexible on time these days, except for next Friday afternoon/night and next Saturday (at GMT - 5). I already contacted the organizers to let them know that you may will be giving the talk (I talked about that possibility while applying). We can coordinate off-list. Just let me kn

Re: [Pharo-users] Grafoscopio accepted at FOSDEM :-)... Now looking for travel funds :-/

2020-01-14 Thread p...@highoctane.be
Can help too. Need correct version to demo as what I do have is old. Phil On Tue, 14 Jan 2020, 13:49 Santiago Bragagnolo, < santiagobragagn...@gmail.com> wrote: > I am in. I am now organizing the stand. I can participate in a skype (or > what-ever-technology) to help to organize the talk. What

Re: [Pharo-users] Pharo on OpenSUSE (FFI / libgit2 errors)

2020-01-14 Thread Jan Blizničenko
The VM crash for Launcher is not caused by having different VM, but by using specific usage of SSL lib that does not work with this workaround. I added more details into new issue I created for vm: https://github.com/pharo-project/opensmalltalk-vm/issues/62 Jan -- Sent from: http://forum.world.

Re: [Pharo-users] Floating point arithmetic

2020-01-14 Thread Bruce O'Neel
HI, I would upgrade that "a good read" to a critical read if you do anything with floating point.  Floating point numbers are not real numbers but rather a small subset, and, have all kinds of funny properties. But we use them just like real numbers and that's what catches us out. che

Re: [Pharo-users] Grafoscopio accepted at FOSDEM :-)... Now looking for travel funds :-/

2020-01-14 Thread Santiago Bragagnolo
I am in. I am now organizing the stand. I can participate in a skype (or what-ever-technology) to help to organize the talk. What are your constraints?? santiago El mar., 14 ene. 2020 a las 2:42, Offray Vladimir Luna Cárdenas (< offray.l...@mutabit.com>) escribió: > Hi again, > > FOSDEM is appr

Re: [Pharo-users] Pharo on OpenSUSE (FFI / libgit2 errors)

2020-01-14 Thread Jan Blizničenko
Thank you for forwarding this. At first, I though "well, that is the same solution I posted in previous mail/post, you just have libs in different directory", but it is not. It creates link just once in lib64, not in each VM, which is way better (but has be done by root). Unfortunately, it does not

Re: [Pharo-users] Pharo on OpenSUSE (FFI / libgit2 errors)

2020-01-14 Thread pmissech
Arkaitzmugica posted this on discord, which worked for him. Since the problems were similar, that may be relevant for you (or other people) 12:28 AM/]/arkaitzmugica/:/ I've made Pharo work on Fedora 31. First libgit2-devel must be installed. Then sudo ln -s /lib64/libcurl.so.4 /l