durusmail: quixote-users: can't build SCGI on OSX (was: using SCGI and Quixote with virtual servers)
using SCGI and Quixote with virtual servers
2004-01-11
can't build SCGI on OSX (was: using SCGI and Quixote with virtual servers)
can't build SCGI on OSX (was: using SCGI and Quixote with virtual servers)
Neil Schemenauer
2004-02-03
On Sun, Jan 11, 2004 at 09:54:27PM +0100, Ksenia Marasanova wrote:
> But here is another problem: I am trying to setup development
> environment for Quixote on my Powerbook (Mac OSX Panther). It would be
> nice to use SCGI too.. unfortunately, can't compile it:
>
> [...]
> In file included from
> /System/Library/Frameworks/Python.framework/Versions/2.3/include/
> python2.3/Python.h:8, from scgi/passfd.c:17:
> /System/Library/Frameworks/Python.framework/Versions/2.3/include/
> python2.3/pyconfig.h:858:1: warning: "_XOPEN_SOURCE" redefined

Try moving the '#include "Python.h"' line in passfd.c to the top of
the file.  It is supposed to be included before any system headers
(don't know what I was think when I wrote that code).

  Neil


reply