Re: gtk2 on cygwin ( --with-gdktarget=win32, only )

2003-07-08 Thread Gerrit P. Haase
Hallo S, I redirected this thread to cygwin-xfree. Anyway, having the stuff working after over 2 months digging, now I turned to test some apps :)) (which, by the way, are just a few -- most of gtk2 apps are gnomed or at least libgnomecanvas and/or libgnomeprint dependant). BTW, are there

Minor patches for xoncygwin

2003-07-08 Thread Colin Harrison
Hi, Here's my collection of minor patches for xoncygwin (SourceForge CVS). Mostly related to multiwindow mode. 1) Now we have only one timer for out-off client mouse communications, I've reworked Earle's mouse-up fix into the latest code. Combined with a reduction in the polling time from 500 to

Re: Minor patches for xoncygwin

2003-07-08 Thread Colin Harrison
Hi, Missed out patches for point 2) In wintrayicon.c Change:- Cygwin/XFree86 Server - %s:%d, To:- Cygwin/XFree86 Server - %s.%d, And winwindow.h Change:- Cygwin/XFree86 - %s:%d To:- Cygwin/XFree86 - %s.%d To achieve the consistency I was on about! Colin

Fullscreen mode and multiple monitors

2003-07-08 Thread Roman Belenov
Is it possible to start X server in fullscreen mode on the secondary monitor ? -- With regards, Roman.

Re: Minor patches for xoncygwin

2003-07-08 Thread Harold L Hunt II
Colin, I think I would rather change them all to be s:d. Harold Colin Harrison wrote: Hi, Missed out patches for point 2) In wintrayicon.c Change:- Cygwin/XFree86 Server - %s:%d, To:- Cygwin/XFree86 Server - %s.%d, And winwindow.h Change:- Cygwin/XFree86 - %s:%d To:- Cygwin/XFree86 -

Re: Minor patches for xoncygwin

2003-07-08 Thread Colin Harrison
Hi Harold, Point 3) (the s.d vs s:d bit of my patch!) is of little consequence, and will probably annoy more than enhance. I had left it in my tree (s.d) after trying Ralf's patch and only half spotted my tinkering when doing the diff's! Colin

Re: I am back

2003-07-08 Thread Harold L Hunt II
Ralf, Have you checked if xoncygwin (SourceForge CVS) has both of your patches applied? I think that I applied them both, but it would be nice if you could verify that I did. The patches were not directly applied... I looked at them and did the modifications by hand, adjusting a few things

Re: Memory access error in XWin -multiwindow

2003-07-08 Thread Harold L Hunt II
Biju, I can now reproduce your problem using both Test91 and Test91-DEBUG (with Ralf's patches applied). I reproduce the problem using ssh to login to my home machine which is on an 256 Kbps uplink. When I launch konqueror remotely, XWin.exe dies with the Windows error message. I tried the

Re: multiwindow - transparent applications

2003-07-08 Thread Philippe Bastiani
In any case: a nice hack :) if I remember, we can open a WIN32 window without title bar (and without border)... a+ -- Philippe Bastiani Harold L Hunt II [EMAIL PROTECTED] a écrit dans le message de news:[EMAIL PROTECTED] Because my implementation of non-rectangularly shaped windows for

Re: Memory access error in XWin -multiwindow

2003-07-08 Thread Harold L Hunt II
Biju, I just tried my idea of preventing multiple calls to XInitThreads... it didn't seem to make any difference at all. I will have to look at this problem more closely... which means that I won't be able to work on it for a while. I will be out of town this weekend and I am moving across

RE: I am back

2003-07-08 Thread Ralf Habacker
Hi Harold, Have you checked if xoncygwin (SourceForge CVS) has both of your patches applied? I think that I applied them both, but it would be nice if you could verify that I did. The patches were not directly applied... I looked at them and did the modifications by hand, adjusting a

Multiple screen feature

2003-07-08 Thread Stéphane Beauregard
I have a two-screen Windows machine with two 1024x768 display. It would be nice to have Xwin with the -multiwindow option working over my whole, extended Windows desktop. Has the multiple screen feature been implemented yet? Or is it a matter of using a combination of -screen options? For

Re: CYGWIN_ROOT Question -- Attn: XFree86-fnts maintainer

2003-07-08 Thread Igor Pechtchanski
Harold, Another option that I've just thought of is splitting out the postinstall scripts from all the fonts packages (which, AFAICS, are identical), and packaging them separately, as, say, an XFree86-fpost helper package, and then making all the fonts packages depend on this new one. This will

Re: rdesktop.exe session on an X-terminal?

2003-07-08 Thread msg
Downloaded 900 Megabytes of dist. from a mirror at 33.6kbs; got all the libs and compilers installed and configured (manually... folks, one ought to press for a different package management approach then that used by 'setup.exe') and built rdesktop with X11 support... Tell us how well it works

Win2k Telnet Server login issues (no XDM so gotta use something)

2003-07-08 Thread msg
Greetings: X-terminals will need to connect to the Win2k box using something other than XDM (until it works) so one must consider telnet or rsh. The native windows telnet daemon is supposed to set environment vars HOMEDRIVE and HOMEPATH which can then be used by the system login script

Re: Win2k Telnet Server login issues (no XDM so gotta use something)

2003-07-08 Thread Harold L Hunt II
Did I miss something? What is going on here? Harold msg wrote: Greetings: X-terminals will need to connect to the Win2k box using something other than XDM (until it works) so one must consider telnet or rsh. The native windows telnet daemon is supposed to set environment vars HOMEDRIVE and

src/winsup/w32api ChangeLog include/commctrl.h

2003-07-08 Thread dannysmith
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2003-07-08 11:11:58 Modified files: winsup/w32api : ChangeLog winsup/w32api/include: commctrl.h Log message: * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct

src/winsup/cygwin ChangeLog cygheap.cc dtable. ...

2003-07-08 Thread cgf
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2003-07-09 01:33:06 Modified files: winsup/cygwin : ChangeLog cygheap.cc dtable.cc fhandler.cc fhandler.h fhandler_process.cc resource.cc sysconf.cc

Re: gtk2 on cygwin ( --with-gdktarget=win32, only )

2003-07-08 Thread Gerrit P. Haase
Hallo S, Am Montag, 7. Juli 2003 um 08:33 schriebst du: Gerrit, [...] I do always this before the build: $ autoreconf --install --force --verbose [...] A good trick (autotools method ?) to keep in mind. Anyway, having the stuff working after over 2 months digging, now I turned to test

Re: TERM problems

2003-07-08 Thread jurgen . defurne
Hello, I'd like to use rxvt, but without an X server, its fonts are ugly. I like bold non-serif fonts, and the only thing I can get are thin serif fonts. Does any body have some hints how to fix this ? Regards, Jurgen Nigel Stewart [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED]

RE: CygPath to Clipboard (was: example needed pls ...)

2003-07-08 Thread Schaible, Jörg
So any reason, why not to use regtool ? Soren A wrote: I had written: Thus one entry I examined looks like this: TEMP=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00, 6f,00,6f,0 0,74,\ 00,25,00,5c,00,54,00,45,00,4d,00,50,00,00,00 Mystery is done. There are two kinds of

Re: TERM problems

2003-07-08 Thread Brian Dessent
[EMAIL PROTECTED] wrote: I'd like to use rxvt, but without an X server, its fonts are ugly. I like bold non-serif fonts, and the only thing I can get are thin serif fonts. Does any body have some hints how to fix this ? You can supply any Windows font name for use, i.e. '-fn Lucida

Re: TERM problems

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, poff wrote: On Tue, Jul 08, 2003 at 11:37:12AM +1000, Nigel Stewart wrote: Try rxvt instead of the dosbox cosole... rxvt -sl 1000 -rv -geometry 120x30 +sr -e bash -i Did the job thanks. To emulate that dos feel a bit more I used: rxvt -sl 1000 -ls -rv -geometry

Re: TERM problems

2003-07-08 Thread poff
On Tue, Jul 08, 2003 at 01:37:49AM -0700, Brian Dessent wrote: Console-11'. Try also shift-keypad-plus/minus to select different fonts while running. I found a nice font with shift_kp+ * 2. How can I specify rxvt to load this automatically? Thanks, P. -- [EMAIL PROTECTED] SDF Public

Re: TERM problems

2003-07-08 Thread poff
On Tue, Jul 08, 2003 at 09:38:22AM +0100, Elfyn McBratney wrote: Hmm, are you sure you have a Terminal font? I'm on XP and don't see it..maybe they got rid of it on XP. My bad, it's a raster font. Terminal font instead of this rather thin and small one? -Anyway I can get right-clicking to

