Re: [perl-win32-gui-hackers] [win32-gui] Scintilla cygwin fixes

2006-07-17 Thread Reini Urban

2006/7/16, Robert May [EMAIL PROTECTED]:

Reini Urban wrote:
 Note that Include/SciLexer.dll must have the executable +x flag in the
 filesystem, otehrwise LoadLibrary in cygwin will fail.

 I did cvs up, so it's wrong in cvs at sf.net. But not that important.
 Just be sure that the final .tar.gz will have the +x bit set for this file.

I don't know how to fix this is CVS,


The only way to fix wrong file perms in CVS is to remove the file and resubmit
with the correct perms. Or ask the cvs admin to fix in the filesystem.
A nuisance. It's not that important.
I just wanted to tell you to watch perms before cvs add a new file.


but I can confirm that if I do
   nmake tardist
and then extract the resulting tar.gz file in my cygwin environment that
the execute bit is correctly set on SciLexer.dll


Thanks.



Re: [perl-win32-gui-hackers] Scintilla cygwin fixes

2006-07-17 Thread Robert May

Reini Urban wrote:

2006/7/16, Robert May [EMAIL PROTECTED]:

Reini Urban wrote:

Note that Include/SciLexer.dll must have the executable +x flag in the
filesystem, otehrwise LoadLibrary in cygwin will fail.

I did cvs up, so it's wrong in cvs at sf.net. But not that important.
Just be sure that the final .tar.gz will have the +x bit set for this file.

I don't know how to fix this is CVS,


The only way to fix wrong file perms in CVS is to remove the file and resubmit
with the correct perms. Or ask the cvs admin to fix in the filesystem.
A nuisance. It's not that important.


I've made a note, and will ask the SF techs to change this next time I 
have reason to ask them to tinker with our repository.


Regards,
Rob.