Re: [Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-08 Thread Igor Stasenko
On 7 April 2013 22:32, Max Leske maxle...@gmail.com wrote: I'm not sure but this might be a VM problem. I found a segmentation fault (funny enough the VM didn't quit). I attached the crash report (cc'ing Esteban, maybe he knows what this is about). then this dump is from previous crash :)

Re: [Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-08 Thread Max Leske
On 08.04.2013, at 10:10, Igor Stasenko siguc...@gmail.com wrote: On 7 April 2013 22:32, Max Leske maxle...@gmail.com wrote: I'm not sure but this might be a VM problem. I found a segmentation fault (funny enough the VM didn't quit). I attached the crash report (cc'ing Esteban, maybe he knows

Re: [Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-08 Thread Ciprian Teodorov
On Apr 8, 2013 12:02 PM, Max Leske maxle...@gmail.com wrote: On 08.04.2013, at 10:10, Igor Stasenko siguc...@gmail.com wrote: On 7 April 2013 22:32, Max Leske maxle...@gmail.com wrote: I'm not sure but this might be a VM problem. I found a segmentation fault (funny enough the VM didn't

Re: [Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-07 Thread Max Leske
Wow! This is embarrassing! I just noticed that the video on Vimeo is the wrong one (no wonder you kept talking about a premature ending…)! I'm replacing it right now. Sorry for that. Max On 06.04.2013, at 23:38, Max Leske maxle...@gmail.com wrote: On 06.04.2013, at 23:09, Ciprian

Re: [Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-07 Thread Ciprian Teodorov
Hi Max, I've just integrated some of my latest changes into a new version 1.4 of TalkFFI. Amongst others it prints clang erros in the transcript. On my libgit2 checkout there are some compilation errors. I've moved the development version to this one, so if you want to try it just do the

Re: [Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-07 Thread Max Leske
On 07.04.2013, at 18:28, Ciprian Teodorov ciprian.teodo...@gmail.com wrote: Hi Max, I've just integrated some of my latest changes into a new version 1.4 of TalkFFI. Amongst others it prints clang erros in the transcript. On my libgit2 checkout there are some compilation errors. I

Re: [Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-07 Thread Ciprian Teodorov
On Sun, Apr 7, 2013 at 7:53 PM, Max Leske maxle...@gmail.com wrote: On 07.04.2013, at 18:28, Ciprian Teodorov ciprian.teodo...@gmail.com wrote: Hi Max, I've just integrated some of my latest changes into a new version 1.4 of TalkFFI. Amongst others it prints clang erros in the transcript.

Re: [Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-07 Thread Ciprian Teodorov
On Sun, Apr 7, 2013 at 8:08 PM, Ciprian Teodorov ciprian.teodo...@gmail.com wrote: On Sun, Apr 7, 2013 at 7:53 PM, Max Leske maxle...@gmail.com wrote: On 07.04.2013, at 18:28, Ciprian Teodorov ciprian.teodo...@gmail.com wrote: Hi Max, I've just integrated some of my latest changes

Re: [Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-07 Thread Max Leske
The replacement video is up now (vimeo.com/maxleske/talkffibindings). On 07.04.2013, at 20:48, Ciprian Teodorov ciprian.teodo...@gmail.com wrote: On Sun, Apr 7, 2013 at 8:08 PM, Ciprian Teodorov ciprian.teodo...@gmail.com wrote: On Sun, Apr 7, 2013 at 7:53 PM, Max Leske

Re: [Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-07 Thread Ciprian Teodorov
On Sun, Apr 7, 2013 at 9:17 PM, Max Leske maxle...@gmail.com wrote: The replacement video is up now (vimeo.com/maxleske/talkffibindings). On 07.04.2013, at 20:48, Ciprian Teodorov ciprian.teodo...@gmail.com wrote: On Sun, Apr 7, 2013 at 8:08 PM, Ciprian Teodorov

Re: [Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-07 Thread Max Leske
I'm not sure but this might be a VM problem. I found a segmentation fault (funny enough the VM didn't quit). I attached the crash report (cc'ing Esteban, maybe he knows what this is about).Max crash.dmp Description: Binary data On 07.04.2013, at 21:31, Ciprian Teodorov ciprian.teodo...@gmail.com

[Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-06 Thread Max Leske
I recorded a new screencast with a short tutorial on how bindings for libgit2 (or any other library for that matter) can be created using TalkFFI. http://vimeo.com/maxleske/talkffibindings (will be available in about an hour) Cheers, Max

Re: [Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-06 Thread Esteban Lorenzano
that's cool :) I just playing with the libgit2 bindings from Stefan :) Esteban On Apr 6, 2013, at 7:30 PM, Max Leske maxle...@gmail.com wrote: I recorded a new screencast with a short tutorial on how bindings for libgit2 (or any other library for that matter) can be created using TalkFFI.

Re: [Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-06 Thread Esteban Lorenzano
mmm... to fast Page not found :( Esteban On Apr 6, 2013, at 7:41 PM, Esteban Lorenzano esteba...@gmail.com wrote: that's cool :) I just playing with the libgit2 bindings from Stefan :) Esteban On Apr 6, 2013, at 7:30 PM, Max Leske maxle...@gmail.com wrote: I recorded a new

Re: [Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-06 Thread Max Leske
Now it's ready :) On 06.04.2013, at 19:42, Esteban Lorenzano esteba...@gmail.com wrote: mmm... to fast Page not found :( Esteban On Apr 6, 2013, at 7:41 PM, Esteban Lorenzano esteba...@gmail.com wrote: that's cool :) I just playing with the libgit2 bindings from Stefan :)

Re: [Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-06 Thread Stefan Marr
Hi: On 06 Apr 2013, at 19:30, Max Leske wrote: I recorded a new screencast with a short tutorial on how bindings for libgit2 (or any other library for that matter) can be created using TalkFFI. http://vimeo.com/maxleske/talkffibindings I skimmed through it. Looks good. But, I noticed that

Re: [Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-06 Thread Max Leske
On 06.04.2013, at 20:21, Stefan Marr smallt...@stefan-marr.de wrote: Hi: On 06 Apr 2013, at 19:30, Max Leske wrote: I recorded a new screencast with a short tutorial on how bindings for libgit2 (or any other library for that matter) can be created using TalkFFI.

Re: [Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-06 Thread Ciprian Teodorov
Hi Max, your video is good, too bad that it stops prematurely. It helped me to spot a tiny issue with the libgit2 generation script. The C compile options ( '-D__STDC_CONSTANT_MACROS' '-D__STDC_LIMIT_MACROS') that are present there are just a copy paste error, since when created that method

Re: [Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-06 Thread Max Leske
On 06.04.2013, at 23:09, Ciprian Teodorov ciprian.teodo...@gmail.com wrote: Hi Max, your video is good, too bad that it stops prematurely. It helped me to spot a tiny issue with the libgit2 generation script. The C compile options ( '-D__STDC_CONSTANT_MACROS' '-D__STDC_LIMIT_MACROS')