Re: [Pharo-users] [Raspberry Pi] Accessing GPIO pins on Raspberry Pi?

2016-06-14 Thread jean baptiste arnaud
Wiring pi imply that you configure a little bit GPIO also. Small manipulation that I do not remember really well. You can check http://wiringpi.com/reference/setup/ If I remember well, you need also i2c. I now that you need to setup it before using GPIO. The code was proof of concept and early bi

Re: [Pharo-users] [Raspberry Pi] Accessing GPIO pins on Raspberry Pi?

2016-05-27 Thread jean baptiste arnaud
The raspberry pi slave seems to be disconnected so do not know the status: Library: https://ci.inria.fr/pharo-contribution/job/WiringPi-ARM-AutomatedBuild/ Pharo code ( probably on Pharo 3 or 4). http://smalltalkhub.com/#!/~jeanbaptistearnaud/WiringPi -- Message d'origine -- De : "sergi

[Pharo-users] Error using metacello

2016-05-22 Thread mathias arnaud nkeumo tsombeng
Hi All, Am trying to use metacello to install some pakages onmy pharo from github and smaltalkhub but am having some issue. here is the code am executing on the playground Metacello new configuration: 'OfNeoCSV'; repository:'https://github.com/svenvc/NeoCVS/tree/master/repository'; ve

Re: [Pharo-users] Using FFI: MessagetNotUnderstood:InterfaceDev class>>fficall:module

2016-04-25 Thread Arnaud
Hi , Thanks Esteban, I have install pharo 5 and another issue appear when working with it. when i create a class and i try to inspect the class am having the following issue: Here is my class: Object subclass: #InterfaceDev instanceVariableNames: 'errbuf' classVariableNames: ''

Re: [Pharo-users] problem with Cairo library

2016-04-20 Thread Arnaud
Hi Damien, Thanks the issue is solve with the link. Best Regards Arnaud Tsombeng -- View this message in context: http://forum.world.st/problem-with-Cairo-library-tp4890741p4890974.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

[Pharo-users] Using FFI: MessagetNotUnderstood:InterfaceDev class>>fficall:module

2016-04-20 Thread mathias arnaud nkeumo tsombeng
Dear All, Am try to call a libpcap library using FFI in pharo and am getting the following error: MessagetNotUnderstood:InterfaceDev class>>fficall:module Am working with pharo 4 also I have issue with pharo 5 on unbuntu after runing the pharo launher i create an image of pharo 5 but when i tr

[Pharo-users] problem with Cairo library

2016-04-18 Thread mathias arnaud nkeumo tsombeng
Hi All, I have implement a method that is indicating where external library inthis case libpcap. When i try to inspect the method and having and error : cannot locate cairo library please check if it is install on your system. After installing it on my ubuntu 14.04, i still have thesame error. Wh

Re: [Pharo-users] Pharo-users Digest, Vol 36, Issue 12

2016-04-07 Thread mathias arnaud nkeumo tsombeng
ou.seasidehosting.st > > "Success is the ability to go from one failure to another without > losing enthusiasm." --Winston Churchill > > > > -- > > Message: 2 > Date: Wed, 6 Apr 2016 16:12:45 +0200 > From: "Torsten Bergmann&q

[Pharo-users] Building an application with pharo

2016-04-06 Thread mathias arnaud nkeumo tsombeng
can an application develop in pharo be deployed(web application and stand alone application)? - How can i capture frame and packet in a network using pharo? Best Regards, Arnaud

Re: [Pharo-users] crashed image ?

2015-10-20 Thread Jean Baptiste Arnaud
ow with the old changes replay. > What would be easy to do (that nobody did) is to prompt the user for another > image/change and read from there. > > > Le 20/10/15 14:45, Jean Baptiste Arnaud a écrit : >> A question pop in my head ? >> Epicea will help me to recover

Re: [Pharo-users] crashed image ?

