[Python-bugs-list] [ python-Bugs-438735 ] #ifndef WITHOUT_COMPLEX in config.c
noreply@sourceforge.net
noreply@sourceforge.net
Thu, 05 Jul 2001 04:08:12 -0700
Bugs item #438735, was opened at 2001-07-05 04:08
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=438735&group_id=5470
Category: Build
Group: Not a Bug
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: #ifndef WITHOUT_COMPLEX in config.c
Initial Comment:
Not really a bug.
There's two #ifndef WITHOUT_COMPLEX missing in
config.c :
around the definition :
extern void initcmath(void); (line 13 )
and around the utilisation :
{"cmath", initcmath},
line 64
in order to compile without complex.
To compile with the PC_build workspace, I also add a
#ifndef WITHOUT_COMPLEX around the cmathmodule.c file.
Version Python2.1
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=438735&group_id=5470