Re: [perl-win32-gui-hackers] [perl-win32-gui-users] TODO for 1.06 release

2008-02-01 Thread Robert May
On 01/02/2008, Robert May <[EMAIL PROTECTED]> wrote: > On 01/02/2008, Robert May <[EMAIL PROTECTED]> wrote: > > > > - Find out why my build on Cygwin results in an unloadable > > > > SciLexer.dll (permissions I think) > > > > > > Yes. On cygwin it is missing the x "permission", which is "Read & > >

Re: [perl-win32-gui-hackers] TODO for 1.06 release

2008-02-01 Thread Robert May
On 01/02/2008, Reini Urban <[EMAIL PROTECTED]> wrote: > 2008/2/1, Robert May <[EMAIL PROTECTED]>: > > I can now get clean build/test in the following environment: > > > > OS : MSWin32 MSWin32 MSWin32 Cygwin > > Perl: AS5.6.1(638) AS5.8.8(822) AS5.10.0(1002)5.8.8 > > > >

Re: [perl-win32-gui-hackers] TODO for 1.06 release

2008-02-01 Thread Reini Urban
2008/2/1, Robert May <[EMAIL PROTECTED]>: > I can now get clean build/test in the following environment: > > OS : MSWin32 MSWin32 MSWin32 Cygwin > Perl: AS5.6.1(638) AS5.8.8(822) AS5.10.0(1002)5.8.8 > > VC6 ok ok ok- > gcc ok

Re: [perl-win32-gui-hackers] TODO for 1.06 release

2008-02-01 Thread Jeremy White
> I need to work with Jeremy to find out where his problems are coming > from (Vista?) Don't let this delay releasing the build to the users list - it could just be me:) Cheers, jez. _ Free games, great prizes - get gaming at Ga

Re: [perl-win32-gui-hackers] TODO for 1.06 release

2008-02-01 Thread Robert May
On 31/01/2008, Robert May <[EMAIL PROTECTED]> wrote: > Here's what I have left to do before a 1.06 release: > > - Check that some 'redefined definitions' warnings have been removed > by the updates to ppport.h Appears good. > - Find out why my build on Cygwin results in an unloadable > SciLexer.d

Re: [perl-win32-gui-hackers] [perl-win32-gui-users] TODO for 1.06 release

2008-02-01 Thread Robert May
> Note the other cygwin permission problems: > * GUI.rc is not writable, so the default make will fail. Hmmm. It's not read-only in the repository or in my build directory. I did (somehow) get a read-only version in the 1.05 source tarball - is that what you're talking about? On the basis on my

[perl-win32-gui-hackers] Makefile.PL command line options

2008-02-01 Thread Robert May
Does anyone ever use the Makefile.PL options USERESOURCE or BUILDENV? I'm considering removing them to simplify the main Makefile.PL If no-one shouts they'll be gone in the next release. Rob. - This SF.net email is sponsore

Re: [perl-win32-gui-hackers] [perl-win32-gui-users] TODO for 1.06 release

2008-02-01 Thread Robert May
On 01/02/2008, Robert May <[EMAIL PROTECTED]> wrote: > > > - Find out why my build on Cygwin results in an unloadable > > > SciLexer.dll (permissions I think) > > > > Yes. On cygwin it is missing the x "permission", which is "Read & > > Execute" on Windows ACLs. > > I'll investigate further. I jus

Re: [perl-win32-gui-hackers] [perl-win32-gui-users] TODO for 1.06 release

2008-02-01 Thread Robert May
Reini, Please stop moving threads that I start on the hackers list onto the users list. Users have little/no interest in this. > > - Find out why my build on Cygwin results in an unloadable > > SciLexer.dll (permissions I think) > > Yes. On cygwin it is missing the x "permission", which is "Rea

Re: [perl-win32-gui-hackers] TODO for 1.06 release

2008-02-01 Thread Jeremy White
> On 31/01/2008, Jeremy White wrote: >> Just testing the latest Win32-GUI code line and I'm getting a few odd errors >> (mingw & 5.8.8) > > ActiveState Perl 5.8.8 build 822? > What gcc version? Vista, AS822, 3.4.5 (mingw special) >> It could be my environment and I haven't got time to dig dee