From: Robert M. <rob...@us...> - 2008-02-01 14:52:28
|
On 31/01/2008, Robert May <ro...@th...> 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.dll (permissions I think) Awaiting SourceForge Admins to add permissions. Release could happen without this - I just need to remember to make the source tarball have the execute bit set on SciLexer.dll > - Add to all Makefiles a suitable addition of the -mms-bitfields flag > for gcc, to allow building under 5.10 with GCC against a VC++ compiled > Perl to work. Done > - check that the new tests for Scintilla work under cygwin Done > - update $VERSION of modules that have changes Done > - update Win23::GUI $VERSION to 1.05_99 and make a beta distribution available. Done 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 ok ok ok[1] [1] After I correct the SciLexer.dll permissions I'd really like the following (Reini?): Confirmation of build/test on Cygwin, perl 5.8.8 Test/build on Cygwin, perl 5.10.0 I need to work with Jeremy to find out where his problems are coming from (Vista?) Nearly there, Rob. |