Re: TERM problems

2003-07-08 Thread Brian Dessent
poff wrote: -I tried -fn Terminal but that didn't work. How can I load the Windows Terminal font instead of this rather thin and small one? Try '-fn FixedSys'. I prefer '-fn Lucida Console-11' personally. -How can I get the del key to work and not show ~ instead In .inputrc: \M-[3~:

Re: TERM problems

2003-07-08 Thread Brian Dessent
poff wrote: On Tue, Jul 08, 2003 at 01:37:49AM -0700, Brian Dessent wrote: Console-11'. Try also shift-keypad-plus/minus to select different fonts while running. I found a nice font with shift_kp+ * 2. How can I specify rxvt to load this automatically? That's an excellent question

Pb including Xm.h

2003-07-08 Thread philippe guillaume
My program contains some include of Xm/Xm.h Libraries are defined like this : INC_DIR_XLIB = /usr/X11R6/include and for compilation : -I$(INC_DIR_LIB) I manage to compile it on Linux but not on Cygwin !!! But the pathes for Xm.h are the same ! When i want to compile it the

Re: Pb including Xm.h

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, [iso-8859-1] philippe guillaume wrote: My program contains some include of Xm/Xm.h Libraries are defined like this : INC_DIR_XLIB = /usr/X11R6/include and for compilation : -I$(INC_DIR_LIB) I manage to compile it on Linux but not on Cygwin !!! But the

Re: Mount Windows registry into filesystem

2003-07-08 Thread Elfyn McBratney
On Mon, 7 Jul 2003, Christopher Faylor wrote: On Mon, Jul 07, 2003 at 10:37:10AM +0100, Elfyn McBratney wrote: On Mon, 7 Jul 2003, William S Fulton wrote: Is it possible to mount the registry into the filesystem? I'd love it if one could use commands like 'ls', 'diff' and 'find' on the

ping Corinna

2003-07-08 Thread james lankton
Hello Corinna, On the 31/6/2003 referring to ssl you wrote: If you have a look into the util/cygwin.sh script, you'll find it makes basically this: ./config --prefix=/usr shared no-idea no-rc5 no-mdc2 make depend make Corinna please would let me know what 'no-idea' represents? thanks

Re: ping Corinna

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, james lankton wrote: Hello Corinna, On the 31/6/2003 referring to ssl you wrote: If you have a look into the util/cygwin.sh script, you'll find it makes basically this: ./config --prefix=/usr shared no-idea no-rc5 no-mdc2 make depend make Does the above work

RE: ping Corinna

2003-07-08 Thread Vince Hoffman
its an encryption algorithm, (International Data Encryption Algorithm) (a tiny bit about the idea algorithm.) http://www.everything2.com/index.pl?node=International%20Data%20Encryption% 20Algorithm -Original Message- From: james lankton [mailto:[EMAIL PROTECTED] Sent: 08 July 2003

RE: php-mysql-cygwin how to

2003-07-08 Thread andrew brian clegg
On Mon, 7 Jul 2003, Bill McCormick wrote: [mysql client] I compiled it myself from the linux src I got from mysql.com. It seems to work but maybe there's a more established way. Wanna try this myself sometime. Did you have to tweak it much or did it compile out of the box? Andrew. --

RE: php-mysql-cygwin how to

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, andrew brian clegg wrote: On Mon, 7 Jul 2003, Bill McCormick wrote: [mysql client] I compiled it myself from the linux src I got from mysql.com. It seems to work but maybe there's a more established way. Wanna try this myself sometime. Did you have to tweak it much

Re: Pb including Xm.h

2003-07-08 Thread philippe guillaume
But when i installed cygwin, i installed all the packages ... And even if this package was not installed , why the file Xm.h is not found ? I see it in /usr/X11R6/include/Xm/ I'm gonna try your solution Thanks --- Elfyn McBratney [EMAIL PROTECTED] a écrit : On Tue, 8 Jul 2003, [iso-8859-1]

Re: users and startup scripts (FAQ alert)

2003-07-08 Thread andrew brian clegg
On Mon, 7 Jul 2003, Igor Pechtchanski wrote: The preferred method for switching users is by running ssh [EMAIL PROTECTED] (after setting up sshd, obviously). I'm guessing the above FAQ entry should be updated as well. I hope this isn't rehashing old discussions, but I'd always assumed from

Re: ping Corinna

2003-07-08 Thread james lankton
my fault again IDEA as in no-idea. my goodness I should really stop taking all those pills. james Elfyn McBratney [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Tue, 8 Jul 2003, james lankton wrote: Hello Corinna, On the 31/6/2003 referring to ssl you wrote: If you

Re: ping Corinna

2003-07-08 Thread james lankton
Hello Elfyn, no is the answer to your question, but I will today. What I would like to clear up is it not the case that openssl 0.9.7b comes installed with cygwin if so whats the point of running config and make? James james lankton [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] my

mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread andrew brian clegg
On Tue, 8 Jul 2003, Elfyn McBratney wrote: From memory (haven't compiled MySQL on Cygwin for a while) it compiles fine, the only problem was, and perhaps still is, with the server. The libraries work fine, too. I promised myself that I'd try and get it working...But so little time and so

Re: ping Corinna

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, james lankton wrote: Hello Elfyn, no is the answer to your question, but I will today. What I would like to clear up is it not the case that openssl 0.9.7b comes installed with cygwin if so whats the point of running config and make? Erm, sorry..what do you mean? ;-)

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, andrew brian clegg wrote: On Tue, 8 Jul 2003, Elfyn McBratney wrote: From memory (haven't compiled MySQL on Cygwin for a while) it compiles fine, the only problem was, and perhaps still is, with the server. The libraries work fine, too. I promised myself that I'd try

Re: Pb including Xm.h

2003-07-08 Thread philippe guillaume
yes it is added like i told in the first post ... --- Elfyn McBratney [EMAIL PROTECTED] a écrit : On Tue, 8 Jul 2003, [iso-8859-1] philippe guillaume wrote: But when i installed cygwin, i installed all the packages ... And even if this package was not installed , why the file Xm.h

Re: Mount Windows registry into filesystem

2003-07-08 Thread andrew brian clegg
On Mon, 7 Jul 2003, Igor Pechtchanski wrote: Conversely is there a way to determine the type when reading? It appears that Cygwin does what you expect (e.g. returning a \0 delimited list for REG_MULTI_SZ) but is there any way to ask it directly? Not that I know of. Look at

Re: Pb including Xm.h

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, [iso-8859-1] philippe guillaume wrote: yes it is added like i told in the first post ... OK, can you send us the command that's failing? Elfyn But when i installed cygwin, i installed all the packages ... And even if this package was not installed , why the

Re: Mount Windows registry into filesystem

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, andrew brian clegg wrote: On Mon, 7 Jul 2003, Igor Pechtchanski wrote: Conversely is there a way to determine the type when reading? It appears that Cygwin does what you expect (e.g. returning a \0 delimited list for REG_MULTI_SZ) but is there any way to ask it

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread andrew brian clegg
On Tue, 8 Jul 2003, Elfyn McBratney wrote: I decided to drop what I'm working on and play with MySQL this afternoon ;-) If all goes well and I can get everything par the server working I'll see if it/they (client and libs) would be accepted as packages..then tackle the server. You hero.

Re: Mount Windows registry into filesystem

2003-07-08 Thread andrew brian clegg
On Tue, 8 Jul 2003, Elfyn McBratney wrote: Suggestion to those who know about these things: being able to go file /proc/registry/HKEY_CURRENT_USER/blahblahblah and have it return the type would be way cool. Or would that involve a really ugly hack? Kinda, 'cos `file' uses stock

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Gerrit P. Haase
Hello Elfyn, I'm not so worried about the server to be honest... It's only the readline-based client that uses that nasty B19 dll which is what I want to get rid of cleanly. Although having said that, I don't think MySQL 4.1 Alpha ships with the dodgy dll -- not sure what they've done,

Re: Mount Windows registry into filesystem

2003-07-08 Thread Brian Dessent
Elfyn McBratney wrote: On Tue, 8 Jul 2003, andrew brian clegg wrote: Suggestion to those who know about these things: being able to go file /proc/registry/HKEY_CURRENT_USER/blahblahblah and have it return the type would be way cool. Or would that involve a really ugly hack?

Re: php-mysql-cygwin how to

2003-07-08 Thread Max Bowsher
Elfyn McBratney wrote: On Tue, 8 Jul 2003, andrew brian clegg wrote: On Mon, 7 Jul 2003, Bill McCormick wrote: [mysql client] I compiled it myself from the linux src I got from mysql.com. It seems to work but maybe there's a more established way. Wanna try this myself sometime. Did you

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, Gerrit P. Haase wrote: Hello Elfyn, I'm not so worried about the server to be honest... It's only the readline-based client that uses that nasty B19 dll which is what I want to get rid of cleanly. Although having said that, I don't think MySQL 4.1 Alpha ships with

Re: Pb including Xm.h

2003-07-08 Thread philippe guillaume
here it is : gcc -02 -gddb -Iblabla/include -c myprog.c and it produces this error : In file included from myprog.c: blabla/myprog.h : Xm/Xm.h : No Such File Or Directory --- Elfyn McBratney [EMAIL PROTECTED] a écrit : On Tue, 8 Jul 2003, [iso-8859-1] philippe guillaume wrote: yes it is

Re: find -exec oddity

2003-07-08 Thread Ken Dibble
Randall R Schulz wrote: Ken, At 16:38 2003-07-07, Ken Dibble wrote: Ok, I'm an idiot. I've looked in the FAQ, searched the mail lists and checked sundry Unix sources (no, not the source code). Well, I doubt greatly that you're an idiot. Confusion is the prelude to enlightenment, after

RE: php-mysql-cygwin how to - have_crypt = YES ? have_openssl? mysqld under cygwin?

2003-07-08 Thread Ralf Hauser
-Original Message- From: Elfyn McBratney [mailto:[EMAIL PROTECTED] Sent: Dienstag, 8. Juli 2003 12:00 [mysql client] Wanna try this myself sometime. Did you have to tweak it much or did it compile out of the box? Andrew. From memory (haven't compiled MySQL on Cygwin for a

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Gerrit P. Haase
Hello Elfyn, I decided to drop what I'm working on and play with MySQL this afternoon ;-) If all goes well and I can get everything par the server working I'll see if it/they (client and libs) would be accepted as packages..then tackle the server. The server will build fine and I was also

Re: find -exec oddity

2003-07-08 Thread Brian Dessent
Ken Dibble wrote: As you can see, there are indeed some directories, but a whole bunch of files which shouldn't be there as well. The big question now is why are some files considered directories? I don't see the confusion here. You're feeding to ls -l the parameters ./ , ./files to

Re: TERM problems

2003-07-08 Thread jurgen . defurne
Thanks, This works much better, but btw. do you also have an idea how to specify bold fonts ? I tried Lucida Console-Bold-18, ..-18-Bold, using a B only, searched in the fonts. It should be possible, because the standard DOS box can be configured for bold fonts. Regards, Jurgen Brian

Re: php-mysql-cygwin how to

2003-07-08 Thread Gerrit P. Haase
Hello Max, 1) Underscore mismatches when using the x86 optimized assembler implementation of string functions. Workaround: --disable-assembler 2) Missing $(EXEEXT) causes make to invoke an implicit rule, generating a huge amount of nonsensical errors. Patch: ---

Re: Pb including Xm.h

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, [iso-8859-1] philippe guillaume wrote: here it is : gcc -02 -gddb -Iblabla/include -c myprog.c Doesn't look like /usr/X11R6/include , does it? You need to add `-I/usr/X11R6/include' to that above command line. Elfyn -- Elfyn McBratney,

Re: Pb including Xm.h

2003-07-08 Thread philippe guillaume
i think i found why it does not work ... there's two same-named files ! Myprog.h and myprog.h !!! Cygwin does not understand that this is two different files apparently ... oh la la la la :-( --- Elfyn McBratney [EMAIL PROTECTED] a écrit : On Tue, 8 Jul 2003, [iso-8859-1] philippe guillaume

Re: users and startup scripts (FAQ alert)

2003-07-08 Thread Larry Hall
andrew brian clegg wrote: On Mon, 7 Jul 2003, Igor Pechtchanski wrote: The preferred method for switching users is by running ssh [EMAIL PROTECTED] (after setting up sshd, obviously). I'm guessing the above FAQ entry should be updated as well. I hope this isn't rehashing old discussions, but

Re: TERM problems

2003-07-08 Thread Brian Dessent
[EMAIL PROTECTED] wrote: This works much better, but btw. do you also have an idea how to specify bold fonts ? I tried Lucida Console-Bold-18, ..-18-Bold, using a B only, searched in the fonts. It should be possible, because the standard DOS box can be configured for bold fonts. After a

Re: TERM problems

2003-07-08 Thread jurgen . defurne
Hey, Works a treat! I also found that rxvt reads the ~/.Xresources file, so by specifying Rxvt*font:-*-lucida console-bold-r-*-*-18 the selected font does not need to be specified on the command line. Regards, Jurgen Brian Dessent [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED]

Re: CRLF to LF Issue

2003-07-08 Thread Dean Scarff
On July 3 at 2003 0:49, Hannu E K Nevalainen (garbage mail) wrote: FYI... :-} I've been in this situation since 1985 or so... (Amiga user since then.AmigaOS uses LF EOL. Also been using MS OS'es since before '85). My way has been: 1) Keep each OS clean of files not having the

Re: posix and win32 enviornment

2003-07-08 Thread Andrew DeFaria
Shankar Unni wrote: Igor Pechtchanski wrote: [...] you'll be using the MinGW libraries, and your program will not understand POSIX paths (i.e., you'll have to use Win32 ones). Well, to be totally, utterly nitpicky, I believe /WinNT/System32 is a valid POSIX filename which will be understood

error running cygcheck 1.32

2003-07-08 Thread Kevin Van Workum
I have cygcheck version 1.32. If I run cygcheck -s, a window titled Program Error pops up. The window says cygcheck.exe has generated errors and will be closed by Windows. You will need to restart the program. An error log is being created. cygcheck stops printing information after the PATH is

RE: php-mysql-cygwin how to

2003-07-08 Thread Bill McCormick
Andrew, I got the latest 4.0.13 src (see the link below) and then configured and compiled: $ ./configure --without-server --prefix=/usr/local/mysql --with-unix-socket-pa th=/usr/local/mysql/tmp/mysql.sock $ make; make install See my original post:

Re: posix and win32 enviornment

2003-07-08 Thread Randall R Schulz
Andrew, At 14:48 2003-07-07, Andrew DeFaria wrote: Shankar Unni wrote: Igor Pechtchanski wrote: [...] you'll be using the MinGW libraries, and your program will not understand POSIX paths (i.e., you'll have to use Win32 ones). Well, to be totally, utterly nitpicky, I believe /WinNT/System32

Advice on where to look to solve a problem

2003-07-08 Thread Steve
Hi; I'm on windows 2000 with cygwin. I need to make a script that will check all of the file modified dates on all of the files in a list of directories. If any of these dates is older then the current date I want to print the name of the file and the date to a file. I'm new to bash

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread andrew brian clegg
On Tue, 8 Jul 2003, Gerrit P. Haase wrote: Although having said that, I don't think MySQL 4.1 Alpha ships with the dodgy dll -- not sure what they've done, haven't investigated it properly yet. Weird, it should really be compiled and included with the netrelease. Just had a look in

Re: Advice on where to look to solve a problem

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, Steve wrote: Hi; I'm on windows 2000 with cygwin. I need to make a script that will check all of the file modified dates on all of the files in a list of directories. If any of these dates is older then the current date I want to print the name of the file and the

Re: TERM problems

2003-07-08 Thread Igor Pechtchanski
On Tue, 8 Jul 2003, poff wrote: On Tue, Jul 08, 2003 at 01:37:49AM -0700, Brian Dessent wrote: Console-11'. Try also shift-keypad-plus/minus to select different fonts while running. I found a nice font with shift_kp+ * 2. How can I specify rxvt to load this automatically? Thanks, P.

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, andrew brian clegg wrote: On Tue, 8 Jul 2003, Gerrit P. Haase wrote: Although having said that, I don't think MySQL 4.1 Alpha ships with the dodgy dll -- not sure what they've done, haven't investigated it properly yet. Weird, it should really be compiled and

Re: Advice on where to look to solve a problem

2003-07-08 Thread Randall R Schulz
Steve, This is elementary Unix script programming. Well, maybe intermediate scripting. The find command will do everything you want. Read the man page (man find). It's chock full 'o options. I do suggest you clarify your file age criteria. File time stamps have approximately second-level

Re: Advice on where to look to solve a problem

2003-07-08 Thread Brian Dessent
Steve wrote: I need to make a script that will check all of the file modified dates on all of the files in a list of directories. If any of these dates is older then the current date I want to print the name of the file and the date to a file. I'm new to bash scripting and many unix

Re: php-mysql-cygwin how to

2003-07-08 Thread Max Bowsher
Gerrit P. Haase wrote: Hello Max, 3) The long standing server problem. It seems like the complex C++ is confusing gcc? No, it is a problem with the Cygwin/MySQL socket code. Nothing works with 1.3.22, similar as it is with Apache. The older versions, e.g. 1.3.10 works better, but still

Re: posix and win32 enviornment

2003-07-08 Thread Igor Pechtchanski
On Mon, 7 Jul 2003, Andrew DeFaria wrote: Shankar Unni wrote: Igor Pechtchanski wrote: [...] you'll be using the MinGW libraries, and your program will not understand POSIX paths (i.e., you'll have to use Win32 ones). Well, to be totally, utterly nitpicky, I believe

[ANNOUNCEMENT] Updated: gawk-3.1.3-1

2003-07-08 Thread Corinna Vinschen
I've updated the version of GNU awk to 3.1.3-1. This is a official release update. The Cygwin release is based on the original sources. Besides several bugfixes, gawk-3.1.3 adds the following new features: - C-style switch statements are available. - Under Cygwin, output files were generated

Re: error running cygcheck 1.32

2003-07-08 Thread Igor Pechtchanski
On Tue, 8 Jul 2003, Kevin Van Workum wrote: I have cygcheck version 1.32. If I run cygcheck -s, a window titled Program Error pops up. The window says cygcheck.exe has generated errors and will be closed by Windows. You will need to restart the program. An error log is being created. cygcheck

RE: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Bill McCormick
Elfyn, I compiled the 4.0.13 and I don't seem to have a mysqlc executable. What I don't understand is why the mysqlc client that comes with the mysql win32 (which uses the cygwin dll) doesn't run in a cygwin bash shell. Even if it did, it still doesn't get us to the point where we can use Perl

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Max Bowsher
Gerrit P. Haase wrote: 4.0.x is still a mess regarding libtoolizing with newer libtool and newer autotools than they used at MySQL.com, 4.1.x was the first release which makes no problems with the build tools and only minor problems with the sources. I obtained a cygmysqlclient-12.dll with no

OpenSSH + Public Key Auth + ntsec

2003-07-08 Thread John
Hello, We are running openssh 3.5p1 with public key authentication working with no problems. Currently, we have sshd running with the following: CYGWIN=binmode ntsec tty. When making directories via ssh: ssh server mkdir /cygdrive/d/temp/test or when copying files via scp: scp file.txt

Re: error running cygcheck 1.32

2003-07-08 Thread Kevin Van Workum
On Tue, 8 Jul 2003, Igor Pechtchanski wrote: On Tue, 8 Jul 2003, Kevin Van Workum wrote: I have cygcheck version 1.32. If I run cygcheck -s, a window titled Program Error pops up. The window says cygcheck.exe has generated errors and will be closed by Windows. You will need to restart the

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Gerrit P. Haase
Max schrieb: Gerrit P. Haase wrote: 4.0.x is still a mess regarding libtoolizing with newer libtool and newer autotools than they used at MySQL.com, 4.1.x was the first release which makes no problems with the build tools and only minor problems with the sources. I obtained a

is mail or mailx ported to cygwin

2003-07-08 Thread Steve
Hi, I am on win 2000. Did not notice mail or mailx in my installatin of cygwin. I didn't find it on the cygwin site. Is there a port of mail or mailx for cygwin. If not, is there another scriptable email utility? Steve -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: error running cygcheck 1.32

2003-07-08 Thread Igor Pechtchanski
On Tue, 8 Jul 2003, Kevin Van Workum wrote: On Tue, 8 Jul 2003, Igor Pechtchanski wrote: On Tue, 8 Jul 2003, Kevin Van Workum wrote: I have cygcheck version 1.32. If I run cygcheck -s, a window titled Program Error pops up. The window says cygcheck.exe has generated errors and will

Does cygwin do find a little bit differently?

2003-07-08 Thread Steve
Hi; I am on windows 2000 with cygwin. My apologies if this isn't a cygwin issue. I tried using find in cygwin with some examples from various documentation on the command. I kept getting the same error messages. I was wondering if the cygwin syntax was a bit different. This is what I

Re: Does cygwin do find a little bit differently?