2015-10-20 Thread Jean Baptiste Arnaud
A question pop in my head ? Epicea will help me to recover change from my old.changes ? If not can have a link to Oz or something. > On 20 Oct 2015, at 08:19, Marcus Denker wrote: > > >> On 20 Oct 2015, at 12:59, Jean Baptiste Arnaud > <mailto:jbaptiste.arn...@gmail.com>

Re: [Pharo-users] crashed image ?

2015-10-20 Thread Jean Baptiste Arnaud
> On 20 Oct 2015, at 05:03, Nicolai Hess wrote: > > > > 2015-10-20 7:27 GMT+02:00 Marcus Denker <mailto:marcus.den...@inria.fr>>: > > > On 20 Oct 2015, at 00:26, Jean Baptiste Arnaud > <mailto:jbaptiste.arn...@gmail.com>> wrote: > > >

[Pharo-users] crashed image ?

2015-10-19 Thread Jean Baptiste Arnaud
Hi, maybe a useful question :-) I crashed a image :-) And I ask myself: - There are a more advance (thinking bout maybe epicea) change browser ? Because a list of 1293801283 changes and just 1 options select all (which is broken you should use shortcut) will not really helpme -

[Pharo-users] Android VM update

2014-10-06 Thread Jean Baptiste Arnaud
, I do not have access to all of them. Best Regards Dr Arnaud jbaptiste.arn...@gmail.com

Re: [Pharo-users] 3D with Pharo and OpenGL ?

2014-05-28 Thread Jean Baptiste Arnaud
OK, I've found the R3StateTracker and am working from that. > > > > -- > View this message in context: > http://forum.world.st/3D-with-Pharo-and-OpenGL-tp4760029p4760466.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > B

Re: [Pharo-users] 3D with Pharo and OpenGL ?

2014-05-26 Thread Jean Baptiste Arnaud
s>>on: > > Advice? Thanks. > > > > > -- > View this message in context: > http://forum.world.st/3D-with-Pharo-and-OpenGL-tp4760029p4760343.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > Best Regards Jean Baptiste Arnaud jbaptiste.arn...@gmail.com

Re: [Pharo-users] 3D with Pharo and OpenGL ?

2014-05-23 Thread Jean Baptiste Arnaud
; implement 3D drawing with Pharo. Does a demo already available on Pharo 3.0 ? > > > > I aim to code my own demo and for example begin with a 3D drawing of the > earth (earth texture and arcball camera). > > > > Thanks. > > > > Judith > > [@@ THALES GROUP INTERNAL @@] > > > > Best Regards Jean Baptiste Arnaud jbaptiste.arn...@gmail.com

Re: [Pharo-users] 3D with Pharo and OpenGL ?

2014-05-23 Thread Jean Baptiste Arnaud
shows the capacity to > implement 3D drawing with Pharo. Does a demo already available on Pharo 3.0 ? > > > > I aim to code my own demo and for example begin with a 3D drawing of the > earth (earth texture and arcball camera). > > > > Thanks. > > > > Judith > > [@@ THALES GROUP INTERNAL @@] > > > > Best Regards Jean Baptiste Arnaud jbaptiste.arn...@gmail.com

Re: [Pharo-users] free learnig book

2014-04-06 Thread Jean Baptiste Arnaud
Steph keeps some treasure: http://stephane.ducasse.free.fr/FreeBooks.html On 07 Apr 2014, at 08:43, Roelof Wobben wrote: > Hello, > > I wonder if there is a free book with a lot of exercises so I can practice > and learn a lot about Smalltalk. > > Roelof > >

Re: [Pharo-users] NBOpenGL on Pharo 3.0

2013-11-14 Thread Jean Baptiste Arnaud
r_multisample as supported, but the FBO created is not > complete. I modified the creation code to use only 1 sample for multisampling > and its works. > Using those hacks makes it work under a 64 bits Linux. Still, whenever I run > an example, I'm getting a top level window that do

Re: [Pharo-users] NBOpenGL on Pharo 3.0

2013-11-14 Thread Jean Baptiste Arnaud
Good news everyone: bug fixed and integrated in 3,0 573 I am open for new feedback. On Nov 14, 2013, at 2:56 PM, Igor Stasenko wrote: > > > > On 14 November 2013 14:25, Jean Baptiste Arnaud > wrote: > Yes the fix is not integrated yet. > NBWndClassEx sho

