On Friday 25 January 2008 13:00, Manish Chakravarty wrote:
> Thus we need to ?build Python for KDE4, again. Not sure if all the SFE/
> Indiana users would want that.

In this particular case, I think we can convince the Python OSOL packagers to 
do that patching. See, the pyport.h file looks like this:

/**************************************************************************
Prototypes that are missing from the standard include files on some systems
(and possibly only some versions of such systems.)

Please be conservative with adding new ones, document them and enclose them
in platform-specific #ifdefs.
**************************************************************************/

#ifdef SOLARIS
/* Unchecked */
extern int gethostname(char *, int);
#endif

Where we know that on S10 that prototype is bogus. It's already in unistd.

Reply via email to