The jpeg package contains the Independent JPEG Group's libjpeg library
and various utility programs for manipulating jpeg files and images.
This is a major update to the new upstream release.
[[ compiled using gcc-4.3.4-3 ]]
CHANGES (since 7-10)
o Update to latest upstre
Hello !
I am using a very simple to find all ethernet on my PC with cygwin :
#include
#include
#include
#include
#include
#include
#include
#include
int get_iface_list(struct ifconf *ifconf)
{
int sock, rval;
sock = socket(AF_INET,SOCK_STREAM,0);
if(sock < 0)
{
perror("
Jaro,
Our nice new setup found a problem in the boxes postinstall script:
Package: boxes
boxes.sh exit code 2
Package: No package
boxes.sh exit code 2
cd /etc/postinstall
$ ./boxes.sh
grep: Unmatched [ or [^
in grep -E '^[^#]*/|^[[:space]]*$' /etc/preremove/boxes-manifest-from.ls
On Aug 9 11:03, laurent.met...@cp.com wrote:
> I am using a very simple to find all ethernet on my PC with cygwin :
> [...]
> With cygwin 1.7.5 the result is :
> $ ./a.exe
> Interfaces (count = 5):
> {EE0A9E93-9A06-4CCB-B957-074C921D39FB}
> {46D151B0-33BB-4706-A450-B29F50F8095A}
>
Hello !
I have the same problem as described here (
http://sourceware.org/ml/cygwin/2010-02/msg00202.html) , with telnet
connection, there is no response.
Where can I find a fix for this issue ? I am currently using cygwin 1.7.5
and issue is still there.
Thanks you.
Best Regards,
Laurent Mét
On Mon, 9 Aug 2010 11:05:12 +0200, Reini Urban wrote:
> Jaro,
>
> Our nice new setup found a problem in the boxes postinstall script:
> Package: boxes
> boxes.sh exit code 2
> Package: No package
> boxes.sh exit code 2
>
> cd /etc/postinstall
> $ ./boxes.sh
> grep: Unmatched [ or [^
>
On 8/9/2010 8:15 AM, laurent.met...@cp.com wrote:
I have the same problem as described here (
http://sourceware.org/ml/cygwin/2010-02/msg00202.html) , with telnet
connection, there is no response.
Where can I find a fix for this issue ? I am currently using cygwin 1.7.5
and issue is still there.
Hi there,
I just found out in the IRC channel that to avoid trouble with
cygwin's sed turning \r\n into \n one needs to pass the "--binary"
flag. But this is not documented in the sed man pages, I was wondering
if it should be.
Thanks!
--
Carles
--
Problem reports: http://cygwin.com/proble
On Mon, Aug 09, 2010 at 03:00:03AM +0200, Bert Belder wrote:
>I think the pipe(2) implementation may have a bug.
>
>The pipe function creates a pipe and returns two file descriptors
>(which are just numbers), one for reading and one for writing. However
>sometimes (but rarely) two subsequent call
On Mon, Aug 09, 2010 at 07:01PM +0200, Christopher Faylor wrote:
> On Mon, Aug 09, 2010 at 03:00:03AM +0200, Bert Belder wrote:
> >I think the pipe(2) implementation may have a bug.
> >
> >The pipe function creates a pipe and returns two file descriptors
> >(which are just numbers), one for reading
On 8/8/2010 10:52 PM, Monte Cabet wrote:
> Is there anyway I can get batch-style relative drive paths in Cygwin? An
> example of what I mean is "%~d0". The reason for is is that I would like
> to mount folders from a USB, so the drive (the variable I showed does
> drive) will change everytime I plu
After a call to SetCurrentDirectory(), I have seen occasional (< 5%) failures
of CreatePipe() with code ERROR_INVALID_HANDLE. I have also seen failure of
Cygwin signal handling because the signal handling pipe has mysteriously closed.
I believe that both symptoms are due to this code in winsup/
On Tue, Aug 10, 2010 at 1:25 AM, Earnie wrote:
> Chiheng Xu wrote:
>>
>> On Fri, Jul 30, 2010 at 10:50 AM, Chiheng Xu
>> wrote:
>> >
>> > Is 64-bits MSYS or Cygwin necessary?
>> >
>> > MSYS may be not necessary at all.
>> >
>> > If Cygwin merge the changes done in MSYS, and provide a Win32_Path
On 08/09/2010 07:19 PM, Chiheng Xu wrote:
> As far as I know, Cygwin has dropped text mode in 1.7, only providing
> binary mode. This make Cygwin more like an real Linux environment. I
> think this is because many Unix tools can not work perfectly at text
> mode.
Not true. But you are correct tha
14 matches
Mail list logo