Re: [Pharo-users] NBOpenGL on Pharo 3.0

2013-11-14 Thread Jean Baptiste Arnaud
e integrated in NativeBoost. > Indeed, I just tried now with Ricky, and version 3.0 of NBOpenGL crashes the > VM (on Win 7) when doing: > GLTTRenderingDemo new openInWorld. > > Could you point us to the NativeBoost fix to see if it works? > > Doru > > > On Thu,

Re: [Pharo-users] NBOpenGL on Pharo 3.0

2013-11-14 Thread Jean Baptiste Arnaud
Should work after integration. Configuration updated. Need fix review for integration in nativeBoost, will do that with igor this afternoon. On Nov 14, 2013, at 12:58 PM, Jean Baptiste Arnaud wrote: > ok I have openGL work on my windows 7 machine. > I will update the configuration.

Re: [Pharo-users] NBOpenGL on Pharo 3.0

2013-11-14 Thread Jean Baptiste Arnaud
wrote: >>>>> Richard >>>>> >>>>> you should have a look at ROASSAL 3d because ronie improved the shadder >>>>> part (no more assembler) >>>>> and his code should be split in two and one part should go to NBOpenGL. >>>>> Now he is experiencing some problem with NBOpenGL on windows as you. >>>>> >>>>> NativeBoost does not work on 64 bits. Yet but igor is really busy >>>>> finishing the texteditor (and I can tell you that >>>>> he does not have fun there). >>>>> >>>>> So it is important that you help because we are FULL >>>>> and sorry about that but really FULL. >>>>> >>>>> Ronie will visit us in January and share an office with igor. >>>>> >>>>> Stef >>>>> >>>>> >>>>> > Hi >>>>> > >>>>> > CodeCity, the project I am working on is based on NBOpenGL. >>>>> > I'd like to start working on it using Pharo 3, but it seems that >>>>> > NBOpenGL does not work yet with Pharo 3.0. >>>>> > >>>>> > I downloaded from jenkins the latest image with Pharo 3 and tried to >>>>> > execute the following code on Windows 7, 64 bits: >>>>> > >>>>> > GLTTRenderingDemo new openInWorld. >>>>> > >>>>> > but I get a 'No suitable implementation found for initializing OpenGL >>>>> > context for your platform'. >>>>> > It seems that NBGLContextDriver does not have a subclass for Windows >>>>> > 64bits. Did I omit something? >>>>> > >>>>> > Cheers >>>>> > Ricky >>>>> > >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> www.tudorgirba.com >>>>> >>>>> "Every thing has its own flow" >>>>> >>>> >>>> >>>> >>>> >>>> -- >>>> Best regards, >>>> Igor Stasenko. >>> >>> Best Regards >>> Jean Baptiste Arnaud >>> jbaptiste.arn...@gmail.com >>> >>> >>> >>> >>> >>> >>> >> >> > Best Regards Jean Baptiste Arnaud jbaptiste.arn...@gmail.com

Re: [Pharo-users] NBOpenGL on Pharo 3.0

2013-11-13 Thread Jean Baptiste Arnaud
king on it using Pharo 3, but it seems that NBOpenGL >> > does not work yet with Pharo 3.0. >> > >> > I downloaded from jenkins the latest image with Pharo 3 and tried to >> > execute the following code on Windows 7, 64 bits: >> > >> > GLTTRenderingDemo new openInWorld. >> > >> > but I get a 'No suitable implementation found for initializing OpenGL >> > context for your platform'. >> > It seems that NBGLContextDriver does not have a subclass for Windows >> > 64bits. Did I omit something? >> > >> > Cheers >> > Ricky >> > >> >> >> >> >> >> -- >> www.tudorgirba.com >> >> "Every thing has its own flow" >> > > > > > -- > Best regards, > Igor Stasenko. Best Regards Jean Baptiste Arnaud jbaptiste.arn...@gmail.com