Re: trouble doing regex in file containing both ascii and binary content

2014-02-15 Thread Richie
I haven't had time to test my theory so I didn't respond. Since he had said text and binary my thoughts where that the regex would not match past the first linefeed and would need to be updated accordingly. On 2/15/2014 6:33 AM, sisyph...@optusnet.com.au wrote: Hi Greg, This list is all but

Re: Where's Tk?

2010-12-16 Thread Richie
On 12/16/2010 12:01 PM, Spencer Chase wrote: > TK has been gone for a while now. TKX is a lot better for new > applications but converting old scripts is a lot of work for anything > not short and simple. I have to maintain duplicate installations to be > able to maintain my old TK stuff and it is

Re: Net-SSH2 build process

2010-10-29 Thread Richie
On 10/29/2010 10:39 PM, Richie wrote: > On 10/29/2010 9:13 PM, Richie wrote: >> I worked around it by adding C:\MinGW\bin to PATH for now. Are doing >> anything extra to incorporate a static gcc lib into the SSH2.dll? > > Forget about this question. I checked back o

Re: Net-SSH2 build process

2010-10-29 Thread Richie
On 10/29/2010 9:13 PM, Richie wrote: > I worked around it by adding C:\MinGW\bin to PATH for now. Are doing > anything extra to incorporate a static gcc lib into the SSH2.dll? Forget about this question. I checked back on my other box and it doesn

Re: Net-SSH2 build process

2010-10-29 Thread Richie
On 10/29/2010 9:01 PM, Sisyphus wrote: > > Installing to "/usr/local" should be avoided, since the MinGW compiler > won't > look there by default. > # > > Maybe "/mingw" is not the same as "msys/1.0/mingw" ... perhaps it's > someplace else in the msys tree. I d

Re: Net-SSH2 build process

2010-10-29 Thread Richie
On 10/29/2010 5:05 AM, sisyphus wrote: > What's in C:/msys/1.0/mingw ? (My msys/1.0/mingw is empty.) The premade msys that I used (linked in earlier emails) puts the mingw install inside the msys structure. I tied the install method described in the wiki and I think it created a c:\mingw dir an

Re: Net-SSH2 build process

2010-10-28 Thread Richie
On 10/28/2010 10:13 PM, Sisyphus wrote: > > - Original Message - From: "Richie" > >> (using: push @search_paths, 'C:/msys/1.0/local', >> 'C:/msys/1.0/local/ssl') >> - i don't expect dmake to work but tried it anyway in straw

Re: Net-SSH2 build process

2010-10-28 Thread Richie
On 10/28/2010 10:30 PM, Sisyphus wrote: > > - Original Message - From: "Sisyphus" >> >> It should work. (No problem for me on Strawberry 5.12.0.1.) >> Looking at test1.txt it seems that there's a pre-existing build. >> Could you >> run 'dmake realclean', and then try again. (Post the 'dma

Re: Net-SSH2 build process

2010-10-28 Thread Richie
On 10/28/2010 7:35 PM, Sisyphus wrote: > (The Strawberry build of openssl may be usable here if all else fails.) I'm only seeing ssl headers in my portable install. If you decide that a static build of libssh2 will suffice, first run 'make distclean', then : ## (Th

Re: Net-SSH2 build process

2010-10-28 Thread Richie
On 10/28/2010 2:33 AM, Sisyphus wrote: Yes, msys is *my* preferred option. (I use cygwin pretty much only for its 'git' and 'svn' clients :-) Cheers, Rob Here are some notes so far (and failures). On Solaris I had to build shared libs to avoid this issue, but shared seems to be more problemat