Alien on Win32 - Test and Integration into VM Sources

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Alien on Win32 - Test and Integration into VM Sources

Torsten Bergmann
Cool! With Alien working on Win32 we now have it on all
major platforms (windows, linux, mac)

I send this mail CC to the squeak-dev/pharo-dev list so
others are able to try the plugin on Win32 and give feedback.

This mail also goes to vm-dev list and I hope one of the
vm-maintainers (Andreas, Elliot, David? - also in CC:) are
able to respond to you directly on how to integrate your changes
into the offical win32 vm sources.

Thx
Torsten

-------- Original-Nachricht --------
Datum: Tue, 9 Mar 2010 09:47:45 +0100
Von: "Schmidt, Marco" <Marco.Schmidt AT eads.com>
An: "Torsten Bergmann" <astares AT gmx.de>
CC: [hidden email]
Betreff: AW: Test Alien on Win32...

I added a zip file with the exe and the needed dlls to the bug 1360 (http://code.google.com/p/pharo/issues/detail?id=1360).  

I tested in the last days CairoGraphics and my own CurlLibrary binding - success! I have working callbacks for Curl too.

I cloned the svn repo into a git repo. What is the correct format to submit patches to the developers?

Marco


--
Sicherer, schneller und einfacher. Die aktuellen Internet-Browser -
jetzt kostenlos herunterladen! http://portal.gmx.net/de/go/atbrowser

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Alien on Win32 - Test and Integration into VM Sources

Schwab,Wilhelm K
How do I get my hands on the Linux plugin?



-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Torsten Bergmann
Sent: Tuesday, March 09, 2010 6:53 AM
To: [hidden email]; [hidden email]; [hidden email]
Cc: [hidden email]
Subject: [Pharo-project] Alien on Win32 - Test and Integration into VM Sources

Cool! With Alien working on Win32 we now have it on all major platforms (windows, linux, mac)

I send this mail CC to the squeak-dev/pharo-dev list so others are able to try the plugin on Win32 and give feedback.

This mail also goes to vm-dev list and I hope one of the vm-maintainers (Andreas, Elliot, David? - also in CC:) are able to respond to you directly on how to integrate your changes into the offical win32 vm sources.

Thx
Torsten

-------- Original-Nachricht --------
Datum: Tue, 9 Mar 2010 09:47:45 +0100
Von: "Schmidt, Marco" <Marco.Schmidt AT eads.com>
An: "Torsten Bergmann" <astares AT gmx.de>
CC: [hidden email]
Betreff: AW: Test Alien on Win32...

I added a zip file with the exe and the needed dlls to the bug 1360 (http://code.google.com/p/pharo/issues/detail?id=1360).  

I tested in the last days CairoGraphics and my own CurlLibrary binding - success! I have working callbacks for Curl too.

I cloned the svn repo into a git repo. What is the correct format to submit patches to the developers?

Marco


--
Sicherer, schneller und einfacher. Die aktuellen Internet-Browser - jetzt kostenlos herunterladen! http://portal.gmx.net/de/go/atbrowser

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Alien on Win32 - Test and Integration into VM Sources

Henrik Sperre Johansen
Den 09.03.2010 12:54, skrev Schwab,Wilhelm K:
> How do I get my hands on the Linux plugin?
>
>  
Javier documented the journey to a buildable plugin quite extensively on
the list. So either read and learn from his missteps in the thread
"Trying to build alien plugin in linux", or ask him for a location where
VM + plugin is available.

On another note, the Alien package on SqueakSource could use some cleanup.
Alot of the methods in Alien-Core has since been included in both Pharo
and Squeak Trunk as part of Eliots changes, so should be split of to a
separate package loadable if needed (in older images, I assume).

The notion of an AlienLibrary is also a new addition and at least the
win32 examples are no longer in sync, since Alien lookup:inLibrary: can
no longer be used to get a function pointer in any given library.

Cheers,
Henry

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Alien on Win32 - Test and Integration into VM Sources

David T. Lewis
In reply to this post by Torsten Bergmann
Thanks,

I opened a Mantis report to track this for the VM developers
http://bugs.squeak.org/view.php?id=7475

You can attach patches to the Mantis report (or I'll try to collect
them from the previous posts, but I'm short of time this week).

Andreas can reply WRT the Windows patches. FYI, Ian (Unix VM) has
been busy elsewhere but will probably be back shortly (next week
I think). Ian prefers to receive platform files (whole files, not
diffs) by email if possible (but I will try to coordinate if I
can get pointers to the right patches).

IIUC no changes are required to the VMMaker package itself, as
the Alien changes are maintained in separate repository. Please
correct me if that is not right.

Follow up discussion should go to the vm-dev list unless of
general interest.

Thanks!

Dave

On Tue, Mar 09, 2010 at 12:53:17PM +0100, Torsten Bergmann wrote:

> Cool! With Alien working on Win32 we now have it on all
> major platforms (windows, linux, mac)
>
> I send this mail CC to the squeak-dev/pharo-dev list so
> others are able to try the plugin on Win32 and give feedback.
>
> This mail also goes to vm-dev list and I hope one of the
> vm-maintainers (Andreas, Elliot, David? - also in CC:) are
> able to respond to you directly on how to integrate your changes
> into the offical win32 vm sources.
>
> Thx
> Torsten
>
> -------- Original-Nachricht --------
> Datum: Tue, 9 Mar 2010 09:47:45 +0100
> Von: "Schmidt, Marco" <Marco.Schmidt AT eads.com>
> An: "Torsten Bergmann" <astares AT gmx.de>
> CC: [hidden email]
> Betreff: AW: Test Alien on Win32...
>
> I added a zip file with the exe and the needed dlls to the bug 1360 (http://code.google.com/p/pharo/issues/detail?id=1360).  
>
> I tested in the last days CairoGraphics and my own CurlLibrary binding - success! I have working callbacks for Curl too.
>
> I cloned the svn repo into a git repo. What is the correct format to submit patches to the developers?
>
> Marco
>
>
> --
> Sicherer, schneller und einfacher. Die aktuellen Internet-Browser -
> jetzt kostenlos herunterladen! http://portal.gmx.net/de/go/atbrowser

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Alien on Win32 - Test and Integration into VM Sources

Stéphane Ducasse
Excellent!
Thanks!

Stef

On Mar 9, 2010, at 1:16 PM, David T. Lewis wrote:

> Thanks,
>
> I opened a Mantis report to track this for the VM developers
> http://bugs.squeak.org/view.php?id=7475
>
> You can attach patches to the Mantis report (or I'll try to collect
> them from the previous posts, but I'm short of time this week).
>
> Andreas can reply WRT the Windows patches. FYI, Ian (Unix VM) has
> been busy elsewhere but will probably be back shortly (next week
> I think). Ian prefers to receive platform files (whole files, not
> diffs) by email if possible (but I will try to coordinate if I
> can get pointers to the right patches).
>
> IIUC no changes are required to the VMMaker package itself, as
> the Alien changes are maintained in separate repository. Please
> correct me if that is not right.
>
> Follow up discussion should go to the vm-dev list unless of
> general interest.
>
> Thanks!
>
> Dave
>
> On Tue, Mar 09, 2010 at 12:53:17PM +0100, Torsten Bergmann wrote:
>> Cool! With Alien working on Win32 we now have it on all
>> major platforms (windows, linux, mac)
>>
>> I send this mail CC to the squeak-dev/pharo-dev list so
>> others are able to try the plugin on Win32 and give feedback.
>>
>> This mail also goes to vm-dev list and I hope one of the
>> vm-maintainers (Andreas, Elliot, David? - also in CC:) are
>> able to respond to you directly on how to integrate your changes
>> into the offical win32 vm sources.
>>
>> Thx
>> Torsten
>>
>> -------- Original-Nachricht --------
>> Datum: Tue, 9 Mar 2010 09:47:45 +0100
>> Von: "Schmidt, Marco" <Marco.Schmidt AT eads.com>
>> An: "Torsten Bergmann" <astares AT gmx.de>
>> CC: [hidden email]
>> Betreff: AW: Test Alien on Win32...
>>
>> I added a zip file with the exe and the needed dlls to the bug 1360 (http://code.google.com/p/pharo/issues/detail?id=1360).  
>>
>> I tested in the last days CairoGraphics and my own CurlLibrary binding - success! I have working callbacks for Curl too.
>>
>> I cloned the svn repo into a git repo. What is the correct format to submit patches to the developers?
>>
>> Marco
>>
>>
>> --
>> Sicherer, schneller und einfacher. Die aktuellen Internet-Browser -
>> jetzt kostenlos herunterladen! http://portal.gmx.net/de/go/atbrowser
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project