WARNING: Couldn't compute FAST_CWD pointer

2024-03-28 Thread Lucas Rufino via Cygwin
Good night. I hope that you are going well. Send this e-mail to report a problem by the zip2john.exe 6 [main] zip2john 16340 find_fast_cwd: WARNING: Couldn't compute > FAST_CWD pointer. Please report this problem to > the public mailing list cygwin@cygwin.com > ver 14 test.zip->test.bul

please allow specifying version when using command line installer

2017-03-16 Thread Theisen, Lucas
9.3-1", "libxml2-devel-2.9.3-1", But still ended up with version 2.9.4 (the latest) installed. Am I doing something wrong or is this not supported? If not supported, could it be added? Thank you, Lucas Theisen lthei...@mitre.org -- Problem reports: http://cygwin.c

Cygwin Emacs Crashes when tailing logs over ssh in shell

2014-04-03 Thread Will Lucas
Not sure if this is the correct forum but I did not see find much besides emacs-X11.exe.stackdump (not helpful) Stack trace: FrameFunctionArgs 0420F50 0018006F6D3 (0008004345D, 030, 001802DE638, 04212E0) 00B 00180070B8A (0018013354D, 000, 59C

1.7.25x64 bug in bash vi option 'dd' command

2013-10-11 Thread Theisen, Lucas
x64 $ cat /proc/version CYGWIN_NT-6.1 version 1.7.25(0.270/5/3) (cori...@calimero.vinschen.de) (gcc version 4.8.1 20130531 (Fedora Cygwin 4.8.1-1) (GCC) ) 2013-08-31 20:37 Thank you, Lucas Theisen lthei...@mitre.org Thank you, Lucas Theisen lthei...@mitre.org -- Problem reports: http://

1.7.6: error offline installing X11 independently

2010-08-29 Thread Lucas
Hi, everyone Thanks to Jon(X-free ML), I solved the problem of installing boxes.sh, libglade2.0.sh and all the doc*.sh scripts. Now there are still some errors. 1. exim.sh No errors appears in the setup.log.all 2. font*.sh All errors said "fc-cache: failed to write cache". 3. plotutilssh

Winsock

2006-12-07 Thread Lucas Charron
I'm using C::B(http://www.codeblocks.org) over cygwin. I'm testing a socket stream library of my own creation (using Winsock2). My "server" is currently a simple HTTP server (sends out a blank html page saying "you are here"). I can connect to my listening socket from within the same process an

Reading too few bytes

2006-03-21 Thread Paul J. Lucas
Here's a small test program: #include #include #include using namespace std; int main() { int fd = ::open( "ESLF", O_RDONLY ); if ( fd == -1 ) { cerr << "could not open ESLF file" << endl;

Re: fopen with UTF-8 chars in filenames

2006-03-17 Thread Paul J. Lucas
On Fri, 17 Mar 2006, Christopher Faylor wrote: > Cygwin doesn't provide _wfopen. 1. I install Cygwin. 2. It's in stdio.h that gets installed as part of the Cygwin install. Therefore, as far as I'm concerned, it's in Cygwin. > So, if you are using _wfopen you stopped using Cygwin, then, too, pos

Re: fopen with UTF-8 chars in filenames

2006-03-17 Thread Paul J. Lucas
On Thu, 16 Mar 2006, Christopher Faylor wrote: > I don't know if doing what the OP wants is possible on Cygwin ... I solved my problem by using _wfopen() and converting the path to UTF-16 first. Unless there's a way to work directly with UTF-8, I'll stick with that.

fopen with UTF-8 chars in filenames

2006-03-14 Thread Paul J. Lucas
Is this known to work (or not work)? Apparently, it doesn't. FYI: I'm writing JNI code. The strings passed from Java to C are UTF-8. A string containing a non-ASCII character, e.g., an 'e' with an accent, works fine with fopen() under Mac OS X. The same

stat(2) of a directory

2006-03-04 Thread Paul J. Lucas
Under *nix, I can use stat(2) of a directory to know when its contents have changed (file added or deleted from it). Under cygwin, this doesn't work because a directory's modification time doesn't change when its contents change. Any recommendations as to h

Missing INTERNET_CONNECTED_INFO ?

2006-02-20 Thread Paul J. Lucas
Why isn't this structure declared in wininet.h like this: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wininet/wininet/internet_connected_info.asp says it is? Same goes for INTERNET_STATE_CONNECTED, INTERNET_STATE_DISCONNECTED, etc. - Paul -- Unsubscribe info: http://c

libtiff, libjpeg, cygwin compile problems

2005-12-04 Thread Paul J. Lucas
I'm trying to compile libtiff (using libjpeg) under cygwin and I'm getting all kinds of compile-time errors. FYI: I need to compile with the -mno-cygwin flag to gcc since my software as a whole can't depend on the end-user having cygwin installed. libjpeg (

Problem with rsync and Chinese character sets

2005-11-20 Thread Robert Lucas
I'm trying to setup a series of windows computers to automatically back themselves up to a remote rsync server. To accomplish this I installed cygwin with cron, ssh, and rsync on all the systems. However, a couple systems will not backup, looking at the logfiles reveals comments like "file has van

windres VERSIONINFO not working

2005-11-17 Thread Paul J. Lucas
I'm trying to use gcc and windres to build a small native Windows application. When compiling, I'm using -mno-cygwin; when linking, I'm using -mwindows. To generate a .res file from a .rc file, I'm using: windres -O coff $< $@ in my makefi

Error in GetICMProfile() declaration

2005-11-11 Thread Paul J. Lucas
In /usr/include/w32api/wingdi.h, GetICMProfile() has its second argument declared as a DWORD. According to: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/icm/icm_5aed.asp it should be declared as an LPDWORD. Indeed, in order to call this function correctly, I current have to

Re: one Cygwin file

2005-04-30 Thread Lucas Raab
> You don't have to use setup.exe to download, though. The packages are > just regular files that are available via ftp, http, or rsync from a > number of mirror sites. You can download them using whatever method you > want, just keep the same directory structure as they are on the mirror > sit

one Cygwin file

2005-04-29 Thread Lucas Raab
Are there any distributions of Cygwin with only one setup file containing all of the packages?? Sorry if this sounds newbie-ish, but Google isn't getting me anywhere. I'm a dial-up user and would rather use a download manager than stay online for days. TIA -- Unsubscribe info: http://cygwin

Dev-C++ cygwin and wxwindows: i need a working configuration/sample

2004-02-24 Thread Laura Lucas
Hello! Does anybody have a tutorial on how to configure Dev-c++ for use with cygwin and wxWindows? Dev-c++ comes with MingW by default, this works fine, but, whats the difference between MingW and cygwin? Thanks Laura Lucas -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: no path set after installation on win2k

2003-07-30 Thread Lucas Gonze
e a shell with a working ls, cygcheck, etc. - Lucas -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

no path set after installation on win2k

2003-07-30 Thread Lucas Gonze
isn't happening. Any suggestions for a fix or workaround? Thanks in advance. - Lucas Gonze -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

ImageMagik's convert.exe needs some cygwin dll's which appear to be missing from my install

2003-01-14 Thread Jeff Lucas
I'm trying to use ImageMagik's convert utility with cygwin. When I run ImageMagik's convert.exe within cygwin, it complains of missing DLL's. After running Dependency Walker, it looks like the missing DLL's that convert.exe needs are: CYGBZ2-1.DLL CYGWIN1.DLL CYGZ.DLL EFSADU.DLL I don't think i

login problems and RSA authentication

2002-02-28 Thread Lucas Smith
there are any hacks with the same effect. (haveing one password/identity for all computers on the network while maintaning security) thanks all, lucas smith _ Send and receive Hotmail on your mobile device: http://mobile.msn.com

sshd makeing noisy shells

2002-02-20 Thread Lucas Smith
really odd is that everything works fine if i use the ssh client on the win2k box and ssh in localy. valeo genti, lucas _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- Unsubscribe info: