[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: [PyKDE] A (minor) patch for sip-xxx-snapshot-20030504
From:       Phil Thompson <phil () riverbankcomputing ! co ! uk>
Date:       2003-05-16 9:12:14
[Download RAW message or body]

On Thursday 15 May 2003 5:22 pm, Ulrich Berning wrote:
> Hi all,
>
> the attached patch eleminates two minor problems:
>
> The IBM C compiler fo AIX does not like C++ comments in C files. In
> siplib/siplib.c are some C++ comments.

Thanks.

> Visual C++ on Windows can not find the include file 'unistd.h' (at least
> on my installation) . The include file is referenced in sipgen/lexer.c.
> The current sip snapshot has the following lines in lexer.c
>
> #ifndef YY_ALWAYS_INTERACTIVE
> #ifndef YY_NEVER_INTERACTIVE
> #include<unistd.h>
> #endif
> #endif
>
> where version 3.6 has has the following lines in lexer.c
>
> #ifndef YY_ALWAYS_INTERACTIVE
> #ifndef YY_NEVER_INTERACTIVE
> extern int isatty YY_PROTO(( int ));
> #endif
> #endif

This appears to be a bug in flex in Suse 8.1. Tonight's snapshot should be Ok.

Phil

_______________________________________________
PyKDE mailing list    PyKDE@mats.gmd.de
http://mats.gmd.de/mailman/listinfo/pykde
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic