Re: Help to compile an activestate perl module under cygwin ( Win32-API & assembly )

2004-08-16 Thread Gerrit P. Haase
Stephen wrote: > --- "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote: >> Attached the diff what I scribbled together (most probably totally >> wrong, but it compiles now and most of the samples are working). >> Please tell me how your versin of Callback is working, mine is kaputt. > Thanks so much f

Re: Help to compile an activestate perl module under cygwin ( Win32-API & assembly )

2004-08-16 Thread Gerrit P. Haase
Dave wrote:> Stephen More schrieb: >> I found a patch from an earlier cygwin post: > http://www.cygwin.com/ml/cygwin/2003-01/msg00594.html >> I assume this will fix it. Is there any way we can get a new version >> with this patch posted on cpan ? > I was able to get libwin32-0.191 to

Re: Help to compile an activestate perl module under cygwin ( Win32-API & assembly )

2004-08-16 Thread Dave Yearke
Stephen More schrieb: > I found a patch from an earlier cygwin post: http://www.cygwin.com/ml/cygwin/2003-01/msg00594.html > I assume this will fix it. Is there any way we can get a new version > with this patch posted on cpan ? I was able to get libwin32-0.191 to build with the latest Cygwin + gc

Re: Help to compile an activestate perl module under cygwin ( Win32-API & assembly )

2004-08-16 Thread Reini Urban
Stephen More schrieb: I found a patch from an earlier cygwin post: http://www.cygwin.com/ml/cygwin/2003-01/msg00594.html I assume this will fix it. Is there any way we can get a new version with this patch posted on cpan ? Don't expect that. Aldo didn't accept any gcc and MakeMaker patches in the

Re: Help to compile an activestate perl module under cygwin ( Win32-API & assembly )

2004-08-16 Thread Reini Urban
Stephen More schrieb: I am trying to get Win32-API to compile under cygwin. http://search.cpan.org/~acalpini/Win32-API-0.41/API.pm So far I have changed itoa to use sprintf. Now I am trying to convert the inline assembly written in intel syntax to AT&T syntax so gcc can compile it. Can anyone he

Re: Help to compile an activestate perl module under cygwin ( Win32-API & assembly )

2004-08-16 Thread Reini Urban
Stephen More schrieb: I am trying to get Win32-API to compile under cygwin. http://search.cpan.org/~acalpini/Win32-API-0.41/API.pm So far I have changed itoa to use sprintf. Now I am trying to convert the inline assembly written in intel syntax to AT&T syntax so gcc can compile it. Can anyone he

Re: Help to compile an activestate perl module under cygwin ( Win32-API & assembly )

2004-08-15 Thread Stephen More
--- "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote: > Attached the diff what I scribbled together (most probably totally > wrong, but it compiles now and most of the samples are working). > Please tell me how your versin of Callback is working, mine is kaputt. Thanks so much for your help. My end go

Re: Help to compile an activestate perl module under cygwin ( Win32-API & assembly )

2004-08-15 Thread Gerrit P. Haase
Hello Stephen, > I am trying to get Win32-API to compile under cygwin. > http://search.cpan.org/~acalpini/Win32-API-0.41/API.pm > So far I have changed itoa to use sprintf. > Now I am trying to convert the inline assembly written in intel syntax to > AT&T syntax so gcc can compile it. > Can an

Help to compile an activestate perl module under cygwin ( Win32-API & assembly )

2004-08-15 Thread Stephen More
I am trying to get Win32-API to compile under cygwin. http://search.cpan.org/~acalpini/Win32-API-0.41/API.pm So far I have changed itoa to use sprintf. Now I am trying to convert the inline assembly written in intel syntax to AT&T syntax so gcc can compile it. Can anyone help me with this asse