How to deploy Application compiled with QT3 in Cygwin to Windows?

2009-09-07 Thread Pok Wilson
Good day, I have successfully compiled my GUI Applicaton using QT3 in Cygwin. May I know how can I deploy this Appliation in Windows?   As it requires a X server to run QT3 in Cygwin, when I try to run the application.exe in Windows platform, I get the message "Cannot Connect to X Server". I

Re: How to deploy Application compiled with QT3 in Cygwin to Windows?

2009-09-07 Thread Danilo Turina
Pok Wilson wrote: Good day, I have successfully compiled my GUI Applicaton using QT3 in Cygwin. May I know how can I deploy this Appliation in Windows? As it requires a X server to run QT3 in Cygwin, when I try to run the application.exe in Windows platform, I get the message "Cannot Conne

[1.7] rename/renameat error

2009-09-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 POSIX states that rename must fail with EINVAL if either argument ends in '.' or '..' (after trailing slashes are stripped). Cygwin 1.7 is detecting this situation (which is a step up from 1.5 which did the rename anyways), but sets errno to EBUSY ins

Re: How to deploy Application compiled with QT3 in Cygwin to Windows?

2009-09-07 Thread Pok Wilson
>You can't, sorry. >Being Cygwin a Unix emulation layer, you should treat your application as a >Unix one: could a GUI Unix application >QT3-based run without an X server? No. >If you need to run your application in Windows you have not to make it a >Cygwin application but, instead, a "real" >W

Re: How to deploy Application compiled with QT3 in Cygwin to Windows?

2009-09-07 Thread Andy Koppe
2009/9/7 Pok Wilson: > Thanks for your information. How can I "make a Windows application and > user/link the Windows version of QT3"? That's not a Cygwin question and this isn't a QT support forum. > I tried to compile the same piece of code in Windows version of QT4. But I > cant compare as s

Re: [1.7] PATH in base-files package

2009-09-07 Thread Jon TURNEY
On 05/09/2009 10:56, Angelo Graziosi wrote: WHY does base-files package (by /etc/profile) add '/usr/X11R6/bin' to PATH, if X11R6 does not exist any more on Cygqin-1.7? X.Org packages don't install into /usr/X11R6 anymore. There may still be some other X applications which haven't been updated

Re: [1.7] rename/renameat error

2009-09-07 Thread Corinna Vinschen
On Sep 7 09:48, Eric Blake wrote: > POSIX states that rename must fail with EINVAL if either argument ends in > '.' or '..' (after trailing slashes are stripped). Cygwin 1.7 is > detecting this situation (which is a step up from 1.5 which did the rename > anyways), but sets errno to EBUSY instead

Re: The C locale

2009-09-07 Thread Andy Koppe
2009/9/2 IWAMURO Motonori: > I want to use UTF-8 throughout. > Because: > - a lot of UNIX tools using network (e.g. rsync, scp, ...) treat the > file name as 8bit byte array. > - default locale of modern UNIX based OS is *.UTF-8. > - The file with the filename including the character outside the >

Re: Cygwin 1.7 ssh and window size

2009-09-07 Thread Larry Hall (Cygwin)
On 09/06/2009 08:18 PM, Christopher Faylor wrote: On Sun, Sep 06, 2009 at 04:54:18PM -0700, Karl M wrote: I understand that windows causes problems here, but if vi gets the correct window size and ssh gets the correct window size with Cygwin 1.5 then this still looks like a regression from Cygwi