Re: Invoking Cygwin vim from Windows Explorer

2014-02-08 Thread Andrey Repin
Greetings, carolus! > Is there some configuration that will let me open a text file in Cygwin > vim by clicking on the file in an Explorer window? There's like 5 ways to do it. What you've tried already and what your results so far? -- WBR, Andrey Repin (anrdae...@yandex.ru) 09.02.2014, <09:07

Invoking Cygwin vim from Windows Explorer

2014-02-08 Thread carolus
Is there some configuration that will let me open a text file in Cygwin vim by clicking on the file in an Explorer window? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

clang++ cannot locate string header, or bits/c++config.h

2014-02-08 Thread Tony Kelman
I’ve uploaded cygcheck.out at https://gist.github.com/tkelman/8892631 This only applies to x86 Cygwin, as the clang package is not (yet?) available in 64-bit Cygwin. Simple testcase: echo "#include " > hello.cpp echo "int main () {};" >> hello.cpp clang++ -v hello.cpp This outputs: clang ver

RE: get rid of getpwent? (Was: cygwin-1.7.28 getpwent header declaration changes ?)

2014-02-08 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
> and I fail to see how this is related to the on-the-fly generation of passwd > and group entries Well, if a cygwin app was run under such an account, it might be affected, that's all... Anton Lavrentiev Contractor NIH/NLM/NCBI -- Problem reports: http://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] Updated: perl-Mozilla-CA-20130114-2

2014-02-08 Thread Ken Brown
The following package in the x86_64 distribution has been updated: *** perl-Mozilla-CA-20130114-2 perl-Mozilla-CA provides a copy of Mozilla's bundle of Certificate Authority certificates in a form that can be consumed by Perl modules and libraries based on OpenSSL. This build includes a pat

Re: Launch a windows application from crontab

2014-02-08 Thread Andrey Repin
Greetings, carl! > Hi, > im working with windows 7 and have the same problem if i want to run a > windows application from cron. > the problem for me: if i active "Allow service to interact with desktop" i > had to switch to local user and then the cron service doesn't work anymore. > is there a

crontab is not executed

2014-02-08 Thread steven
hi, i have no clue why cygrunsrv wont execute cron, i posted some time ago and someone suggested that i run cron-config with set -x. the output is attached. also the output from cronbug is at the end of the mail the cronbug.txt shows that earlier cronjobs did in fact run, but im unsure if they m

Re: get rid of getpwent? (Was: cygwin-1.7.28 getpwent header declaration changes ?)

2014-02-08 Thread Warren Young
On Feb 8, 2014, at 8:19 AM, Warren Young wrote: > On Feb 7, 2014, at 5:40 PM, Andrey Repin wrote: > >> In either case, repeatedly requesting the same record in a short amount of >> time will only test the system level cache. > > If that were true, moving the requested record around in /etc/pas

Re: get rid of getpwent? (Was: cygwin-1.7.28 getpwent header declaration changes ?)

2014-02-08 Thread Warren Young
On Feb 7, 2014, at 5:40 PM, Andrey Repin wrote: >>> I thought the point of the programme /was/ to call getpwnam() a million >>> times. Precisely. > In either case, repeatedly requesting the same record in a short amount of > time will only test the system level cache. If that were true, moving

Re: Launch a windows application from crontab

2014-02-08 Thread carl
Hi, im working with windows 7 and have the same problem if i want to run a windows application from cron. the problem for me: if i active "Allow service to interact with desktop" i had to switch to local user and then the cron service doesn't work anymore. is there a solution for this problem men

Re: get rid of getpwent? (Was: cygwin-1.7.28 getpwent header declaration changes ?)

2014-02-08 Thread Corinna Vinschen
On Feb 7 21:49, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: > > I think SAM/AD will be mostly quicker > > I do not want to be a party pooper here, but have you checked how > the AD approach will work from the unmanaged Windows service accounts? No, and I fail to see how this is related to the on