Re: libneon27 requires libproxy1 which requires libglib2.0_0

2011-12-07 Thread Matthew Smith
>The latest libneon27 does require libproxy1-0.4.7, which pulls in only >libglib2.0_0, and I wouldn't count that as "some gnome libraries". libglib2.0_0 : dbus libfam0 and gsettings-desktop-schemas dbus : libdbus1_3 libX11_6 libX11_6 : libxcb1 libxcb1 : libXau6 libXdmcp6 libfam0 : gamin >I'm not

libneon27 requires libproxy1 which requires libglib2.0_0

2011-12-02 Thread Matthew Smith
After running setup.exe to add a package I noticed something had decided to pull in some gnome libraries. As best I can tell its due to libneon27 requiring libproxy1 though I may be missing something else. I did manage to find this regarding libproxy. >From http://cygwin.com/ml/cygwin/2010-05/msg0

home path for cygwin 1.7.9 is acting funny

2011-10-25 Thread Matthew Smith
I installed to "c:\personal\cygwin" on my windows xp machine. If I open a command prompt and type "echo %HOME%", I get "C:\Documents and Settings\Matt" If I then start an ssh connection from DOS (not the Cygwin program), I get an error at the beginning of the connection initiation that states "Co

Re: How to increase stack size!!!

2003-03-20 Thread Matthew Smith
Am I the only person that upon first reading the subject of this email, thought that it was pr0n spam? cheers, -Matt -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: tail -f problem

2003-01-31 Thread Matthew Smith
ead the archives (now that I found it) about other people posting > about this. However, this does not change the fact that linux's version of > tail works plenty fine with viewing IIS logfiles vs. Cygwin's version of > tail. > > -Original Message- > From: Matthew Smi

Re: tail -f problem

2003-01-31 Thread Matthew Smith
This is not the fault of tail, rather IIS. Search the archives if you're interested why. cheers, -Matt Smith > With cygwin's tail, the output is not quite the same as the linux version of > tail. With Cygwin's version, I will get output with tail -f, but the > updates aren't "realtime" as the

Slow rsync

2002-10-30 Thread Matthew Smith
Guys: I've been using rsync to keep a CVS repository up to date. My main cvs repository/rsync server is a Redhat 7.3 box. I have the following alias set up on my cygwin side: alias getcvs='rsync -avuz -e ssh --exclude-from="/home/matts/.rsync.ignore" linux:cvs .' When running this rsync co

Re: tail -f will not work with IIS generated log files

2002-09-25 Thread Matthew Smith
> Bit of bummer because getting "tail" to monitor IIS was the VERY reason I > downloaded and installed www.CyGWin.com . I'm wondering: > > 1) When might someone fix this? It will get fixed as soon as you submit a patch for it! Seriously. All of the cygwin people work on a volunteer basis. W

Re: Changes in latest snapshot

2002-05-15 Thread Matthew Smith
> Maybe it is also a good idea to include a little wrapper for d2u, (in the > cygutils package?), to convert recursively all files from where you > start it? Or add an option to the executable to run it recursive down > a whole tree. Why? This is trivial to do. find . -type f -exec dos2unix {}

Re: Changes in latest snapshot

2002-05-15 Thread Matthew Smith
Yessir. cheers, -Matt > AHA!!! CONFIRMATION!!! THANK GOD!! > > So, you're saying that removing the \r from the cvs-related ~/.dotfiles > and from CVS/* ---fixed--- your problems when you switched to binmode > mounts? > > --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscr

Re: Changes in latest snapshot

2002-05-15 Thread Matthew Smith
I was bitten by this recently too. In addition to .cvspass and .cvsrc, you probably will need to run dos2unix on the files beneath the CVS directory under each directory of your cvs sandbox. cheers, -Matt Smith > > The only thing I could do was to go back to a "textmode" system mount. > > I use

Re: od -x

2002-04-15 Thread Matthew Smith
od -xIntel processors are little endian. cheers, -Matt Smith The od utility doesn't seem to behaving properly. With the -x option, it reverses bytes e.g. 5245 4f43 when it should be 4552 434f. With no options, I can detect no correspondence to the actual input data and no pattern whatsoever.

Re: OT: possible project/research project

2002-03-19 Thread Matthew Smith
Robert: I'm not sure what I could do, but if you're willing to be the project leader, and hand out work to do, I'd be more than happy to pitch in and help. Sounds like you have a pretty good idea of what needs to be done. cheers, -Matt Smith >I've not seen a specific project to accomplish

[ANNOUNCEMENT] Updated: textutils-2.0.21-1

2002-02-26 Thread Matthew Smith
textutils-2.0.21-1 has been uploaded to the Cygwin net distribution. Changes: Many small bugfixes, and better posix compliance. Please see the Changelog in the sources for more complete information on the changes. --Matt Smith To update your installation, click on the "Install Cygwin now"

Re: cygwin: CR CR LF problem still there (was: Re: A dumb CR/LF question)

2002-01-15 Thread Matthew Smith
The easy way to deal with this is use binary mounts. cheers, -Matt > >Anyway, the CR CR LF problem is present in Cygwin 1.3.5 (Nov 13 2001): > > > >echo hello > a.txt > >cat a.txt a.txt | sort > b.txt > >od -c b.txt > > > >000 h e l l o \r \r \n h e l l o \r \r \n >

Re: CVS 1.11: (reposted many times!) Will anybody answer me about "cvs co -r" bug under cygwin, finally???

2002-01-10 Thread Matthew Smith
> So, > Is it very difficult to give just a short answer? > Help, please! -- > I'm trying to get the solution and sent this questions to cygwin list and to > cvs > list already twice -- but the result is poor -- i got no concrete answer! Berating volunteers is probably not going to help your caus

Re: Having a bad time with g++ under cygwin

2002-01-09 Thread Matthew Smith
Try linking with g++ instead of ld. cheers, -Matt > I'm getting extremely frustrated trying to get my code to build with g++ 2.95.3-5 (ld 2.11.92) under > the latest cygwin (1.3.6 I think) on a Win2K platform. Attached is the (edited) output of my build. > Basically I build a bunch of object fi

Re: cygwin console

2002-01-08 Thread Matthew Smith
Another thing we could think about is to simply make a second shortcut to rxvt. I normally have both a shortcut to rxvt and the cygwin console, as each works well for certain tasks. For instance, cvs updates seem to work better for me from a cygwin console for some reason. cheers, -Matt Smith

Re: CAT

2001-12-13 Thread Matthew Smith
"cat" is part of the textutils package. cheers, -Matt - Hello I wanted to download CAT utility as i am getting the message cat not found. any pointers where can i get it. Nomit -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: