Re: Perl with SerialPort

2008-02-15 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to curator on 2/15/2008 2:41 PM: | when starting ./configure he crashes the following errors: | ./configure: line 15: $'\r': command not found If that error message isn't obvious enough, you have CRLF line endings, but a binary mount. Read

RE: Perl with SerialPort

2008-02-15 Thread curator
cted token `else' ./configure: line 25: `else ' Line 15 is a empty Line, Line 25 talks about posix, which isnt set on my PC, but dont know what it is. Why is this s difficult?? -- View this message in context: http://www.nabble.com/Perl-with-SerialPort-tp15468287p15510578.html Sent

RE: Perl with SerialPort

2008-02-14 Thread Dave Korn
On 15 February 2008 00:12, curator wrote: > Hi, > binutils is installed. The whole devel package is installed. > > Any other ideas? #1. Create yourself a conftest.c file with those same contents, and run the same command line from the log into a shell, but add "-v" and "--save-temps" flags, and

RE: Perl with SerialPort

2008-02-14 Thread curator
bscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > > -- View this message in context: http://www.nabble.com/Perl-with-SerialPort-tp15468287p15492408.htm

RE: Perl with SerialPort

2008-02-14 Thread Dave Korn
On 14 February 2008 22:52, Brian Ford wrote: > On Wed, 13 Feb 2008, Dave Korn wrote: >> That diff is absolutely reliably consistently 2140 for me. I'd >> speculate that maybe the cygwin signal emulation requires a context >> switch or two, to or away from the signal processing thread, and so >

RE: Perl with SerialPort

2008-02-14 Thread Brian Ford
On Wed, 13 Feb 2008, Dave Korn wrote: > On 13 February 2008 22:59, Dave Korn wrote: > > > On 13 February 2008 22:46, Dave Korn wrote: > > > > t/01timing.NOK 7# Failed test (t/01timing.t at line 33) > > # then: 207441765 now: 207443905 diff: 2140 > > # Looks like you failed 1 test o

RE: Perl with SerialPort

2008-02-14 Thread Dave Korn
On 14 February 2008 18:02, curator wrote: > I tried to install Device::serialport i downloaded from cpan page. > This ended with some error which is logged in config.log. > > Here is the part of it, which shows the error > > configure:2084: gccconftest.c >&5 > gcc: installation problem, ca

RE: Perl with SerialPort

2008-02-14 Thread curator
est > > Change that to "100ms" and "<= 2200" and it goes ahead and installs. > > > cheers, > DaveK > -- > Can't think of a witty .sigline today > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-si

RE: Perl with SerialPort

2008-02-14 Thread Dave Korn
On 14 February 2008 09:42, Reini Urban wrote: >> Well, editing it in ~/.cpan/build/Device-SerialPort-1.04/t/, to be exact: >> >> >> > # Allow 100ms fudge-time for slow calls, etc >> > ok( ($now-$then) <= 2100, "measured sleep as less than 2 seconds") >> > or diag("then: $then now: $n

Re: Perl with SerialPort

2008-02-14 Thread Reini Urban
2008/2/14, Dave Korn <[EMAIL PROTECTED]>: > On 13 February 2008 22:59, Dave Korn wrote: > > On 13 February 2008 22:46, Dave Korn wrote: > >> On 13 February 2008 21:23, curator wrote: > > >>> So the question is: i would like to prefer no 2. For that i have to > >>> install SerialPort for Perl for

RE: Perl with SerialPort

2008-02-13 Thread Dave Korn
On 13 February 2008 22:59, Dave Korn wrote: > On 13 February 2008 22:46, Dave Korn wrote: > >> On 13 February 2008 21:23, curator wrote: >> >>> So the question is: i would like to prefer no 2. For that i have to >>> install SerialPort for Perl for cygwin. >>> >>> Is this possible, and if yes, c

RE: Perl with SerialPort

2008-02-13 Thread Dave Korn
On 13 February 2008 22:46, Dave Korn wrote: > On 13 February 2008 21:23, curator wrote: > >> So the question is: i would like to prefer no 2. For that i have to install >> SerialPort for Perl for cygwin. >> >> Is this possible, and if yes, could you tell me how? > > I'm no perl expert, St

RE: Perl with SerialPort

2008-02-13 Thread Dave Korn
On 13 February 2008 21:23, curator wrote: > So the question is: i would like to prefer no 2. For that i have to install > SerialPort for Perl for cygwin. > > Is this possible, and if yes, could you tell me how? I'm no perl expert, but from what I've read on the list it seems that cpan works un

Perl with SerialPort

2008-02-13 Thread curator
ell me how? Thanks, Alex -- View this message in context: http://www.nabble.com/Perl-with-SerialPort-tp15468287p15468287.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://