Re: How to pass parameters to a windows application

2010-08-02 Thread Harald Joerg
Andy Koppe writes: > On 2 August 2010 07:49, Dave Hylands wrote: >> >> On Sun, Aug 1, 2010 at 5:43 PM, Jason Pyeron wrote: >>> I am at my wits end trying to figure out how to execute this in bash >>> >>> C:\WINDOWS>cmd /c "start "" "C:\Documents and Settings\All >>> Users\Desktop\projects\crisfie

Re: cygdrive prefix

2009-09-17 Thread Harald Joerg
Linda Walsh writes: > [...] OTOH, at least the defaults are pretty sensible ... Pretty sensible, indeed. I love /cygdrive as just another example of a pretty sensible default. > ... (I can just hit ENTER), through the setup ... ...and the default buttons in the GUI are always in the same place

Thanks (was: Re: Where is LEIM for cygwin's emacs 21.2?)

2009-08-05 Thread Harald Joerg
Ken Brown writes: > On 8/5/2009 4:16 AM, Harald Joerg wrote: >> Very rarely I need to type one or two japanese characters in my >> emacs, and I recall that I did it with LEIM and set-input-method quite >> easily. However, in my current installation, emacs says that LE

Where is LEIM for cygwin's emacs 21.2?

2009-08-05 Thread Harald Joerg
Very rarely I need to type one or two japanese characters in my emacs, and I recall that I did it with LEIM and set-input-method quite easily. However, in my current installation, emacs says that LEIM isn't installed. The cygwin installer says: LEIM is part of emacs package now. The director

Re: Apache with mod_perl up and running

2005-08-05 Thread Harald Joerg
Gerrit P. Haase writes: > Harald Joerg wrote: > >>We already know that - for archeological reasons - mod_perl's DSO >>library happens to have the same file name as perl's, eh? Here's >>a place where this *really* bit me. > > Oh yeah, I c

Apache with mod_perl up and running (was: Re: error compiling apache-1.3.33 with mod_perl and perl-5.8.7-1)

2005-08-04 Thread Harald Joerg
I wrote: > Gerrit P. Haase writes: >>> [...] Would mod_perl work with a mod_so setup as well? >> >> Yes it should work. Have you tried to link directly against the DLL? > > You mean against /usr/bin/libhttpd.dll? > > I've tried, but failed miserably so far. I've been starting with the > build p

Re: error compiling apache-1.3.33 with mod_perl and perl-5.8.7-1

2005-08-04 Thread Harald Joerg
Gerrit P. Haase writes: > [...] >>>Bruno Postle wrote: >> [...] undefined reference to `_boot_' >>> [...] >>>Something broken with generating the code for perlxsi? > [...] >> If $static_ext was empty, it is now " Win32CORE", with a leading >> space. >> When building perlxsi.c, ExtUtils::Embed

Re: error compiling apache-1.3.33 with mod_perl and perl-5.8.7-1

2005-08-03 Thread Harald Joerg
(Sorry, maybe I can't get the references right since I'm replying to the article found at ) > Bruno Postle wrote: >> I can't build apache-1.3.33 and mod_perl-1.29 with perl-5.8.7-1 >> (it builds ok if I downgrade cygwin to perl-5.8.6-4) >>