Re: Build problems - unistd.h

2007-05-28 Thread Brian Dessent
Scott Peterson wrote: > I'm building dbus-glib from source and I get this error when I make: > > In file included from /usr/include/unistd.h:4, > from dbus-binding-tool-glib.c:39: > /usr/include/sys/unistd.h:108: error: parse error before numeric constant > > Ideas? There's not

Re: Build problems - unistd.h

2007-05-28 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Scott Peterson on 5/28/2007 8:07 PM: > I'm building dbus-glib from source and I get this error when I make: > > In file included from /usr/include/unistd.h:4, > from dbus-binding-tool-glib.c:39: > /usr/include/sys/unistd.h

Build problems - unistd.h

2007-05-28 Thread Scott Peterson
I'm building dbus-glib from source and I get this error when I make: In file included from /usr/include/unistd.h:4, from dbus-binding-tool-glib.c:39: /usr/include/sys/unistd.h:108: error: parse error before numeric constant Ideas? -- Scott. -- Unsubscribe info: http://cygw

Re: dd image onto a usb key

2007-05-28 Thread morgan gangwere
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Dessent wrote: > morgan gangwere wrote: > >> well, you could MOUNT the image and COPY the files over, but thats a >> really tricky thing to do in cygwin (none of my attempts have worked) > > It's "really tricky" because it's impossible. The mo

SWIG: Python 2.5

2007-05-28 Thread Yaakov (Cygwin Ports)
SWIG maintainer, Support for Python 2.5 was added to SWIG in >= 1.3.30, but the distro has curr: 1.3.29-2. As Python 2.5 is now in the distro, a SWIG update is imperative to those of us building Python extensions. Yaakov Cygwin Ports -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: dd image onto a usb key

2007-05-28 Thread Brian Dessent
morgan gangwere wrote: > well, you could MOUNT the image and COPY the files over, but thats a > really tricky thing to do in cygwin (none of my attempts have worked) It's "really tricky" because it's impossible. The mount command in Cygwin simply manipulates a table of path translation entries,

Re: file permissions on vista

2007-05-28 Thread morgan gangwere
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Dessent wrote: > Arnaud Legout wrote: > >> I have the latest version of cygwin installed >> CYGWIN_NT-6.0 cecile 1.5.24(0.156/4/2) 2007-01-31 10:57 i686 Cygwin >> >> When create a file or a folder in vista (using the explorer or a windows >> app

Re: registry's role, or "must I install on client madhines"

2007-05-28 Thread Christopher Faylor
On Mon, May 28, 2007 at 05:23:07PM -0600, morgan gangwere wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Joseph Michaud wrote: >> Christopher Faylor wrote: >>> On Wed, May 23, 2007 at 10:00:49AM -0400, Joseph Michaud wrote: I have cygwin installed on a Windows share. I'm trying to

Re: OCaml package hasn't updated for a while [new acronym for OLOCA?]

2007-05-28 Thread morgan gangwere
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthew Woehlke wrote: > Wei-Hao Lin wrote: >> OCaml 3.10 is just released. The Cygwin ocaml package generously >> contributed by Igor Pechtchanski in 2004, however, is still 3.08.1. >> Although OCaml can be compiled under Cygwin without any change, s

Re: registry's role, or "must I install on client madhines"

2007-05-28 Thread morgan gangwere
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joseph Michaud wrote: > Christopher Faylor wrote: >> On Wed, May 23, 2007 at 10:00:49AM -0400, Joseph Michaud wrote: >>> I have cygwin installed on a Windows share. I'm trying to use it >>> from another Windows client machine (on which it was never in

Re: dd image onto a usb key

2007-05-28 Thread morgan gangwere
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mohammed Iqbal.H wrote: > Hi > > Thanks ,it worked. > > Thanks again > iqbal > > > --- Marco Atzeri <[EMAIL PROTECTED]> wrote: > >> --- "Mohammed Iqbal.H" ha scritto: >>> dd if={.dd image} of=/cygdrive/e >>> >>> As 'e' is the USB key. >>> >>> err

Re: Processing A Script Too Slow under Cygwin

2007-05-28 Thread Linda Walsh
ilak1008 wrote: In fact, my script process a file about 5 sec under SFU while under Cygwin, it takes about 30 sec or longer. I wish to continue using Cygwin. Therefore, is there a better way to make the processing faster without the need of optimizing my script? Strange. While

Re: file permissions on vista

2007-05-28 Thread Brian Dessent
Arnaud Legout wrote: > I have the latest version of cygwin installed > CYGWIN_NT-6.0 cecile 1.5.24(0.156/4/2) 2007-01-31 10:57 i686 Cygwin > > When create a file or a folder in vista (using the explorer or a windows > application), > the file or folder is created without any right (like when a ch

file permissions on vista

2007-05-28 Thread Arnaud Legout
Hi, I have the latest version of cygwin installed CYGWIN_NT-6.0 cecile 1.5.24(0.156/4/2) 2007-01-31 10:57 i686 Cygwin When create a file or a folder in vista (using the explorer or a windows application), the file or folder is created without any right (like when a chmod 000 is applied). Thi

Re: Processing A Script Too Slow under Cygwin

2007-05-28 Thread Thorsten Kampe
* ilak1008 (Mon, 28 May 2007 06:16:33 -0700 (PDT)) > Thorsten Kampe wrote: > > * ilak1008 (Mon, 28 May 2007 00:17:25 -0700 (PDT)) > >> I tried running a script using both SFU & Cygwin. I noticed that > >> processing a > >> script in Cygwin is a lot slower as compared to using SFU. > > > > Yes, abo

Re: Problem running C server with Cygwin

2007-05-28 Thread Nick048
Thank You for reply. I use the same version and as Client telnet from command line. But the error is the same. Thank for the notice over bug. Gaetano Mark Fisher wrote: > > i don't get this error running the code you linked. > i'm running "gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dm

RE: Problem of compiling and linking the C/C++ program using WIN32API with GCC

2007-05-28 Thread Dave Korn
On 28 May 2007 14:42, Alain Nguyen wrote: > Hi, > > I am a new CYGWIN user. > > I actually tried to compile and link a C/C++ program using the 'w32api', > more exactly, the '/lib/w32api/libws2_32.a' library, with the following > command: > > $gcc -o myprogram -lws2_32-c mypr

Problem of compiling and linking the C/C++ program using WIN32API with GCC

2007-05-28 Thread Alain Nguyen
Hi, I am a new CYGWIN user. I actually tried to compile and link a C/C++ program using the 'w32api', more exactly, the '/lib/w32api/libws2_32.a' library, with the following command: $gcc -o myprogram -lws2_32-c myprogram.c But, I always got the error messages from the 'ld' l

Re: Problem running C server with Cygwin

2007-05-28 Thread Mark Fisher
On 28/05/07, Nick048 wrote: I have written a C Server program and I have compiled this with Cygwin without errors. Running the exe file with Cygwin, if the client (telnet) send to Server a word (in italian language "parola"), in the Cygwin window this message is displayed: 5 [main] myserver 2736

Re: Processing A Script Too Slow under Cygwin

2007-05-28 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to ilak1008 on 5/28/2007 7:16 AM: > In fact, my script process a file about 5 sec under SFU while under Cygwin, > it takes about 30 sec or longer. I wish to continue using Cygwin. Cygwin is an emulation layer. By its very nature, it is in

Re: Processing A Script Too Slow under Cygwin

2007-05-28 Thread ilak1008
Thorsten Kampe wrote: > > * ilak1008 (Mon, 28 May 2007 00:17:25 -0700 (PDT)) >> I tried running a script using both SFU & Cygwin. I noticed that >> processing a >> script in Cygwin is a lot slower as compared to using SFU. > > Yes, about two times slower is reasonable. > >> Is there a way to m

Problem running C server with Cygwin

2007-05-28 Thread Nick048
Hi to All, sorry for some variable in italian language. I have written a C Server program and I have compiled this with Cygwin without errors. Running the exe file with Cygwin, if the client (telnet) send to Server a word (in italian language "parola"), in the Cygwin window this message is displ

Re: 1.5.21: inetd telnet connections: fork error

2007-05-28 Thread Nick Telepneff
Nick Telepneff wrote: I have installed and run the cygwin inetd telnet server and find that when more than around 16 users connect via telnet the shells start to fail with the following message: 16622413 [main] -bash 3868 fork: child -1 - died waiting for longjmp before initialization, retry 0,

Re: Processing A Script Too Slow under Cygwin

2007-05-28 Thread Thorsten Kampe
* ilak1008 (Mon, 28 May 2007 00:17:25 -0700 (PDT)) > I tried running a script using both SFU & Cygwin. I noticed that processing a > script in Cygwin is a lot slower as compared to using SFU. Yes, about two times slower is reasonable. > Is there a way to make the processing faster? Yes, profile

c_rehash(not a bug)

2007-05-28 Thread GNUtoo
oops i didn't pay attention at the fact that the group wasn't made executable... but the Administrator should be able to run c_rehash no? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.

bug found with c_rehash and workaround

2007-05-28 Thread GNUtoo
c_rehash is a program needed for making openssl certificates and is part of the openssl program: an example of use is here:http://www.stunnel.org/examples/client_cert.html c_rehash is a perl script it contain the following lines if(! -x $openssl) { if(-x "$_/$openssl.exe") { this check for openssl

Processing A Script Too Slow under Cygwin

2007-05-28 Thread ilak1008
I tried running a script using both SFU & Cygwin. I noticed that processing a script in Cygwin is a lot slower as compared to using SFU. Is there a way to make the processing faster? -- View this message in context: http://www.nabble.com/Processing-A-Script-Too-Slow-under-Cygwin-tf3826478.html#a