Does cygwin support xim?

2005-03-15 Thread Duong Duong
I have ported a Vietnamese keyboard application from linux to cygwin, but it can't run as I want. When it ran, it warned that " Cannot load either en_US.UTF-8 or vi_VN.UTF-8 lo. To use this program you must have one of these locales installed". Despite it ran but it didn't have any effect on keyboa

Cygwin/X11/QT3.3.3/Scribus1.3CVS: ./configure errors

2005-03-15 Thread Steven Boothe
Hello all: I've just been taking some time to return to looking into compiling Scribus 1.3 from Scribus CVS and thought after looking at the errors in the config.log that I would start here as they looked to be more related to compiling under cygwin than issues related to the Scribus code. Can anyo

Re: Under cygwin(winxp), I can't access the com1(com2)

2005-03-15 Thread twomol
corinna-cygwin,hello! >It allows to use /dev/com1. That will work, too. Only the default >setting of com1 is bogus. Thank you very much. May be I didn't express my question clearly.I want to know is there any way to change the com1 to /dev/com1(/dev/ttyS0) through file-->target setti

snapshot Win9x utimes still failing

2005-03-15 Thread Eric Blake
utimes(2) is still failing on directories under Windows 98, with the 20050311 snapshot. This also affects untar'ing an archive with directories, which tries to call utimes() on the directories, and makes tar exit with status 2. $ uname -a CYGWIN_98-4.10 eblake 1.5.14s(0.124/4/2) 20050311 21:33

autossh crash with 20050314 and earlier cygwin1.dll

2005-03-15 Thread David Rothenberger
I've been having some problems with autossh crashing with 1.5.13 and later snapshots. These problems did not occur with 1.5.12. (The problem may be related to the one reported by Andrew Schulman in .) autossh doesn't reliably crash for me withi

permission failures as ssh user -- only experienced by cygwin programs

2005-03-15 Thread voigt
Hello all, I'm been experiencing a failure of non-Administrator ssh accounts recently. First, I thought they were caused by 3PP nxclient changing the /tmp mount point, but I got that changed back and rebooted and now /tmp is mounted normally again. It seems that cygwin is somehow causing GetFile

Re: Single Packaged Shell?

2005-03-15 Thread Christopher Faylor
On Tue, Mar 15, 2005 at 03:03:34PM -0500, John Westbrook wrote: >I use cygwin for data analysis purposes for my employer. Up to this >point, I have produced reports as my unit of output. However, my >employer now wants to export my home-grown toolset to end users, which >makes me an application ven

Single Packaged Shell?

2005-03-15 Thread John Westbrook
I use cygwin for data analysis purposes for my employer. Up to this point, I have produced reports as my unit of output. However, my employer now wants to export my home-grown toolset to end users, which makes me an application vendor, not a data analyst. Aside from my anxiety over this sudden out

RE: Trouble with NFS

2005-03-15 Thread Robb, Sam
> > Once it's killed, if cygrunsrv can't remove the service entry, you > > may need to excise it by hand (via regedit). > > Thanks. I uninstalled sun-rpc, killed cygrunsrv instances, > and got back to > a pre-nfs state. I then re-installed nfs-server and sun-rpc. > This time > restarting the

Re: Trouble with NFS

2005-03-15 Thread Will Parsons
Robb, Sam wrote: >> > You want to start portmap with the '-F' flag - take a look >> > at the /bin/nfs-server-config script for an example. If you >> > can back out your changes (uninstall portmap, etc. as services) >> > and run the nfs-server-config script, that should put you in >> > a working

Getting around 160 MB limit in g77 under cygwin

2005-03-15 Thread Charles D. Russell
Jim McDonald wrote: I read your message about this g77 limit in the cygwin mail archives. I just installed cygwin-1.5.13-1 today and ran into the 160-MByte limit on memory for static variables under g77. I used g77 -mno-cygwin maxarray.f -o maxarray to compile program maxarray real*8 a

Re: MVFS owner/group & permissions

2005-03-15 Thread Andrew DeFaria
Andrzej Ostruszka wrote: On Mon, Mar 14 (2005), Igor Pechtchanski wrote: First question: do you have both "ntsec" and "smbntsec" on? Not until you've asked :). I'm not sure where it should be set so I set it in: Control_Panel->System->Advanced->Env_vars and I do see it in the subsequent shell inv

Re: Under cygwin(winxp), I can't access the com1(com2)

2005-03-15 Thread Corinna Vinschen
On Mar 15 21:45, twomol wrote: > corinna??hello?? > Thank you very much! > > It works. But if I use insight(I like using gui), is there a similar > way to do this. Using console? It seems that it can't work as expect, because > the gui can't be synchronous with console. It

RE: up2date

2005-03-15 Thread Buchbinder, Barry (NIH/NIAID)
At Monday, March 14, 2005 6:56 PM, Troy Bull wrote: > Hi all. Is there anything like up2date that will keep my cygwin > packages updated to the most current? I run the following with every boot to update what's already installed. One can put it in a shortcut in the startup folder. c:\cygwin\arc

Re: MVFS owner/group & permissions

2005-03-15 Thread Igor Pechtchanski
On Tue, 15 Mar 2005, Andrzej Ostruszka wrote: > On Mon, Mar 14 (2005), Igor Pechtchanski wrote: > > First question: do you have both "ntsec" and "smbntsec" on? > > Not until you've asked :). I'm not sure where it should be set so I set > it in: Control_Panel->System->Advanced->Env_vars and I do s

Re: Under cygwin(winxp), I can't access the com1(com2)

2005-03-15 Thread twomol
corinna,hello! Thank you very much! It works. But if I use insight(I like using gui), is there a similar way to do this. Using console? It seems that it can't work as expect, because the gui can't be synchronous with console. >> set remotebaud 115200 >>

RE: New cygwin1.dll release urgently needed

2005-03-15 Thread [EMAIL PROTECTED]
Hi, Ross Boulet wrote: >I'm assuming you meant to reference the released dll of >1.5.13 and the snapshot of 20050311 (instead of 2004). >bunzip2 WFM under the released dll. Your problem probably >lies elsewhere and it would be helpful if you followed the >problem reporting guidelines shown at: >h

Re: MVFS owner/group & permissions

2005-03-15 Thread Andrzej Ostruszka
On Mon, Mar 14 (2005), Igor Pechtchanski wrote: > First question: do you have both "ntsec" and "smbntsec" on? Not until you've asked :). I'm not sure where it should be set so I set it in: Control_Panel->System->Advanced->Env_vars and I do see it in the subsequent shell invocations: [EMAIL PROTE

Re: Under cygwin(winxp), I can't access the com1(com2)

2005-03-15 Thread Corinna Vinschen
On Mar 15 14:03, twomol wrote: > all??hello?? > >I can't use Insight(gdb) connect to redboot under cygwin. I can do >this Under Linux. So I think it's the cygwin's > problem. At beginning ,I use cygwin 2.0, when set some gdb's parameter,such ^^^

Re: trouble using mkgrp -d

2005-03-15 Thread Corinna Vinschen
On Mar 14 22:00, Mirko wrote: > Hi, > > I have trouble using mkgrp -d : . As expected, I am trying to fix the > passwd and groups files. > > I was succesfull using mkpasswd -d -u Mirko >> /etc/passwd > > However, I was less succesfull with mkgrp -d -g. I am not sure what to > supply to the -

Re: ./configure

2005-03-15 Thread Base64
when that says "src directory" it means the directory into which you extracted the package you downloaded. for example, if you have a file called programsource.tar.gz in your /home directory, you would do something like the following.. # cd /home # tar zxvf programsource.tar.gz <-- t