2003-07-08 Thread Don Sharp
Hi Steve It is almost certain that you have MS Windows paths prior to cygwin/bin in your PATH and so you are picking up MS' find rather than the Cygwin find. Try which find HTH Don Sharp Steve wrote: Hi; I am on windows 2000 with cygwin. My apologies if this isn't a cygwin issue.

RE: Does cygwin do find a little bit differently?

2003-07-08 Thread Bill McCormick
Steve, It works for me: [EMAIL PROTECTED]/cygdrive/c $ pwd /cygdrive/c [EMAIL PROTECTED]/cygdrive/c $ find . -name boot.ini -print ./boot.ini Check your path env var or maybe update the find util. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of

Re: is mail or mailx ported to cygwin

2003-07-08 Thread Igor Pechtchanski
On Tue, 8 Jul 2003, Steve wrote: Hi, I am on win 2000. Did not notice mail or mailx in my installatin of cygwin. I didn't find it on the cygwin site. Is there a port of mail or mailx for cygwin. If not, is there another scriptable email utility? Steve Well, grepping

Re: Does cygwin do find a little bit differently?

2003-07-08 Thread Igor Pechtchanski
On Tue, 8 Jul 2003, Steve wrote: Hi; I am on windows 2000 with cygwin. My apologies if this isn't a cygwin issue. I tried using find in cygwin with some examples from various documentation on the command. I kept getting the same error messages. I was wondering if the cygwin syntax was a

Re: OpenSSH + Public Key Auth + ntsec

2003-07-08 Thread andrew brian clegg
On Tue, 8 Jul 2003, John wrote: CYGWIN=binmode ntsec tty. When making directories via ssh: ssh server mkdir /cygdrive/d/temp/test or when copying files via scp: scp file.txt server:/cygdrive/d/temp/test the files are given the ntsec permissions from cygwin and are corrupting the

Re: php-mysql-cygwin how to

2003-07-08 Thread Gerrit P. Haase
Hello Max, Gerrit P. Haase wrote: Hello Max, 3) The long standing server problem. It seems like the complex C++ is confusing gcc? No, it is a problem with the Cygwin/MySQL socket code. Nothing works with 1.3.22, similar as it is with Apache. The older versions, e.g. 1.3.10 works better,

Re: error running cygcheck 1.32

2003-07-08 Thread Kevin Van Workum
On Tue, 8 Jul 2003, Igor Pechtchanski wrote: On Tue, 8 Jul 2003, Kevin Van Workum wrote: On Tue, 8 Jul 2003, Igor Pechtchanski wrote: On Tue, 8 Jul 2003, Kevin Van Workum wrote: I have cygcheck version 1.32. If I run cygcheck -s, a window titled Program Error pops up. The

Re: find -exec oddity

2003-07-08 Thread Ken Dibble
Brian Dessent wrote: Ken Dibble wrote: As you can see, there are indeed some directories, but a whole bunch of files which shouldn't be there as well. The big question now is why are some files considered directories? I don't see the confusion here. You're feeding to ls -l the

Re: error running cygcheck 1.32

2003-07-08 Thread Igor Pechtchanski
On Tue, 8 Jul 2003, Kevin Van Workum wrote: On Tue, 8 Jul 2003, Igor Pechtchanski wrote: On Tue, 8 Jul 2003, Kevin Van Workum wrote: On Tue, 8 Jul 2003, Igor Pechtchanski wrote: On Tue, 8 Jul 2003, Kevin Van Workum wrote: I have cygcheck version 1.32. If I run cygcheck -s, a

Re: error running cygcheck 1.32

2003-07-08 Thread Igor Pechtchanski
On Tue, 8 Jul 2003, Igor Pechtchanski wrote: [snip] My first suspect would be the console allocation code (cygcheck will not understand Cygwin ptys and will try to allocate a new console window when running from X, but that should also happen in rxvt). That's been modified recently, IIRC,

Re: OpenSSH + Public Key Auth + ntsec

2003-07-08 Thread John
Here is the corruption as explained by my NT admin: --- Begin --- Our current ACL is: (Owner): Administrators Administrators : Full Control SYSTEM : Full Control ServiceAccount : Full Control Currently, whatever ssh/scp touches - the following ACL gets applied: (Owner):

send message/mail from command line

2003-07-08 Thread andrew goa
Is it possible to send messages/mail from the command line in cygwin. If so point me to the manual please. Andrew -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

  1   2   >