change to fix this problem did something bad to process
>> >syncronization. I have the beginnings of a fix in my sandbox
>> >but I'm not quite ready to check anything in.
>> >
>> >In the meantime, I'd advise against using the 2012-03-19 snapshot.
>>
Hello again,
It seems that the indexing of the cygwin mailing list (this list)
stops at end of July 2011.
You can try, with "This mailing list only":
"31 Jul 2011" is found (4 times, why not 6 since there are 6 messages,
but this is another question)
"01 Aug 2011" is not found, even "Aug 2011"
$ cygcheck -f /usr/lib/csih/getAccountName.exe
csih-0.9.5-1
$ cygcheck /usr/lib/csih/getAccountName
E:\cygwin\lib\csih\getAccountName.exe
C:\Windows\system32\KERNEL32.dll
[cut]
C:\Windows\system32\msvcrt.dll
[cut]
cygcheck: track_down: could not find libgcc_s_dw2-1.dll
cygcheck: track_down:
21.03.2012 08:29, Denis Excoffier:
> Please if someone can do something, i have to search for "detect_bloda".
In my archive, I find "detect_bloda" (literally)
- in a thread Corinna started on Feb/27/2012 "BLODA detection code in
latest snapshot",
- in a post of yours Mar/3/2012 "Re: cygwin-1.7.10
21.03.2012 09:52, Markus Schönhaber:
> - in a post of yours Mar/3/2012 "Re: cygwin-1.7.10-1 fork - address
It's Mar/5/2012.
--
Regards
mks
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.ht
On Mar 21 06:56, Yuri Gribov wrote:
> Corinna,
>
> > the problem is obviously that your remote filesystem returns 0 as the
> > current file size.
>
> Which WinAPI does that? I can try searching it.
I don't understand. What do you want to search? It's the GetFileSize
or GetFileSizeEx function
On Tue, Feb 28, 2012 at 10:21:44AM +0100, Corinna Vinschen wrote:
>> On Feb 27 18:53, David Rothenberger wrote:
>> > On 2/27/2012 4:26 AM, Corinna Vinschen wrote:
>> > > Of course this is not foolproof. The only filtered system DLLs so
>> > > far are kernel32.dll, ntdll.dll, mswsock.dll, amd w
On Wed, Mar 21, 2012 at 09:52:59AM +0100, Markus Schönhaber wrote:
>> 21.03.2012 08:29, Denis Excoffier:
>>
>> In my archive, I find "detect_bloda" (literally)
>> - in a thread Corinna started on Feb/27/2012 "BLODA detection code in
>> latest snapshot",
Thank you, that was what i was looking for.
On Mar 21 10:39, Denis Excoffier wrote:
> XWin was started with the following command line:
>
> /usr/bin/XWin -emulate3buttons -unixkill :0
>
> _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
> _XSERVTransOpen: transport open failed for inet6/po8371:0
> _XSERVTransMakeAllCOTSServ
On Mar 20 13:11, jniel...@ddci.com wrote:
> After doing an update to current Cygwin packages (as of March 20) and a
> fresh install, I got an error message during the postinstall phase. In
> /var/log/setup.log.full, I find
>
> /etc/postinstall/brltty.sh: line 11: cygrunsrv: command not found
>
On Wed, Mar 21, 2012 at 11:43:26AM +0100, Corinna Vinschen wrote:
>> I added advapi32.dll to the list of ignored DLLs. There's more stuff
>> starting new threads under the hood than I expected.
Thank you.
Incidentally, why in the quoted message, and also in
http://cygwin.com/ml/cygwin/2012-03/ms
On Mar 21 12:04, Denis Excoffier wrote:
> On Wed, Mar 21, 2012 at 11:43:26AM +0100, Corinna Vinschen wrote:
> >> I added advapi32.dll to the list of ignored DLLs. There's more stuff
> >> starting new threads under the hood than I expected.
>
> Thank you.
>
> Incidentally, why in the quoted messa
My current stumbling block:
When compiling aplus-fsf-4.22/src/main/aplus_main.c
I get many errors related to X11.
case in point:
undefined reference to '_XWarpPointer' in AGIF.o
aplus-fsf-4.22/src/AplusGUI/AGIF.C
does use XWarpPointer:
static I warpPointer(MSWidgetView *pWidgetView_)
{
if (pW
> My current stumbling block:
> When compiling aplus-fsf-4.22/src/main/aplus_main.c
> I get many errors related to X11.
>
> case in point:
> undefined reference to '_XWarpPointer' in AGIF.o
Not a *compile* problem but a *link* problem. Probably missing -lX11.
What is the last, failing, command e
The last (few) commands are:
Making all in main
make[2]: Entering directory `/usr/local/aplus-fsf-4.22/src/main'
echo "Making version.h";\
rm -f version.h;\
cat version.h.template | sed -e s/%RCVAL%/4.22/ \
-e s/%FNVAL%// \
-e s@%IMDIRVAL%@/usr/local/aplus-fsf-4.22@ >version.h;
Mak
21.03.2012 10:41, Denis Excoffier:
> On Wed, Mar 21, 2012 at 09:52:59AM +0100, Markus Schönhaber wrote:
>>> 21.03.2012 08:29, Denis Excoffier:
>>>
>>> In my archive, I find "detect_bloda" (literally)
>>> - in a thread Corinna started on Feb/27/2012 "BLODA detection code in
>>> latest snapshot",
>
[snip]
> -L../../src/MSTypes -L -lX11 -lpthread -ldl -lm mainC.o aplus_main.o
aplus_uext.o matherr.o
[snip]
Problem here ...^^^
Literally it means "gcc please also look for libraries in directory
-lX11", effectively gobbling
up -lX11 (no, you don't get a message because the director
Corinna Vinschen, le Wed 21 Mar 2012 11:44:59 +0100, a écrit :
> On Mar 20 13:11, jniel...@ddci.com wrote:
> > After doing an update to current Cygwin packages (as of March 20) and a
> > fresh install, I got an error message during the postinstall phase. In
> > /var/log/setup.log.full, I find
> >
Corinna,
> or it's the native NT equivalent NtQueryInformationFile function
> with the FileStandardInformation info class. Cygwin uses the latter.
My idea was that this was a known error but I did not find anything
useful in google.
> Is it possible that some kind of virus checker influences th
a snippet from aplus-fsf-4.22/src/main/Makefile:
EXEEXT = .exe
OBJEXT = o
PATH_SEPARATOR = :
AMTAR = tar
AS = @AS@
AWK = gawk
CC = gcc
CXX = g++
DEPDIR = .deps
DLLTOOL = @DLLTOOL@
ECHO = echo
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LI
On 3/21/2012 1:39 PM, Tom Szczesny wrote:
a snippet from aplus-fsf-4.22/src/main/Makefile:
I assume that the line
X_LIBS= -L -lX11
should read something different.
Indeed.
I've tried various things to no avail.
What is normally put in a Makefile to indicate the location of
leoslists sent the following at Tuesday, March 20, 2012 1:15 AM
>I'm trying to use locate and find. When I issue
>find / -xdev -name "*hallo*"
>
>I get the warning
>find: File system loop detected; `/c/cygwin' is part of the same file
>system loop as `/'.
>
>It is important to note, that I
clock_getres(CLOCK_REALTIME, &ts) queries the actual resolution through
NtQueryTimerResolution (&coarsest, &finest, &actual) during its first
call and returns this value unchanged afterwards.
This returns a global Windows setting which may be temporarily modified
by other applications by using
Version 4.1-1 of 'md5deep' has been uploaded to the Cygwin archive, and
should soon appear at a Cygwin mirror near you. This version supercedes
3.6-1, which remains available as the previous version.
md5deep is a set of programs to compute MD5, SHA-1, SHA-256, Tiger, or
Whirlpool message digests o
On Wed, Mar 21, 2012 at 08:10:46AM +0059, Denis Excoffier wrote:
>The snapshot 20120321 05:29:25 UTC has still the following problems:
The current snapshot should fix the hang issues.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/
On Thu, Mar 22, 2012 at 12:38:00AM -0400, Christopher Faylor wrote:
>> On Wed, Mar 21, 2012 at 08:10:46AM +0059, Denis Excoffier wrote:
>> >The snapshot 20120321 05:29:25 UTC has still the following problems:
>>
>> The current snapshot should fix the hang issue
26 matches
Mail list logo