[Python-bugs-list] [ python-Bugs-754509 ] mod_python does't compile

SourceForge.net noreply at sourceforge.net
Fri Oct 31 20:32:01 EST 2003


Bugs item #754509, was opened at 2003-06-14 15:29
Message generated for change (Comment added) made by ivan
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=754509&group_id=5470

Category: Build
Group: 3rd Party
Status: Closed
Resolution: Invalid
Priority: 5
Submitted By: Phil Hughes (fyl)
Assigned to: Nobody/Anonymous (nobody)
Summary: mod_python does't compile

Initial Comment:
When I attempt to build mod_python 3.0.3 on Linux (SuSE 8.2) it 
fails with 
 requestobject.c: In function `getreq_recmbr_off': 
 requestobject.c:1055: error: `LONG_LONG' undeclared (first use 
in this function) 

----------------------------------------------------------------------

Comment By: Ivan Havlicek (ivan)
Date: 2003-11-01 02:32

Message:
Logged In: YES 
user_id=18638

Hi,

I've the same problem (Python-2.3.2/mod_python-3.0.3)
I've found this message :
http://mail.python.org/pipermail/python-dev/2003-April/034396.html
so I change LONG_LONG by PY_LONG_LONG in requestobject.c
and... it compile !
I hope it'll work well now ;-))
--
Ivan

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2003-06-14 16:12

Message:
Logged In: YES 
user_id=21627

This is not a bug in Python, but in mod_python. Please
report it to the mod_python maintainer.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=754509&group_id=5470



More information about the Python-bugs-list mailing list